On 08/17/2009 06:20 AM, [email protected] wrote:

Hi,

I try to build the developper branch of a software project,
which is not in Gentoo.

This works a longer time.

Now the compilatino process aborts with

glmodule.c:926: error: 'glActiveTexture' undeclared (first use in this function)
.

Sounds somehow OpenGL-related:
I am using a nVidia Corporation GeForce 7600 GT with NVidia-drivers
and eselected opengl. Since Blender, which uses OpenGL a lot runs fine
and is also build each day from developper sources...

Does anyone know to what glActiveTexture belongs to?
And where I can buy one for my Linux box ;)

You don't need to buy anything. All you need is to tell the person who wrote glmodule.c to go fix the code :)

It's probably a matter of:

#define GL_GLEXT_PROTOTYPES
#include <GL/glext.h>


Reply via email to