Any one up for OSX work.

Hey everyone!

I’m glad to see this port coming along so well!

I’ve been trying to follow along, but I seem to have gotten stuck while making the main panda branch:

cd ./src/putil && make install
g++ -ftemplate-depth-30 -c -o Opt3-osx/putil_putil_composite1.o -I. -I/Users/mtomczak/Panda3d/panda3d/panda -I../express -I../pandabase -I/usr/local/panda/include -I/Library/Frameworks/Python.framework/Headers    -O2 putil_composite1.cxx
In file included from animInterface.cxx:19,
                 from putil_composite1.cxx:1:
animInterface.h:25:23: error: cycleData.h: No such file or directory
animInterface.h:26:29: error: cycleDataReader.h: No such file or directory
animInterface.h:27:29: error: cycleDataWriter.h: No such file or directory
animInterface.h:28:28: error: pipelineCycler.h: No such file or directory
In file included from animInterface.cxx:20,
                 from putil_composite1.cxx:1:
clockObject.h:29:34: error: cycleDataStageReader.h: No such file or directory
clockObject.h:31:20: error: thread.h: No such file or directory
In file included from animInterface.cxx:21,
                 from putil_composite1.cxx:1:
bamReader.h:35:32: error: pipelineCyclerBase.h: No such file or directory

I recently synced to the head of the CVS repository, and I’m afraid I can’t find these files anywhere. Does anyone know where I should be looking?

Thanks,
Mark