Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: In search for a undeclared identifier...
Date: Mon, 17 Aug 2009 04:08:00
Message-Id: h6al23$tla$1@ger.gmane.org
In Reply to: [gentoo-user] In search for a undeclared identifier... by meino.cramer@gmx.de
1 On 08/17/2009 06:20 AM, meino.cramer@×××.de wrote:
2 >
3 > Hi,
4 >
5 > I try to build the developper branch of a software project,
6 > which is not in Gentoo.
7 >
8 > This works a longer time.
9 >
10 > Now the compilatino process aborts with
11 >
12 > glmodule.c:926: error: 'glActiveTexture' undeclared (first use in this function)
13 > .
14 >
15 > Sounds somehow OpenGL-related:
16 > I am using a nVidia Corporation GeForce 7600 GT with NVidia-drivers
17 > and eselected opengl. Since Blender, which uses OpenGL a lot runs fine
18 > and is also build each day from developper sources...
19 >
20 > Does anyone know to what glActiveTexture belongs to?
21 > And where I can buy one for my Linux box ;)
22
23 You don't need to buy anything. All you need is to tell the person who
24 wrote glmodule.c to go fix the code :)
25
26 It's probably a matter of:
27
28 #define GL_GLEXT_PROTOTYPES
29 #include <GL/glext.h>