[PD] Gem install probs

IOhannes zmoelnig zmoelnig at iem.kug.ac.at
Tue Sep 3 12:48:38 CEST 2002


kurt stockman wrote:
> hi all,
> 

hi!


> ../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

GL/glu.h is not part of glut but should come with your mesa-developer 
packages.
try to install this package (on my debian system it is xlibmesa-dev, on 
mandrake i do not know)
additionally the whole <gem>/src/Gnu -directory is buggy, download the 
ftp://iem.kug.ac.at/pd/Externals/GEM/Gnu.tgz and overwrite the old 
Gnu-directory.
Then do
"make distclean" (or at lease delete any traces of config.cache)
"./configure"
"make"

the configure will most probably (hopefully) bail out at all the missing 
libraries (like openGL, glut, libpng, etc)

> 
> I downloaded and extracted glut-3.6 into the gem-0.87 directory.....
> What should I do?

no libraries are searched for in the gem-0.87-path.
Libraries like gltt, glut, openGL/mesaGL are expected to be installed on 
the system (in /usr/include), however it is not encouraged to install 
the libraries (like glut) by hand into /usr/include but rather via the 
package-manager of your system.
For compilation, you will need the GemLibs too, which can also be found 
at http://gem.iem.at

mfg.cdsa.rsd
IOhannes





More information about the Pd-list mailing list