Any one up for OSX work.

i got cvs today and got pview running on 10.4

there was just one change i had to do to “dtool/Config.osx.pp” to get pass a compilation problem of the panda tree (the problem was described in this thread, seems the fixe didn’t make it into CVS?):

line 17, Config.osx.pp

#define SYSTEM_IGATE_FLAGS -D__ppc__ -D__const=const -Dvolatile -D__BIG_ENDIAN__ -D__inline__=inline -D__GNUC__ -D__FLT_EVAL_METHOD__=0

(i just added -D__FLT__EVAL_METHOD__=0 define)

but i’m not quite sure how to proceed from here.

i cd’d into the “direct” subdirectory

ppremake
make install

and i still seem not to have the correct “direct” available (though it seems i have libdirect).

Python 2.4.3 (#1, Mar 30 2006, 11:02:15)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type “help”, “copyright”, “credits” or “license” for more information.

import direct
Traceback (most recent call last):
File “”, line 1, in ?
ImportError: No module named direct
import libdirect

running genPyCode seems to stumble because of that

g5:~ kaweh$ genPyCode
Traceback (most recent call last):
File “/usr/local/panda/bin/genPyCode.py”, line 9, in ?
from direct.ffi import DoGenPyCode
ImportError: No module named direct.ffi
g5:~ kaweh$

any hints?

great work by everyone involved! i hope i will be able to run the tutorial soon. :wink: