blob: 432d0b4b516d3448c8452a0fc22fbaffc614632b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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="/mailman/listinfo.cgi/nel">/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>
|