ericmckean / libjingle

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

Building libjingle on VS2010. #272

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to thank you for what you did.

I checked vs version of libjingle from svn and tried to build it in vs2010.
Unfortunately I encountered many errors.

for example, 
d:\project\openlib\libjingle\libjingle\tags\v0_4_0\talk\xmpp\xmppstanzaparser.cc
(28): fatal error C1083: Cannot open include file: 'expat.h': No such file or 
directory
d:\project\openlib\libjingle\libjingle\tags\v0_4_0\talk\session\phone\gipsliteme
diaengine.h(33): fatal error C1083: Cannot open include file: 
'talk/third_party/gips/Interface/GipsVoiceEngineLite.h': No such file or 
directory
1>  gipslitemediaengine.cc

I think vs version of libjingle is not updated to up to date version in svn.

Could you help with my problem?

Original issue reported on code.google.com by adam1988...@gmail.com on 10 Jan 2012 at 2:29

GoogleCodeExporter commented 9 years ago
The original VS version that was used to build Libjingle is 2008, however, 
since majority of people use the scons build, VS build has not been a priority. 
There are some other issues that have been reported by users as well. 
We have a plan to look into the VS build in the future, but it's a fairly low 
priority at this moment. We'll look into all VS build issue together later, so 
this issue can be dup'ed with #242

Original comment by jun...@google.com on 11 Jan 2012 at 5:19