> Hi list, > > I get this error trying to compile Neko 1.5.3 on my server. > > Compiling zlib... > gcc -O3 -fPIC -c -I../../vm -I/usr/include zlib.c > zlib.c: In function `set_flush_mode': > zlib.c:230: `Z_BLOCK' undeclared (first use in this function) > zlib.c:230: (Each undeclared identifier is reported only once > zlib.c:230: for each function it appears in.) > Called from tools/install.neko line 337 > Called from tools/install.neko line 298 > Called from tools/install.neko line 141 > Uncaught exception - Error 256 : aborted > make: *** [libs] Error 1 > > Any ideas?
Install libz-dev module. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
