JoaoMGomes / libjingle

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

Login.exe link error - link: unknown option -- m #324

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cd ${libjingl_root}\talk
2. ${swtoolkit}\hammer.bat
3.

What is the expected output? What do you see instead?
login.exe/call.exe should be there, but 

scons: Reading SConscript files ...
D:\Cygwin\home\l00147210\libjingle\libjingle-0.6.14\talk\swtoolkit\site_scons\si
te_tools\component_targets_msvs.py:34: DeprecationWarning: the md5 module is dep
recated; use hashlib instead
  import md5

scons: warning: The build_dir keyword has been deprecated; use the variant_dir k
eyword instead.
File "D:\Cygwin\home\l00147210\libjingle\libjingle-0.6.14\talk\swtoolkit\site_sc
ons\site_init.py", line 203, in BuildEnvironmentSConscripts
scons: done reading SConscript files.
scons: Building targets ...
scons: `all_libraries' is up to date.
________Linking build\dbg\obj\login.exe
link: unknown option -- m
Try `link --help' for more information.
scons: *** [build\dbg\obj\login.exe] Error 1
scons: building terminated because of errors.

What version of the product are you using? On what operating system?
libjingle-0.6.14 + windows xp sp3 + VS2008

Please provide any additional information below.

Original issue reported on code.google.com by liu.sa...@gmail.com on 13 Mar 2012 at 9:33

GoogleCodeExporter commented 9 years ago
I searched the site, and found this withou answer
http://code.google.com/p/libjingle/issues/attachmentText?id=89&aid=6952426017755
14678&name=link.txt&token=01acbac8ec154df956717f30fda1f3db

Original comment by liu.sa...@gmail.com on 13 Mar 2012 at 9:35

GoogleCodeExporter commented 9 years ago
complement info: swtoolkit.0.9.1 + scons-2.0.1

Original comment by liu.sa...@gmail.com on 14 Mar 2012 at 3:11

GoogleCodeExporter commented 9 years ago
OK, I solved it. I had to construct the VS project by manual, and compile it. 
It was almost done with constants.cc file confict, I sperated the jingle 
project, and produce 2 libs. Now it seems OK.
SIGH~

Original comment by liu.sa...@gmail.com on 16 Mar 2012 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by juberti@google.com on 1 Jun 2013 at 4:38