https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #2 from Alex Buell <[email protected]> 2010-09-14 00:43:25 PDT --- I am getting this: $ scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -o glsl_toon glsl_toon.o build/Shader.o build/ShaderProgram.o build/Timer.o build/VertexBuffer.o build/Mesh.o build/Light.o build/Texture.o build/FrameTimer.o build/FrameBuffer.o -lSDL -lSDL_image -lGL -lGLU build/FrameBuffer.o: In function `FrameBuffer::BlitTo(FrameBuffer*, unsigned int, unsigned int)': FrameBuffer.cpp:(.text+0x1373): undefined reference to `glBlitFramebufferEXT' collect2: ld returned 1 exit status scons: *** [glsl_toon] Error 1 scons: building terminated because of errors. Grepping the includes shows that it is definitely defined in the includes so probably it's not in the libraries. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
