#20638: xorg-server: undefined symbols _glProgramEnvParameters4fvEXT _glProgramLocalParameters4fvEXT on Tiger PowerPC -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: xorg-server -------------------------------------+-------------------------------------- Comment(by jeremyhu@…): Can you please do this on both your ppc and intel boxes: {{{ grep GL_EXT_gpu_program_parameters /System/Library/Frameworks/OpenGL.framework/Headers/glext.h }}} Actually, if you could attach your /System/Library/Frameworks/OpenGL.framework/Headers/glext.h, that would help a bit. If the above patch didn't work, it looks like your glext.h is explicitly setting GL_EXT_gpu_program_parameters to 1 even though the symbols are not defined. That is naughty. Perhaps I should make these checks all runtime instead of compile-time... sigh. -- Ticket URL: <http://trac.macports.org/ticket/20638#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS