zf8848 / libjingle

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

Unable to build due to following errors. #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Error   1   fatal error C1083: Cannot open include file:
'talk/third_party/gips/Interface/GipsVoiceEngineLite.h': No such file or
directory
d:\libjingle\libjingle-0.4.0\libjingle-0.4.0\talk\session\phone\gipslitemediaeng
ine.h
33  

Error   2   fatal error C1083: Cannot open include file:
'talk/third_party/gips/Interface/GipsVoiceEngineLite.h': No such file or
directory
d:\libjingle\libjingle-0.4.0\libjingle-0.4.0\talk\session\phone\gipslitemediaeng
ine.h
33  

Error   3   fatal error C1083: Cannot open include file: 'netfw.h': No such
file or directory
d:\libjingle\libjingle-0.4.0\libjingle-0.4.0\talk\base\winfirewall.cc   29  

Error   4   fatal error C1083: Cannot open include file: 'expat.h': No such
file or directory
d:\libjingle\libjingle-0.4.0\libjingle-0.4.0\talk\xmpp\xmppstanzaparser.cc  28  

Error   5   fatal error C1083: Cannot open include file: 'expat.h': No such
file or directory
d:\libjingle\libjingle-0.4.0\libjingle-0.4.0\talk\xmllite\xmlparser.h   32  

Error   6   fatal error C1083: Cannot open include file: 'expat.h': No such
file or directory
d:\libjingle\libjingle-0.4.0\libjingle-0.4.0\talk\xmllite\xmlparser.h   32  

Error   7   fatal error C1083: Cannot open include file: 'expat.h': No such
file or directory
d:\libjingle\libjingle-0.4.0\libjingle-0.4.0\talk\xmllite\xmlparser.h   32  

Error   8   fatal error C1083: Cannot open include file: 'expat.h': No such
file or directory
d:\libjingle\libjingle-0.4.0\libjingle-0.4.0\talk\xmllite\xmlparser.h   32  

Error   9   fatal error C1083: Cannot open include file: 'expat.h': No such
file or directory
d:\libjingle\libjingle-0.4.0\libjingle-0.4.0\talk\xmllite\xmlparser.h   32  

Error   10  fatal error C1083: Cannot open include file: 'expat.h': No such
file or directory
d:\libjingle\libjingle-0.4.0\libjingle-0.4.0\talk\xmllite\xmlbuilder.cc 31  

Error   11  fatal error LNK1104: cannot open file 'libexpatMT.lib'  call    

Original issue reported on code.google.com by kaaust...@gmail.com on 17 Dec 2008 at 7:04

GoogleCodeExporter commented 9 years ago
yea similar in my case
then i undefine the GIPS becouse as the initial step i need to compile it 
atleast once

#ifdef HAVE_GIPS
#undef HAVE_GIPS
#elif HAVE_GIPSLITE
#undef HAVE_GIPSLITE
#endif

for expat.h download and install sdk from their site provided by google
and specify addition include directories the path where expat.h lies
and include libexpatMT.lib on additional dependencies

all errors gone and the only problem is with netfw.h
i am on that if somebody got please paste

Original comment by alra...@gmail.com on 18 May 2009 at 5:07

GoogleCodeExporter commented 9 years ago
Closing out old issues.

Original comment by pthatc...@google.com on 3 Nov 2010 at 7:30