Luzifer Altenberg wrote:
undo12:~/neko undo$ neko bin/test
The virtual machine is working !
Calling a function inside std library...
Test successful
undo12:~/neko undo$ nekotools server
Starting Neko Server on localhost:2000
Called from tools/Tools.nml line 36
Called from core/Args.nml line 50
Called from tools/Tools.nml line 27
Called from core/Net.nml line 82
Exception : [EMAIL PROTECTED]
Luzifer
Ok.
Looks like the socket cannot be bound on "localhost" port 2000.
This is an error coming from the C function "bind" (see
libs/std/socket.c function socket_bind).
Do you have any idea why this would not work ? Try printing the
different informations in the C function and check what kind of extended
error code is returned.
You can also try another host/port by specifing :
nekotools server -p 8080 -host mydomainname
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)