zf8848 / libjingle

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

Unable compile source code with VS.net 2005 #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Guys, I have downloaded libjingle source code, and had try to compile it 
with VS.net 2005, but there are some error message have prompted below:

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

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

......

anybody who can give some suggestions?

any reply is appreciate.

Original issue reported on code.google.com by Larry.Ve...@gmail.com on 12 Apr 2007 at 6:22

GoogleCodeExporter commented 9 years ago
to get the 'netfw.h' file, you need to download and install the Microsoft 
Platform
SDK (theres a reference in the README.win file).  Then include it in your 
include path.

As for the GipsVoiceEngineLite.h problem, you either have to get it from GIPS
http://developer.gipscorp.com/ or delete it. It claims in the documentation 
that you
should undefine HAVE_GIPSLITE, ie if your using VS just delete the reference 
from the
DEFINE list in project settings. But I couldn't get it to work, so i deleted all
references to it.

Hope that helps.

Original comment by mosss...@gmail.com on 29 May 2007 at 2:43

GoogleCodeExporter commented 9 years ago
I just deleted any sub-directories from the project titled 'phone' because 
that's 
where the references to gipslite are....you can't undefine HAVE_GIPSLITE, 
because if 
its not defined, it tries to use LINPHONE, the LINUX equivalent, so it picks 
either 
GIPS/GIPSLITE/LINPHONE....seems to be working fine so far!

Original comment by nikhilso...@gmail.com on 21 Jun 2007 at 10:04

GoogleCodeExporter commented 9 years ago
I have installed Microsoft SDK I'm still missing expat.h file. Where can I find 
the
file? What are the requirements for running this example?
Thanks,
RRR

Original comment by rajeshwa...@gmail.com on 16 Jan 2008 at 4:52

GoogleCodeExporter commented 9 years ago
Hi,rajeshwarraja
you should download expat from
"http://sourceforge.net/project/showfiles.php?group_id=10127&package_id=11277"
it also be mentioned in README.win.
Please read readme.win first.
But, there is an error about configurating expat in readme.win.
for the latest version of expat,the lib directory is "Bin" under root directory 
of
expat , not "StaticLibs" readme.win say.
good luck!

Original comment by bugert...@gmail.com on 20 Jan 2008 at 2:45

GoogleCodeExporter commented 9 years ago
I could not compile in on FedoreCore 8. Has anybody tried compiling it? It 
gives some
type of a template problem

SG

Original comment by sukan...@gmail.com on 21 Apr 2008 at 1:42

GoogleCodeExporter commented 9 years ago
Please help me with the Error .....................
Error   1   fatal error C1083: Cannot open include file: 'jconfig.h': No such 
file or directory
What Can I do for it ..............???????/

Original comment by pk0607...@gmail.com on 26 May 2008 at 9:51

GoogleCodeExporter commented 9 years ago

@ bugertest
 My frens.. I had the same problem of GIPSLITE, i couldn understand what do you mean
by removing all the sub directories of the phone folder ? There is no 
sub-directories
under it, except for certain files like voicechannel.cc, 
phonesessionclient.cc,etc
what exactly has to be done to successfully build Libjingle.. I m newbie so 
kindly
help me , friends !
Thank you...

Original comment by manmadan...@gmail.com on 1 Nov 2008 at 5:17

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
hi,

do you know where i can find gipslite ? dev site is not working 
if you have this lib could you expose it somewhere, please ?

thanks

Original comment by rabcz...@googlemail.com on 2 Dec 2008 at 9:45

GoogleCodeExporter commented 9 years ago
I found GIPS Lite header files, you can found them in:

http://read.pudn.com/downloads75/sourcecode/multimedia/ip_phone/274276/GipsLite-
20100215/interface/GIPS_common_types.h__.htm

and

http://read.pudn.com/downloads75/sourcecode/multimedia/ip_phone/274276/GipsLite-
20100215/interface/GipsVoiceEngineLite.h__.htm

After that you must set the expiration date from expiration.h (located in gips 
folder)

Original comment by gonzaloz...@gmail.com on 7 Oct 2009 at 6:08

GoogleCodeExporter commented 9 years ago
Closing out old issues.

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