"Jarrad Hope" <[EMAIL PROTECTED]> (on Fri, 02 Jun 2006 11:37:26
+0800):

  > One last problem :)
we'll see about that :)


  > GL_wrap.c:1: warning: -fPIC ignored for target (all code is position
 
  > independent)

just leave away the -fPIC argument to gcc to get rid of this warning, it
seems to be unneeded on win32.


  > GL_wrap.c: In function `neko_glProgramCallbackMESA':
  > GL_wrap.c:5316: error: `GLprogramcallbackMESA' undeclared (first use
in  
  > this fun
  > ction)

ah- well, obviously, win32 doesnt do MESA. well. i've removed all MESA
references in the new package (see below).


  > You mentioned using SDL beforehand, are you creating bindings for
that as  
  > well or doing it from another language?

what other language? :)

i've packed up my sdl binding in the same (preliminary) way. i've also
split the "cptr" lib into its own package. it's being used to share
plain C pointers between those different libraries, and manipulate them
from neko. you need to make sure cptr.h is in the include path when
compiling them.


get them new packages here:
 http://iterative.org/neko/bindings/

if you manage to build these on win32, please post your gcc command
lines so i can put them in a README (or makefile). thanks.

-dan


-- 
http://0xDF.com/
http://iterative.org/

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to