krzdzi / libjingle

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

trying to compile libjingle-0.6.14 #409

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i am trying to compile libjingle-0.5.14 on windows XP SP3.

I downloaded and instralled everything according to the README.

 python, SCONS, swtoolkit etc.

And i have MS VisualStudio 2005 on my machine.

When i started complining it, i am getting stuck at

D:\VINU\SOFTWARE\libjingle-0.6.14\libjingle-0.6.14\talk>%PATH_TO_SWTOOLKIT%\hamm
er.bat
scons: Reading SConscript files ...
Warning: Unable to load win32file module; using copy instead of hard linking for
 env.Install().  Is pywin32 present?

scons: warning: The build_dir keyword has been deprecated; use the variant_dir k
eyword instead.
File "D:\VINU\SOFTWARE\swtoolkit.0.9.1\swtoolkit\site_scons\site_init.py", line
203, in BuildEnvironmentSConscripts
scons: done reading SConscript files.
scons: Building targets ...
________Compiling build\dbg\obj\base\systeminfo.obj
systeminfo.cc
d:\vinu\software\libjingle-0.6.14\libjingle-0.6.14\talk\base\systeminfo.cc(32) :
 fatal error C1083: Cannot open include file: 'd3d9.h': No such file or director
y
scons: *** [build\dbg\obj\base\systeminfo.obj] Error 2
scons: building terminated because of errors.

This file d3d9.h seems to be part of the DirectX library. so does libjingle 
need DirectX.

Any help to overcome this problem will be appreciated.

Original issue reported on code.google.com by vinuthom...@gmail.com on 16 Nov 2012 at 2:02

GoogleCodeExporter commented 9 years ago

Original comment by juberti@google.com on 31 May 2013 at 4:12