On Tue, 2007-05-15 at 20:16 +0200, august wrote:
I am currently trying to compile GEM CVS so that it is compatible with the current version of Chromium (1.9), and am having trouble getting the Gem.lib to load while chromium is "faking" the opengl calls. Has anyone gotten this to work already?
Without using the Chromium environment, PD runs fine with GEM on the "mothership". But, when I try to run PD/GEM under Chromium, I get library loading errors for things like : glGetShaderInfoLog, glDeleteProgram, etc.)
Is there a way to compile GEM without glsl support entirely? I can't find any way to ./configure it so that glsl is disabled.
I'm pretty confident this should fly, just need to ditch the glsl.
try:
./configure --with-glversion=1.5
at least, that helped here, since my ati card doesn't seem to support glsl as well.
roman
thanks! that got me past that part.
now I am having problems with framebuffer extenstions (glCheckFramebufferStatusEXT, etc)
any way to turn this off at compile?