nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] last compile difficulty I hope... (driver_opengl)


From: Cyril 'Hulud' Corvazier
Subject: Re: [Nel] last compile difficulty I hope... (driver_opengl)
Date: Wed, 12 Dec 2001 19:18:39 +0100

Hi Kai,
 
driver_opengl.cpp
D:\skander\code\nel\src\3d\driver\opengl\driver_opengl_extension.h(142) : error C2146: syntax error : missing ';' before identifier 'glActiveTextureARB'
D:\skander\code\nel\src\3d\driver\opengl\driver_opengl_extension.h(142) : fatal error C1004: unexpected end of file found
(repeated 9 times for the next 9 files)
 
at line 142 in driver_opengl_extension.h you get:
extern PFNGLACTIVETEXTUREARBPROC glActiveTextureARB;
 
I compile without any kind of problem with the current <GL/glext.h> file available on the SGI site. (GL_GLEXT_VERSION = 7)
Please make sure you have included the good file. If it is not the problem, don't hesitate to post again.
 
which refers to a <GL/glext.h> entry at line 1620:
typedef void (APIENTRY * PFNGLACTIVETEXTUREARBPROC) (GLenum texture);
 
I have the same definition at the same line, and it is the only one.
 
Regards,
 
Cyril

reply via email to

[Prev in Thread] Current Thread [Next in Thread]