missing files in panda cvs checkout

I am trying to build panda3d on OSX, a second time.

It seems to me that files are missing in cvs! i get this error:

cd ./src/gobj && make all
make[1]: *** No rule to make target shaderExpansion.I', needed bypp.dep’. Stop.
make: *** [gobj] Error 2
georg@b:~/src/panda3d/panda $

the error is not really unexpected, since i get warnings when i am running ppmake:

georg@b:~/src/panda3d/panda ppremake Root is /Users/georg/src/panda3d/panda Reading /Users/georg/src/panda3d/Config.pp (referred to by PPREMAKE_CONFIG) Read 71 Sources.pp files. Warning: dependent file /Users/georg/src/panda3d/panda/src/pgraph/shader.h does not exist. Warning: dependent file /Users/georg/src/panda3d/panda/src/gobj/shaderExpansion.h does not exist. Warning: dependent file /Users/georg/src/panda3d/panda/src/pgraph/shader.cxx does not exist. No errors. georg@b:~/src/panda3d/panda

why doesn’t it work?
what can i do about the missing files?
just copying them from a backup i had did not help…

:frowning:

This is a temporary problem caused by a recent checkin to the head of the source tree. I’m fixing it right now. You can either wait for the fix, or you can use cvs commands to check out a version from yesterday.

David

David: Thank you very much for your reply! The panda forum is great - the community appears very vital and responsive to me (and i am a newbie). I think that’s what makes a cool project cool.