Hallo

now it compiles ,

I get these

cp tools/nekoboot.n ../bin
../bin/nekovm neko mtypes/std.neko
cp mtypes/std.n ../bin/mtypes
../bin/nekovm nekoboot ../bin/neko.n
../bin/nekovm nekoboot ../bin/nekoml.n
../bin/nekovm nekoboot ../bin/nekoboot.n
Compiling mod_neko...
The file httpd.h provided when installing Apache 1.3 was not found
Please enter a valid include path to look for it
Or 's' to skip this library
> s
Compiling mysql...
The file mysql.h provided when installing MySQL 4.+ was not found
Please enter a valid include path to look for it
Or 's' to skip this library
> s
Compiling regexp...
The file pcre.h provided when installing PCRE was not found
Please enter a valid include path to look for it
Or 's' to skip this library
> s


what does that mean ?
do I now have neko without
mysql and regexp functions ?


Luzifer


On 06.01.2006, at 18:25, Nicolas Cannasse wrote:

The same error comes still, but looking a bit different:
(cd src; LD_LIBRARY_PATH=../bin: NEKOPATH=../boot ../bin/nekovm tools/install)
../bin/nekovm neko tools/test.neko
cp tools/test.n ../bin
../bin/nekovm neko tools/nekoboot.neko
cp tools/nekoboot.n ../bin
../bin/nekovm neko mtypes/std.neko
cp mtypes/std.n ../bin/mtypes
../bin/nekovm nekoboot ../bin/neko.n
Uncaught exception - load.c(171) : Module not found : nekoboot
Called from tools/install.neko line 234
Called from tools/install.neko line 168
Uncaught exception - Error 256 : aborted
make: *** [libs] Error 1

I added ../bin to the NEKOPATH defined in Makefile.
That should do it.

Nicolas

---
Neko : One VM to run them all



---
Neko : One VM to run them all

Reply via email to