Hi,
echo ----------../Particles----------
make[1]: Entering directory /home/chrism/software/gem-0.87/src/Particles' c++ -c -g -fPIC -I../ -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gltt -I../../../gem-0.84/src/AuxLibs/particle -I../../../gem-0.84/src/AuxLibs/liborb -I../../../GemLibs/glm -I/usr/local/include -I.. part_color.cpp -o part_color.o part_color.cpp:17: papi.h: No such file or directory make[1]: *** [part_color.o] Error 1 make[1]: Leaving directory
/home/chrism/software/gem-0.87/src/Particles'
make: *** [subdirs] Error 255
GEM 0.87, Pd 0.36.
Am I missing something stupid here? Where is papi.h meant to come from? I am fairly sure I have all the requisitie libraries installed on my debian 3.0 system. One thing I find curious is why it is including a non-existent directory "../../../gem-0.84/*".
Regards,
Chris. _________________________________ chris@mccormick.cx http://www.mccormick.cx http://www.sciencegirlrecords.com
I read:
Where is papi.h meant to come from?
from AuxLibs/particle/
try ./makeauxlibs, look at the makefile or move the auxlibs dir around so make can find it.
HTH,
x
On Wed, 12 Mar 2003 09:58:17 +0100 (CET) CK x@meta.lo-res.org wrote:
I read:
Where is papi.h meant to come from?
from AuxLibs/particle/
try ./makeauxlibs, look at the makefile or move the auxlibs dir around so make can find it.
Thanks for your help, got it working. Had to add -L for each GemLibs subdirectory.
Rgds,
Chris. _________________________________ chris@mccormick.cx http://www.mccormick.cx http://www.sciencegirlrecords.com