Can confirm! On Mon, 27 Jul 2009 09:14:55 +0800 Michael Richter <[email protected]> wrote:
> OK, I found the problem. There *IS* no "install.neko" file anywhere > in the release tree. There's also no "makedoc.neko" for when you run > make doc. > > 2009/7/27 Michael Richter <[email protected]> > > > 2009/7/26 Nicolas Cannasse <[email protected]> > > > >> Hi list, > >> > >> I'm please to announce that Neko 1.8.1 has just been released ! > >> > >> You can download it from http://nekovm.org > >> (OSX build will be added tomorrow) > >> > > > > I'm having problems building this again. Here's my make output with > > some issues ** highlighted **: > > > > $ make -B > > mkdir bin 2>/dev/null > > ** make: [createbin] Error 1 (ignored) ** > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/alloc.o -c vm/alloc.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/builtins.o -c vm/builtins.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/callback.o -c vm/callback.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/interp.o -c vm/interp.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/load.o -c vm/load.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/objtable.o -c vm/objtable.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/others.o -c vm/others.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/hash.o -c vm/hash.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/module.o -c vm/module.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/jit_x86.o -c vm/jit_x86.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/threads.o -c vm/threads.c > > cc -shared -WBsymbolic -pthread -o bin/libneko.so vm/alloc.o > > vm/builtins.o vm/callback.o vm/interp.o vm/load.o vm/objtable.o > > vm/others.o vm/hash.o vm/module.o vm/jit_x86.o vm/threads.o -ldl > > -lgc -lm cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm > > -D_GNU_SOURCE -pthread -o vm/stats.o -c vm/stats.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o vm/main.o -c vm/main.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o bin/neko vm/stats.o vm/main.o -Lbin -lneko > > strip bin/neko > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/buffer.o -c libs/std/buffer.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/date.o -c libs/std/date.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/file.o -c libs/std/file.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/init.o -c libs/std/init.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/int32.o -c libs/std/int32.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/math.o -c libs/std/math.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/string.o -c libs/std/string.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/random.o -c libs/std/random.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/serialize.o -c libs/std/serialize.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/socket.o -c libs/std/socket.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/sys.o -c libs/std/sys.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/xml.o -c libs/std/xml.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/module.o -c libs/std/module.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/md5.o -c libs/std/md5.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/utf8.o -c libs/std/utf8.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/memory.o -c libs/std/memory.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/misc.o -c libs/std/misc.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/thread.o -c libs/std/thread.c > > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -D_GNU_SOURCE > > -pthread -o libs/std/process.o -c libs/std/process.c > > cc -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 libs/std/thread.o > > libs/std/process.o -Lbin -lneko (cd src; > > LD_LIBRARY_PATH=../bin:/home/michael/software/lib: > > NEKOPATH=../boot:../bin ../bin/neko nekoml -nostd neko/Main.nml > > nekoml/Main.nml) (cd src; > > LD_LIBRARY_PATH=../bin:/home/michael/software/lib: > > NEKOPATH=../boot:../bin ../bin/neko nekoc -link ../boot/nekoc.n > > neko/Main) neko/Main IO > > String > > List > > Array > > Core > > Buffer > > Int32 > > neko/Printer > > neko/Ast > > Lexer > > LexEngine > > Hashtbl > > neko/Binast > > neko/Compile > > Map > > neko/Bytecode > > neko/Xml > > Xml > > neko/Console > > neko/Parser > > neko/Lexer > > Reflect > > Stack > > neko/Linker > > neko/Doc > > Sys > > Args > > (cd src; LD_LIBRARY_PATH=../bin:/home/michael/software/lib: > > NEKOPATH=../boot:../bin ../bin/neko nekoc -link ../boot/nekoml.n > > nekoml/Main) > > nekoml/Main > > IO > > String > > List > > Array > > Core > > Buffer > > Int32 > > neko/Printer > > neko/Ast > > Lexer > > LexEngine > > Hashtbl > > nekoml/Type > > neko/Compile > > Map > > neko/Bytecode > > Reflect > > nekoml/Neko > > nekoml/Typer > > nekoml/Ast > > nekoml/Match > > Set > > nekoml/Parser > > nekoml/Lexer > > neko/Lexer > > neko/Parser > > neko/Binast > > neko/Xml > > Xml > > Sys > > Zip > > Stack > > Args > > ** (cd src; LD_LIBRARY_PATH=../bin:/home/michael/software/lib: > > NEKOPATH=../boot:../bin ../bin/neko nekoc tools/install.neko) > > Called from neko/Main.nml line 144 > > Called from core/Args.nml line 43 > > Called from core/Args.nml line 50 > > Called from neko/Main.nml line 58 > > Called from neko/Main.nml line 42 > > Exception : (file_contents, tools/install.neko) > > make: *** [libs] Error 255 ** > > > > What's the next step for resolving this? > > -- Neko : One VM to run them all (http://nekovm.org)
