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-January/000123.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-January/000123.html')
-rw-r--r-- | pipermail/nel/2001-January/000123.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000123.html b/pipermail/nel/2001-January/000123.html new file mode 100644 index 00000000..673a6618 --- /dev/null +++ b/pipermail/nel/2001-January/000123.html @@ -0,0 +1,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> |