I'm having trouble compiling using the latest CVS. I'm using ppremake on amd64. The trouble happens in the panda compile, here:
- Code: Select all
make[1]: Entering directory `/home/steve/panda3d-src-20120108-1450/panda3d/panda/src/glxdisplay'
g++ -ftemplate-depth-30 -c -o Opt3-Linux/p3glxdisplay_config_glxdisplay.o -I. -I/home/steve/panda3d-src-20120108-1450/panda3d/panda -I../cull -I../display -I../downloader -I../event -I../express -I../glgsg -I../glstuff -I../gobj -I../gsgbase -I../linmath -I../mathutil -I../nativenet -I../net -I../pandabase -I../pgraph -I../pgraphnodes -I../pipeline -I../pnmimage -I../pstatclient -I../putil -I/usr/local/panda/20120108-1450/include -I/usr/include/python2.6 -I/usr/include -I/usr/include -I/usr/include/python2.6 -I/usr/include -g -O2 -fPIC config_glxdisplay.cxx
In file included from glxGraphicsBuffer.h:20:0,
from config_glxdisplay.cxx:16:
glxGraphicsPipe.h:24:29: fatal error: x11GraphicsPipe.h: No such file or directory
I expect the trouble is because there's no "-I../x11display" in there. I'm not sure how to fix that though. Any help would be appreciated. Thanks!
Steve
