Problems installing Panda3D version 1.10.0 on OS X.

Hi, I’ve recently downloaded the OS X version of Panda3D-1.10.0 under devel and I have been having some issues. When I import the PandaModules, I get this error:
ImportError: dlopen(/Developer/Panda3D/panda3d/core.so, 2): Symbol not found: __ZN10ParamValueISbIwSt11char_traitsIwESaIwEEE14get_class_typeEv
I have looked on some other forums for a fix to this but I have not found any, I would appreciate some help. Thanks

Hmm, I just ran into this issue as well. It seems that this is a bug in llvm-gcc that shipped with Mac 10.7.

It seems to work if I compile Panda from source with clang instead of gcc.