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
84
85
86
87
88
89
90
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] opengl problem</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:francois.perichon%40inzebox.com">
<LINK REL="Previous" HREF="000119.html">
<LINK REL="Next" HREF="000124.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] opengl problem</H1>
<B>=?ISO-8859-1?Q?Fran=E7ois_P=E9richon?=</B>
<A HREF="mailto:francois.perichon%40inzebox.com"
TITLE="[Nel] opengl problem">francois.perichon@inzebox.com</A><BR>
<I>Wed, 17 Jan 2001 12:46:53 +0100</I>
<P><UL>
<LI> Previous message: <A HREF="000119.html">[Nel] Maya plugin issues</A></li>
<LI> Next message: <A HREF="000124.html">[Nel] Announce: NeL 0.1 is officially out</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#123">[ date ]</a>
<a href="thread.html#123">[ thread ]</a>
<a href="subject.html#123">[ subject ]</a>
<a href="author.html#123">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi,
I finally made it with the mesa3D 3.3, the last glext.h from sgi, the
correct stlport, and so on.
I './configure' without any problems (I set the --with-stlport,
--with-stllib, and th --with-python)
When making the opengl driver i end with this error :
In file included from driver_opengl.h:43,
from driver_opengl.cpp:45:
./../../../include/nel/3d/material.h:264: anonymous class type not used to
declare any objects
./../../../include/nel/3d/material.h: In method `void
NL3D::CMaterial::CTexEnv::setDefault()':
./../../../include/nel/3d/material.h:273: `union
NL3D::CMaterial::CTexEnv::{anonymous}' has no member named `OpRGB'
./../../../include/nel/3d/material.h:274: `union
NL3D::CMaterial::CTexEnv::{anonymous}' has no member named `SrcArg0RGB'
and this one :
In file included from ../../../../include/nel/3d/material.h:338,
from driver_opengl.h:43,
from driver_opengl.cpp:45:
./../../../include/nel/3d/driver_material_inline.h: In method `void
NL3D::CMaterial::texEnvOpRGB(unsigned int, NL3D::CMaterial::TTexOperator)':
./../../../include/nel/3d/driver_material_inline.h:157: `union
NL3D::CMaterial::CTexEnv::{anonymous}' has no member named `OpRGB'
./../../../include/nel/3d/driver_material_inline.h: In method `void
NL3D::CMaterial::texEnvArg0RGB(unsigned int, NL3D::CMaterial::TTexSource,
NL3D::CMaterial::TTexOperand)':
What have i made wrong? Where this mysterious NL3D is defined?
--
Fran�ois "Le Barjack" P�richon
<A HREF="mailto:francois.perichon@inzebox.com">francois.perichon@inzebox.com</A>
<A HREF="mailto:lebarjack@inzebox.com">lebarjack@inzebox.com</A>
36, rue de la clef
59800 Lille
France
Tel : +33 (0)3 20 55 55 90
Fax : +33 (0)3 20 55 55 92
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000119.html">[Nel] Maya plugin issues</A></li>
<LI> Next message: <A HREF="000124.html">[Nel] Announce: NeL 0.1 is officially out</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#123">[ date ]</a>
<a href="thread.html#123">[ thread ]</a>
<a href="subject.html#123">[ subject ]</a>
<a href="author.html#123">[ author ]</a>
</LI>
</UL>
</body></html>
|