Ben Bogart - FMPM/F1999 wrote:
Hello,
I've got gem .87 compiled fine, but when I load pd with it I get the error:
/usr/local/gem-0.87_2/Gem.pd_linux: /usr/local/gem-0.87_2/Gem.pd_linux: undefined symbol: glutSolidTeapot Gem: can't load library
I assumed this was because I had an old version of GLUT so I found 3.7 but the install is giving me heck.
which distro are you using ? debian should ship with 3.7
I imagine that this error is just because of the new teapot primitive... So if I don't need this object can I disable it in the source code?
funny thing: the configure-script should check for the glutSolidTeapot (but now i think of it, i believe it does not quit on failure) the SolidTeapot is, of course, just for stupidness. i am using the glut-library mainly for the model-loader. you can disable the (multi_)model and the teapot, and it should work. however, i think i will use moire Glut in future releases. so it might be useful for you, to set it up anyhow.
mfg.cdas.r IOhannes