One last problem :)
GL_wrap.c:1: warning: -fPIC ignored for target (all code is position
independent
)
GL_wrap.c: In function `neko_glProgramCallbackMESA':
GL_wrap.c:5316: error: `GLprogramcallbackMESA' undeclared (first use in
this fun
ction)
GL_wrap.c:5316: error: (Each undeclared identifier is reported only once
GL_wrap.c:5316: error: for each function it appears in.)
GL_wrap.c:5316: error: parse error before "c_callback"
GL_wrap.c:5318: error: `c_callback' undeclared (first use in this function)
cptr.c:1: warning: -fPIC ignored for target (all code is position
independent)
You mentioned using SDL beforehand, are you creating bindings for that as
well
or doing it from another language?
On Fri, 02 Jun 2006 00:48:45 +0800, daniel fischer <[EMAIL PROTECTED]> wrote:
"Jarrad Hope" <[EMAIL PROTECTED]> (on Fri, 02 Jun 2006 00:02:37
+0800):
> Here you go, these come with cygwin
thanks. try adding
#include <GL/glext.h>
just after the #include <GL/gl.h> pretty much on top of GL_wrap.c and
see if that gets you any further. seems GL 1.2/1.3 is treated as
extensions in win32.
i doubt this is the last problem tho.
-dan
--
Neko : One VM to run them all
(http://nekovm.org)