realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Build fails on PhysicsModule using Xcode with GCC 4.2 #641

Open cvetan5 opened 11 years ago

cvetan5 commented 11 years ago

Since bullet was updated, compiling PhysicsModule files using Xcode & GCC 4.2 will result in these weird errors:

...
{standard input}:unknown:Undefined local symbol LC15
{standard input}:unknown:Undefined local symbol LC16
{standard input}:unknown:Undefined local symbol LC17
{standard input}:unknown:Undefined local symbol LC18
{standard input}:unknown:Undefined local symbol LC19
{standard input}:unknown:Undefined local symbol LC20

etc...

As a workaround, building with Makefiles and GCC, or Xcode with LLVM-GCC or Xcode with Clang works.

cadaver commented 11 years ago

This has been seen also in other projects using Bullet, eg. GameKit http://code.google.com/p/gamekit/issues/detail?id=247