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/000302.html | 71 +++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 pipermail/nel/2001-February/000302.html (limited to 'pipermail/nel/2001-February/000302.html') diff --git a/pipermail/nel/2001-February/000302.html b/pipermail/nel/2001-February/000302.html new file mode 100644 index 00000000..2c444ca8 --- /dev/null +++ b/pipermail/nel/2001-February/000302.html @@ -0,0 +1,71 @@ + + + + [Nel] Re: Nel digest, Vol 1 #64 - 21 msgs + + + + + + +

[Nel] Re: Nel digest, Vol 1 #64 - 21 msgs

+ Valignat Cedric + valignat@nevrax.com
+ Wed, 28 Feb 2001 16:49:09 +0100 +

+
+ +
Brandon Barker wrote:
+> 
+> Yes, I have this very file located at /usr/X11R6/include/GL
+
+I change the OpenGL checking 2 days ago, and it's, now, checking the <GL/gl.h>
+file for the define GL_VERSION_1_2, as we are using OpenGL 1.2.
+
+Before that it was checking for the define GL_GLEXT_VERSION in the <GL/glext.h>
+file ... i now, that wasn't very clean :-(
+
+Otherwise, that could come from the fact that /usr/X11R6/include/ isn't in
+your default include directory list, ithat apear on some system and i plan
+to do this type of checking soon, in that case you should try to to execute
+the configure script as following :
+
+  $ CXXFLAGS="-pipe -I/usr/X11R6/include" ./configure [..]
+
+
+I hope that will help,
+
+Cedric.
+
+
+
+ + + + + + + +
+

+ -- cgit v1.2.1