hi all,
Being very new (<24Hrs) to linux I'm trying to get pd and Gem running on a Mandrake 8.2 system.
I managed to compile pd (which was pretty easy) but now I'm stuck with Gem: when giving the "make" command in ../src/Gnu I get the following error:
---------start
for d in ../Manips  ../Particles ../Base ../MarkEx ../Pixes ../Controls
../Nongeos  ../Geos ../tv; do
  echo ""
  echo "----------$d----------";
  cd $d && make || exit -1;
done
 echo ----------../Manips----------
make[1]: Entering directory /home/rr/gem-0.87/src/Manips' c++ -c -g  -fPIC  -I../ -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../../../gem-0.87/gltt-2.5.2 -I../../../Desktop/Trash/GemLibs/particle -I../../../Desktop/Trash/GemLibs/liborb -I../../../Desktop/Trash/GemLibs/glm -I/usr/local/include -I..  ortho.cpp -o ortho.o In file included from ortho.h:18,          from ortho.cpp:17: ../Base/GemBase.h:27:8: warning: extra tokens at end of #endif directive In file included from ortho.cpp:19: ../Base/GemMan.h:24:20: GL/glu.h: No such file or directory ortho.cpp:21:20: GL/glu.h: No such file or directory make[1]: *** [ortho.o] Error 1 make[1]: Leaving directory
/home/rr/gem-0.87/src/Manips'
make: *** [subdirs] Error 255
---------end
I downloaded and extracted glut-3.6 into the gem-0.87 directory..... What should I do?
thx in advance, kurt