diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-February/000166.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-February/000166.html | 83 |
1 files changed, 83 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Linux compilation pb</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:lecroart%40nevrax.com"> + <LINK REL="Previous" HREF="000162.html"> + <LINK REL="Next" HREF="000188.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Linux compilation pb</H1> + <B>Vianney Lecroart</B> + <A HREF="mailto:lecroart%40nevrax.com" + TITLE="[Nel] Linux compilation pb">lecroart@nevrax.com</A><BR> + <I>Thu, 8 Feb 2001 10:39:43 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000162.html">[Nel] Linux compilation pb</A></li> + <LI> Next message: <A HREF="000188.html">[Nel] Linux compilation pb</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#166">[ date ]</a> + <a href="thread.html#166">[ thread ]</a> + <a href="subject.html#166">[ subject ]</a> + <a href="author.html#166">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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: <A HREF="http://ace.planet-d.net">http://ace.planet-d.net</A> +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" <<A HREF="mailto:v.caron@zerodeux.net">v.caron@zerodeux.net</A>> +To: <<A HREF="mailto:nel@nevrax.org">nel@nevrax.org</A>> +Sent: Wednesday, February 07, 2001 8:28 PM +Subject: [Nel] Linux compilation pb + + +><i> I couldn't compile src/3d/driver/opengl/driver_opengl_texture.cpp, it was +</I>><i> lacking the prototype for a GL extension function. I found out that "gl.h" +</I>><i> includes "glext.h". And "glx.h" include "gl.h". And so on ... The +</I>conclusion +><i> is that you must define GL_GLEXT_PROTOTYPES (if needed) before *any* GL +</I>><i> inclusion. I took this block from driver_opengl_extension.h : +</I>><i> +</I>><i> #ifdef NL_OS_UNIX +</I>><i> #define GL_GLEXT_PROTOTYPES +</I>><i> #endif +</I>><i> +</I>><i> and moved it to the very beginning of driver_opengl.h (before the #include +</I>><i> <GL/glx.h>). +</I>><i> _______________________________________________ +</I>><i> Nel mailing list +</I>><i> <A HREF="mailto:Nel@nevrax.org">Nel@nevrax.org</A> +</I>><i> <A HREF="http://www.nevrax.org/mailman/listinfo.cgi/nel">http://www.nevrax.org/mailman/listinfo.cgi/nel</A> +</I> + +</pre> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000162.html">[Nel] Linux compilation pb</A></li> + <LI> Next message: <A HREF="000188.html">[Nel] Linux compilation pb</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#166">[ date ]</a> + <a href="thread.html#166">[ thread ]</a> + <a href="subject.html#166">[ subject ]</a> + <a href="author.html#166">[ author ]</a> + </LI> + </UL> +</body></html> |