vinothr / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

libjingle-0.5.6 build problem - Cannot open include file: 'ddraw.h' #174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. follow libjingle-0.5.6 README
2. when running %PATH_TO_SWTOOLKIT%\hammer.bat

What is the expected output? 
call application executable created.

What do you see instead?
________Compiling build\dbg\obj\session\phone\devicemanager.obj
devicemanager.cc
c:\program files (x86)\microsoft visual studio 8\vc\platformsdk\include\strmif.
(21826) : fatal error C1083: Cannot open include file: 'ddraw.h': No such file
r directory
scons: *** [build\dbg\obj\session\phone\devicemanager.obj] Error 2
scons: building terminated because of errors.

What version of the product are you using? On what operating system?
libjingle-0.5.6 build problem in Window 7 with Visual Studion 2005 and DirectX 
SDK Feb 2010.

Please provide any additional information below.
DirectX SDK include dir is added to system environment variable PATH.

Original issue reported on code.google.com by okru...@gmail.com on 8 Jun 2011 at 11:35

GoogleCodeExporter commented 9 years ago
You need to download and install Microsoft Windows SDK.
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c17ba869-9671-4330-a
63e-1fd44e0e2505&displaylang=en

Original comment by jun...@google.com on 14 Jun 2011 at 7:11