Has anyone successfully compiled osgPPU on Mac OSX 10.5?I'm getting the
following error during compile:

[EMAIL PROTECTED]/devEnv/research/APIs/osgPPU$ make
/opt/local/bin/cmake -H/Users/gbivins/devEnv/research/APIs/osgPPU
-B/Users/gbivins/devEnv/research/APIs/osgPPU --check-build-system
CMakeFiles/Makefile.cmake 0
/opt/local/bin/cmake -E cmake_progress_start
/Users/gbivins/devEnv/research/APIs/osgPPU/CMakeFiles 6
make -f CMakeFiles/Makefile2 all
make -f src/osgPPU/CMakeFiles/osgPPU.dir/build.make
src/osgPPU/CMakeFiles/osgPPU.dir/depend
make[2]: Nothing to be done for `src/osgPPU/CMakeFiles/osgPPU.dir/depend'.
make -f src/osgPPU/CMakeFiles/osgPPU.dir/build.make
src/osgPPU/CMakeFiles/osgPPU.dir/build
/opt/local/bin/cmake -E cmake_progress_report
/Users/gbivins/devEnv/research/APIs/osgPPU/CMakeFiles 2
[ 16%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/PPUInOut.o
/usr/bin/c++   -DosgPPU_EXPORTS   -O3 -DNDEBUG -fPIC
-F/System/Library/Frameworks
-I/Users/gbivins/devEnv/research/APIs/installs/include -I../../include
-DOSGPPU_LIBRARY -o src/osgPPU/CMakeFiles/osgPPU.dir/PPUInOut.o -c
src/osgPPU/PPUInOut.cpp
src/osgPPU/PPUInOut.cpp:17:30: error: osgPPU/Processor.h: No such file or
directory

Using the same process on Linux compilation is successful. I'm not to
familiar with CMake so I'm not sure how to begin
to try to fix this myself.

biv
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to