OSX 10.11

Hello Im trying to install Panda3d for OSX 10.11. I downloaded the most current Panda 3d and third party packages from git. I placed the thirdparty directory in the master directory and am trying to install via the terminal

cd /Developer/panda3d-master python makepanda/makepanda.py --everything --installer

and getting this error

[ 47%] Building C++ object built/tmp/p3glgsg_config_glgsg.o

…(bunch of errors) then…

The following command returned a non-zero value: g++ -ftemplate-depth-70 -fPIC -c -o built/tmp/p3glgsg_config_glgsg.o -Ibuilt/tmp -Ibuilt/include -Ithirdparty/darwin-libs-a/eigen/include -Fthirdparty/darwin-libs-a/nvidiacg -DEIGEN_MPL2_ONLY= -DEIGEN_NO_DEBUG= -Ipanda/src/glgsg -Ipanda/src/glstuff -fvisibility=hidden -Wno-deprecated-declarations -pthread -fno-exceptions -msse2 -fno-strict-aliasing -ffast-math -fno-finite-math-only -O2 -DBUILDING_PANDAGL panda/src/glgsg/config_glgsg.cxx
Build terminated.

Any help would be great!

Thanks,
Alex

You haven’t posted the actual error message, but I think I know which error you were referring to (since I ran into it when building on OSX earlier too). It should be fixed now.