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

There is not a single stdscr in std.ndll. Maybe a typo get inserted into your sources. Maybe try to cleanup and checkout again ?

Nicolas

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

Reply via email to