GCC makes it, but now neko gives me a new error :-(
gcc -shared -WBsymbolic -o bin/std.ndll libs/std/buffer.o libs/std/date.o
libs/std/file.o libs/std/init.o libs/std/int32.o libs/std/math.o
libs/std/string.o libs/std/random.o libs/std/serialize.o libs/std/socket.o
libs/std/sys.o libs/std/xml.o libs/std/module.o libs/std/md5.o
libs/std/utf8.o libs/std/memory.o libs/std/misc.o -Lbin -lneko
(cd src; LD_LIBRARY_PATH=../bin:/usr/lib/neko NEKOPATH=../boot:../bin
../bin/neko nekoml -v neko/Main.nml nekoml/Main.nml)
Called from core/Core.nml line 64
Uncaught exception - load.c(214) : Failed to load library :
../bin/std.ndll (../bin/std.ndll: undefined symbol: stdscr)
make: *** [compiler] Fout 1
Op Sun, 27 Aug 2006 20:34:59 +0200 schreef Nicolas Cannasse
<[EMAIL PROTECTED]>:
Hi again Nicolas,
I don't know if you're currently working on it, but i cannot compile
the latest neko from CVS on my gentoo linux box.
Fixed !
Nicolas
Danny Wilson
--
Neko : One VM to run them all
(http://nekovm.org)