From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2001-February/000166.html | 83 +++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 pipermail/nel/2001-February/000166.html (limited to 'pipermail/nel/2001-February/000166.html') diff --git a/pipermail/nel/2001-February/000166.html b/pipermail/nel/2001-February/000166.html new file mode 100644 index 00000000..94a9b7ab --- /dev/null +++ b/pipermail/nel/2001-February/000166.html @@ -0,0 +1,83 @@ + + + + [Nel] Linux compilation pb + + + + + + +

[Nel] Linux compilation pb

+ Vianney Lecroart + lecroart@nevrax.com
+ Thu, 8 Feb 2001 10:39:43 +0100 +

+
+ +
Thank you a lot for this bug correction.
+It's really strange because it compiles well on our linux system without any
+modifications,
+but I already heard about this problem, I'll correct it right now.
+
+Vianney Lecroart
+---
+lead programmer / nevrax.com
+icq#: 6870415
+homepage: http://ace.planet-d.net
+www.geek.com: GCS/E d- s+++: a-- C+++$ UL++ P- L+++>+$ E+>- W++ N+ o? K-
+w++$ O- M- V- PS- PE? Y PGP t 5? X+ R- tv++ b- DI D+ G e++ h+ r-- y?
+
+----- Original Message -----
+From: "Vincent Caron" <v.caron@zerodeux.net>
+To: <nel@nevrax.org>
+Sent: Wednesday, February 07, 2001 8:28 PM
+Subject: [Nel] Linux compilation pb
+
+
+> I couldn't compile src/3d/driver/opengl/driver_opengl_texture.cpp, it was
+> lacking the prototype for a GL extension function. I found out that "gl.h"
+> includes "glext.h". And "glx.h" include "gl.h". And so on ... The
+conclusion
+> is that you must define GL_GLEXT_PROTOTYPES (if needed) before *any* GL
+> inclusion. I took this block from driver_opengl_extension.h :
+>
+> #ifdef NL_OS_UNIX
+> #define GL_GLEXT_PROTOTYPES
+> #endif
+>
+> and moved it to the very beginning of driver_opengl.h (before the #include
+> <GL/glx.h>).
+> _______________________________________________
+> Nel mailing list
+> Nel@nevrax.org
+> http://www.nevrax.org/mailman/listinfo.cgi/nel
+
+
+
+ + + +
+

+ -- cgit v1.2.1