So I am trying to install Panda3d via terminal with my OSX. However, every time I try to run the makepanda command I am getting this error: MacOS/Python: can’t find ‘main’ module in ‘makepanda’
I have no idea what that is or where I can find it. Any help would be appreciated.
I’m not sure if you could help further, but I am now getting this error:
Generating library cache…
WARNING: Could not locate pkg-config package gtk±2.0, excluding from build
WARNING: Could not locate framework Cg, excluding from build
WARNING: Could not locate thirdparty package openssl, excluding from build
WARNING: Could not locate thirdparty package zlib, excluding from build
Generating dependencies…
[ 0%] Building C++ object built/tmp/dtoolbase_composite1.o
In file included from dtool/src/dtoolbase/dtoolbase_composite1.cxx:3:
In file included from dtool/src/dtoolbase/atomicAdjustI386Impl.cxx:19:
In file included from dtool/src/dtoolbase/atomicAdjustI386Impl.h:54:
dtool/src/dtoolbase/atomicAdjustI386Impl.I:34:30: error: invalid lvalue in asm
input for constraint ‘m’
:“m” (&var));
^~~~
dtool/src/dtoolbase/atomicAdjustI386Impl.I:60:30: error: invalid lvalue in asm
input for constraint ‘m’
:“m” (&var) : “memory”);
^~~~
2 errors generated.
I downloaded all the files from source forge so I don’t know why I should be missing anything.