Closed GoogleCodeExporter closed 9 years ago
having the same issue... those classes really should be compiled in, don't get
it.
Original comment by steip...@gmail.com
on 3 Jul 2011 at 10:31
After hours of searching, i finally discovered the solution.
In mac_env.Append add to CCFLAGS '-frtti' to enable RTTI (Run Time Type Info).
Original comment by steip...@gmail.com
on 3 Jul 2011 at 1:15
Original comment by jun...@google.com
on 17 Nov 2011 at 12:28
Thanks for the helpful solution. on OSX Lion I had issues with -frtti CCFLAG,
"-frtti" is valid for C++/ObjC++ but not for C
But by adding a CXXFLAGS section and adding the flag there I was able to get
libjingle to compile.
Original comment by n...@firespotter.com
on 27 Mar 2012 at 11:06
Original issue reported on code.google.com by
stellit....@gmail.com
on 4 Mar 2011 at 8:11