Closed GoogleCodeExporter closed 9 years ago
Thanks for the patch. We have a plan to fix the VS solution issue in the near
future, so that people don't need this full package.
Regarding to the dependency lib's, if you hammer/scons build, the libjingle
does have reference to "srtp" and "expat", so that you don't need to refer to
separate lib files.
Original comment by jun...@google.com
on 15 Nov 2011 at 10:41
Original comment by jun...@google.com
on 23 Nov 2011 at 10:45
Issue 113 has been merged into this issue.
Original comment by jun...@google.com
on 3 Jan 2012 at 10:25
Issue 203 has been merged into this issue.
Original comment by jun...@google.com
on 3 Jan 2012 at 10:31
Issue 205 has been merged into this issue.
Original comment by jun...@google.com
on 3 Jan 2012 at 10:32
Issue 269 has been merged into this issue.
Original comment by jun...@google.com
on 3 Jan 2012 at 11:36
Issue 264 has been merged into this issue.
Original comment by jun...@google.com
on 4 Jan 2012 at 5:18
I want libjingle dev package(*.lib, *.dll) for windows.
Original comment by tree1...@gmail.com
on 10 Jan 2012 at 3:16
Issue 272 has been merged into this issue.
Original comment by jun...@google.com
on 11 Jan 2012 at 5:19
Issue 270 has been merged into this issue.
Original comment by jun...@google.com
on 11 Jan 2012 at 5:21
[deleted comment]
[deleted comment]
hjkl;
Original comment by Bs.sing...@gmail.com
on 8 Feb 2012 at 5:46
Hello how do I add the Lib and Include directories? I am unsure what needs to
go where.
Thanks for the help!
Original comment by int.pAr...@gmail.com
on 14 Mar 2012 at 5:04
Original comment by jun...@google.com
on 26 Mar 2012 at 6:38
Original comment by jun...@google.com
on 26 Mar 2012 at 6:40
Hi~~ thanks for the sln but why the sln lost several projects .such as
p2p/client (i use libjingle-0.6.14)
can you provide me all the vsproj file ?
thx
Original comment by xjto...@163.com
on 16 May 2012 at 10:21
I need it too.
Original comment by Yimin.Xu...@gmail.com
on 15 Jun 2012 at 7:09
Sorry I don't have it now. If you have a MinGW project then it should be very
easy to develop a VS project. The call example can be used as a reference.
Original comment by tangketa...@gmail.com
on 15 Jun 2012 at 7:52
I build the mylibjingle, but it generate this error:
error LNK1104: cannot open file 'jingle.lib' (in project "login")
Can somebody help to solve this bug?
Thanks a lot.
Original comment by duc...@tin180.com
on 21 Jun 2012 at 7:49
[deleted comment]
If you give a reference to the jingle.lib in the login project,maybe it can be
solved.
Original comment by Yimin.Xu...@gmail.com
on 25 Jun 2012 at 3:05
Thanks Yimin.Xu!
I solved this problem. Now we get the new error. Please visit issue 338 about
the error when building mylibjingle solution in VS. Here, at issue 338:
http://code.google.com/p/libjingle/issues/detail?id=338
Original comment by duc...@tin180.com
on 26 Jun 2012 at 2:25
Successfully compiled libjingle 0.6.14 by following the above link :
http://code.google.com/p/libjingle/issues/detail?id=242 [Used Visual Studio
2010 Professional].
If encounter any issue :
Open individual solutions file e.g. mylibjingle.sln,login.vcxproj, jingle.vcxproj and refer the list of source files.
Compare this list with the libjingle.scons file e.g. To build jingle library it require set of files as mentioned in libjingle.scons files, and to build on windows it require to prepare similar visual studio project file.
e.g : while building pcp_main.cc , it throw the linker issue related to : InternetQueryOption
Solution : added on top of pcp_main.h and it worked.
Original comment by sumit1...@gmail.com
on 20 Jul 2012 at 9:09
Your works is great! I dont know anything about VC++, you helped me to save
alot of time.
Original comment by daosip...@gmail.com
on 26 Jul 2012 at 11:56
Replaced by libjingle GYP build
Original comment by juberti@google.com
on 31 May 2013 at 8:37
Original issue reported on code.google.com by
tangketa...@gmail.com
on 10 Nov 2011 at 2:30Attachments: