Luzifer Altenberg wrote:
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
Yes.
In order to compile Mod_neko, you need Apache 1.3 installed. Same for
MySQL and PCRE. You need "dev" versions with includes. But you can
already use Neko without theses, they are just libraries.
Nicolas
---
Neko : One VM to run them all