Hi
I've been following the instructions at
https://sites.google.com/site/webrtc/reference/getting-started
All is fine until I build in Visual Studio. I am running Visual
Studio 2008 in Windows 7.
When I try to build I get the following errors:
Error 1 fatal error C1083: Cannot open include file: 'vpx/
vpx_encoder.h': No such file or directory c:\Users\AEmbleton\webrtc
\trunk\modules\video_coding\codecs\vp8\main\source\vp8.cc 20
webrtc_vp8
Error 2 fatal error C1083: Cannot open include file: 'dxdiag.h': No
such file or directory c:\users\aembleton\webrtc\trunk\modules
\video_render\main\source\windows\video_render_windows_impl.h 15
video_render_module
Error 3 fatal error C1083: Cannot open include file: 'd3dx9.h': No
such file or directory c:\users\aembleton\webrtc\trunk\modules
\video_render\main\source\windows\video_render_direct3d9.h 18
video_render_module
Error 4 fatal error C1083: Cannot open include file: 'dxdiag.h': No
such file or directory c:\users\aembleton\webrtc\trunk\modules
\video_render\main\source\windows\video_render_windows_impl.h 15
video_render_module
Error 5 fatal error C1083: Cannot open include file: 'dxdiag.h': No
such file or directory c:\users\aembleton\webrtc\trunk\modules
\video_render\main\source\windows\video_render_windows_impl.h 15
video_render_module
Error 6 error PRJ0019: A tool returned an error code from "Build
libvpx yasm build c:\Users\AEmbleton\webrtc\third_party\libvpx
\vp8\common\x86\postproc_sse2.asm." libvpx libvpx
Error 7 fatal error LNK1104: cannot open file '.\debug\lib\libvpx.lib'
voe_ui_win_test voe_ui_win_test
Error 8 fatal error LNK1104: cannot open file '..\..\..\..\debug\lib
\libvpx.lib' vie_win_test vie_win_test
Error 9 fatal error LNK1104: cannot open file '.\debug\lib\libvpx.lib'
voe_auto_test voe_auto_test
Error 10 error PRJ0019: A tool returned an error code from "create vie
test folder, and also copy media files" vie_auto_test vie_auto_test
Error 11 fatal error LNK1104: cannot open file '.\debug\lib
\libvpx.lib' peerconnection_client peerconnection_client
I'm not very familiar with .NET, so is there any obvious libs that I
need? I have installed the DirectX SDK (June 2010 build).