paulhsu / libjingle

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

Problems compiling on OS/X Lion #262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download trunk
2. Follow build instructions
3.

What is the expected output? What do you see instead?
Successful build

What version of the product are you using? On what operating system?
SVN trunk. OS/X 10.7.2.

Please provide any additional information below.

There are the following porting issues:
(a) The current SDK is:
/Developer/SDKs/MacOSX10.5.sdk

This won't work with Lion. But of course changing this to 10.7 will cause
failures on Leopard and SL. What's really needed is a way to determine
the version number. I don't have a patch for this, but can provide.

(b) -fno-rtti causes failures when building with gtest 1.6.0.

Original issue reported on code.google.com by e...@rtfm.com on 22 Dec 2011 at 4:46

GoogleCodeExporter commented 9 years ago
Please refer to the following workaround
http://code.google.com/p/libjingle/wiki/TipsOfBuildingLibjingleOnMac107

Original comment by jun...@google.com on 5 Jan 2012 at 8:08