Is this a gem problem or a glut problem? I thought glut was optional.
/usr/local/lib/pd/extra/Gem.pd_linux: /usr/local/lib/libglut.so.3: undefined symbol: XmuLookupStandardColormap Gem: can't load library
I have two libglut.so.3 on my machine. Is there a way to force which one is used? [wade@transport wade]$ ls -l /usr/lib/libglut.so.3 lrwxrwxrwx 1 root root 16 Mar 15 11:30 /usr/lib/libglut.so.3 -> libglut.so.3.8.0 [wade@transport wade]$ ls -l /usr/local/lib/libglut.so.3 lrwxrwxrwx 1 root root 14 Mar 4 09:26 /usr/local/lib/libglut.so.3 -> libglut.so.3.7
Thanks, -thewade
I am running pd-GEM on mac OSX (2.8 and 3.x) . The gemwin object seems to ignore the fullscreen mode message. Any solutions for running full-screen in GEM?
thanks,
zack
so you've entered the next stage. glad to hear this at last.
Zitiere thewade pdman@aproximation.org:
Is this a gem problem or a glut problem? I thought glut was optional.
it is optional at compile time; so you should try something like "./configure --without-glut" to have a non-glut version of gem (it is really only the teapot)
mfg.ad.r IOhannes
having two libglut.so.3, one in /usr/lib and the other in /usr/local/lib makes it sound like you have two versions of libglut installed. it looks like the linker might be getting confused about which one to use, as there are two libglut.so.3 in the library paths. try "rpm -qf /usr/lib/libglut.so.3.8.0" and "rpm -qf /usr/local/lib/libglut.so.3.7" to see what packages they belong to. i would then remove the one that /usr/local/lib/libglut.so.3.7 belongs to. i once got into a mess like this with rpm having two versions of glibc installed (after an upgrade!), and it completely hosed my system... hope this helps, ian
On Thu, 2004-03-18 at 12:25, thewade wrote:
Is this a gem problem or a glut problem? I thought glut was optional.
/usr/local/lib/pd/extra/Gem.pd_linux: /usr/local/lib/libglut.so.3: undefined symbol: XmuLookupStandardColormap Gem: can't load library
I have two libglut.so.3 on my machine. Is there a way to force which one is used? [wade@transport wade]$ ls -l /usr/lib/libglut.so.3 lrwxrwxrwx 1 root root 16 Mar 15 11:30 /usr/lib/libglut.so.3 -> libglut.so.3.8.0 [wade@transport wade]$ ls -l /usr/local/lib/libglut.so.3 lrwxrwxrwx 1 root root 14 Mar 4 09:26 /usr/local/lib/libglut.so.3 -> libglut.so.3.7
Thanks, -thewade
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list