[Ecls-list] ECL 9.3.0 pre-release

Marko Kocić marko.kocic at gmail.com
Wed Mar 25 19:42:53 UTC 2009


Thanks.

Linux build now works, but mingw32 one fails with the following error.
Again build is with threads and unicode enabled.

Regards,
Marko

if test -f ../CROSS-DPP ; then ../CROSS-DPP
/c/dev/cvstree/ecl.git/src/c/main.d main.c ; else ./dpp.
exe /c/dev/cvstree/ecl.git/src/c/main.d main.c ; fi
dpp: c:/dev/cvstree/ecl.git/src/c/main.d -> main.c
gcc -DECLDIR="\"c:/lisp/app/ecl/lib/ecl-9.3.0\"" -c -DECL_API -I.
-Ic:/dev/cvstree/ecl.git/build -I/
c/dev/cvstree/ecl.git/src/c -I../ecl/gc  -g -O2  -D_THREAD_SAFE
-Ic:/msys/1.0/local/include -Dmingw3
2  -o main.o main.c
c:/dev/cvstree/ecl.git/src/c/main.d:36:23: error: sys/mman.h: No such
file or directory
c:/dev/cvstree/ecl.git/src/c/main.d: In function '_ecl_alloc_env':
c:/dev/cvstree/ecl.git/src/c/main.d:291: error: 'PROT_READ' undeclared
(first use in this function)
c:/dev/cvstree/ecl.git/src/c/main.d:291: error: (Each undeclared
identifier is reported only once
c:/dev/cvstree/ecl.git/src/c/main.d:291: error: for each function it
appears in.)
c:/dev/cvstree/ecl.git/src/c/main.d:291: error: 'PROT_WRITE'
undeclared (first use in this function)

c:/dev/cvstree/ecl.git/src/c/main.d:292: error: 'MAP_ANON' undeclared
(first use in this function)
c:/dev/cvstree/ecl.git/src/c/main.d:292: error: 'MAP_PRIVATE'
undeclared (first use in this function
)
c:/dev/cvstree/ecl.git/src/c/main.d:292: warning: assignment makes
pointer from integer without a ca
st
c:/dev/cvstree/ecl.git/src/c/main.d:293: warning: comparison between
pointer and integer
make[2]: *** [main.o] Error 1
rm main.c
make[2]: Leaving directory `/c/dev/cvstree/ecl.git/build/c'
make[1]: *** [libeclmin.a] Error 2
make[1]: Leaving directory `/c/dev/cvstree/ecl.git/build'
make: *** [all] Error 2




More information about the ecl-devel mailing list