--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/6d53fc02-2064-48ab-a5dc-7ba7c2e1603c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm quite sure you must have an outdated checkout. The paths in your error tells me the build output you have is from before this change: https://codereview.webrtc.org/2588333002/diff/40001/DEPSIf you just wipe your out/ folder (or run gen clean out/Release_x64 and then rebuild, it should be fine, assuming you have run gclient sync to get all the updated dependencies.
On Mon, Feb 6, 2017 at 7:10 PM, Jose Antonio Olivera Ortega <josea....@gmail.com> wrote:
Hi there!
One comment I forgot. I do not see where the code of these samples lives. At https://chromium.googlesource.com/external/webrtc/+/branch-heads/56/third_party/winsdk_samples/BUILD.gn#10 it points to `src/Samples/multimedia/directshow/baseclasses` but I do not have this folder in my local tree once I finish the WebRTC clone.
Cheers,
jaoo.
On Monday, 6 February 2017 17:28:36 UTC+1, Jose Antonio Olivera Ortega wrote:
Hi there!
I am stuck trying to build WebRTC for Windows.
These are the GN arguments I am using (not relevan I guess but anyway):
gn_args='rtc_include_tests=false is_debug=false rtc_enable_protobuf=false target_os="win" target_cpu="x64" is_component_build=false'
The ouput I get when running ninja is:
ninja: Entering directory `src\out\Release_x64'
ninja: error: '../../third_party/winsdk_samples/src/Samples/multimedia/directshow/baseclasses/amextra.cpp', needed by 'obj/third_party/winsdk_samples/winsdk_samples/amextra.obj', missing and no known rule to make it
I tried to touch the BUILD.gn files to try to remove the need of building the samples but there seems to be a dependency between the sample code and the video capture implementation.
Adding +Henrik Kjellander as I see him in the BUILD.gn file at https://chromium.googlesource.com/external/webrtc/+/branch-heads/56/third_party/winsdk_samples/OWNERS
Cheers,
jaoo
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.