I've disabled mpeg3 because the "missing" libmpeg3.h get bugging up the Gem compile. Now I have Gem compiled and installed but Pd can't seem to load it! Here is what Pd tells me:
./Gem.pd_linux: ./Gem.pd_linux: undefined symbol: glGetShaderInfoLog Gem: can't load library
I really have no clue and am really new to Pd so maybe it's something obvious but to me it isn't lol :S
Thanks again for taking the time to help me!
e
2007/9/6, IOhannes m zmoelnig zmoelnig@iem.at:
eric labelle wrote:
Yeah Mathieu...it fails everytime...has anyone found a way around that
yet?
well, obviously the way around is disabling mpeg3 support in Gem. if you configure Gem, just add "--disable-mpeg3" et voila...
another option is to install the libmpeg3-headers! i think Gem's configure just checks for the existence of the library (/usr/lib/lib...) and assumes that the headers are installed too...which is not a very foolproof thing.
if the problem persists, send me the output of configure.
fmgasd.r IOhannes