Michael T. Richter a écrit :
On Tue, 2008-09-23 at 23:58 +0200, Nicolas Cannasse wrote:
NekoVM 1.8.0 has just been released on http://nekovm.org !

Everything built well for me on NekoVM 1.8, but for this:

    *$ make doc*
    (cd src;
    
LD_LIBRARY_PATH=../bin::/home/michael/software/lib:/home/michael/software/bin
    NEKOPATH=../boot:../bin ../bin/neko nekoc tools/makedoc.neko)
    (cd src;
    
LD_LIBRARY_PATH=../bin::/home/michael/software/lib:/home/michael/software/bin
    NEKOPATH=../boot:../bin ../bin/neko tools/makedoc)
    /nekoc -o ../www/libs -doc ../vm/builtins.c/
    /../vm/builtins.c(722): Unknown type abstract/
    /Called from tools/makedoc.neko line 37/
    /Called from tools/makedoc.neko line 23/
    /Uncaught exception - Error 65280 : aborted/
    make: *** [doc] Error 1


Any idea what's going on with this?

Fixed on CVS, thanks for reporting.
You need to edit the file and use 'abstract instead of abstract

Nicolas

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

Reply via email to