[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    NAG: Re: kdebase not compiling in HEAD
From:       Alfons Hoogervorst <alfons () proteus ! demon ! nl>
Date:       2004-09-13 12:38:03
Message-ID: 20040913143803.276432af () proteus ! demon ! nl
[Download RAW message or body]

Lo Scott,

On 13-09-04 (Mon) 06:52 +1200 Scott Newton wrote: 

| -lGLU -lGL -lX11.libs/main.o(.text+0x8ab4): In function
| `create_opengl':: undefined reference to `GetInfo_OpenGL(QListView*)'

OTOH, the fix checked in CVS breaks my build: I need to define
GLX_GLXEXT_PROTOTYPES. 

Nag patch attached.

Bye.

-- 
Ecuación algebraico sin solución posible,
a menos de poseer profundos conocimientos
en matemática - Revueltas (Ocho Por Radio)

["kcontrol.info.opengl.cpp.patch" (text/plain)]

Index: kcontrol/info/opengl.cpp
===================================================================
RCS file: /home/kde/kdebase/kcontrol/info/opengl.cpp,v
retrieving revision 1.6
diff -u -r1.6 opengl.cpp
--- kcontrol/info/opengl.cpp	12 Sep 2004 20:37:45 -0000	1.6
+++ kcontrol/info/opengl.cpp	13 Sep 2004 12:35:40 -0000
@@ -40,6 +40,9 @@
 #include <GL/glu.h>
 #endif
 
+#ifndef GLX_GLXEXT_PROTOTYPES
+#define GLX_GLXEXT_PROTOTYPES
+#endif
 #include <GL/gl.h>
 #include <GL/glext.h>
 #include <GL/glx.h>


>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic