Hi!
I can't get binary on Suse 9.3 x86_64 box:
./configure
make
result:
gcc -c -I. -I/home/vadim/ecl-0.9h/src/c -
I/home/vadim/ecl-0.9h/src/c/gc -I/home/vadim/ecl-
0.9h/src/h -I../h -g -O2 -fPIC -fstrict-aliasing -
Dlinux -o ffi.o ffi.c
if test -f ../CROSS-DPP ; then ../CROSS-
DPP /home/vadim/ecl-0.9h/src/c/alloc_2.d alloc_2.c ;
else ./dpp /home/vadim/ecl-0.9h/src/c/alloc_2.d
alloc_2.c ; fi
dpp: /home/vadim/ecl-0.9h/src/c/alloc_2.d -> alloc_2.c
gcc -c -I. -I/home/vadim/ecl-0.9h/src/c -
I/home/vadim/ecl-0.9h/src/c/gc -I/home/vadim/ecl-
0.9h/src/h -I../h -g -O2 -fPIC -fstrict-aliasing -
Dlinux -o alloc_2.o alloc_2.c
/home/vadim/ecl-0.9h/src/c/alloc_2.d:25:19: gc/gc.h:
No such file or directory
/home/vadim/ecl-0.9h/src/c/alloc_2.d:26:32:
gc/private/gc_priv.h: No such file or directory
/home/vadim/ecl-0.9h/src/c/alloc_2.d: In function
`ecl_mark_env':
/home/vadim/ecl-0.9h/src/c/alloc_2.d:278: error:
`ptr_t' undeclared (first use in this function)
/home/vadim/ecl-0.9h/src/c/alloc_2.d:278: error:
(Each undeclared identifier is reported only once
/home/vadim/ecl-0.9h/src/c/alloc_2.d:278: error: for
each function it appears in.)
/home/vadim/ecl-0.9h/src/c/alloc_2.d:278: error:
syntax error before "env"
/home/vadim/ecl-0.9h/src/c/alloc_2.d:279: error:
syntax error before "env"
/home/vadim/ecl-0.9h/src/c/alloc_2.d:282: error:
syntax error before "env"
/home/vadim/ecl-0.9h/src/c/alloc_2.d:283: error:
syntax error before "env"
/home/vadim/ecl-0.9h/src/c/alloc_2.d:286: error:
syntax error before "env"
/home/vadim/ecl-0.9h/src/c/alloc_2.d:287: error:
syntax error before "env"
/home/vadim/ecl-0.9h/src/c/alloc_2.d:307: error:
syntax error before "env"
/home/vadim/ecl-0.9h/src/c/alloc_2.d: In function
`stacks_scanner':
/home/vadim/ecl-0.9h/src/c/alloc_2.d:322: error:
`ptr_t' undeclared (first use in this function)
/home/vadim/ecl-0.9h/src/c/alloc_2.d:322: error:
syntax error before "dll"
/home/vadim/ecl-0.9h/src/c/alloc_2.d:323: error:
syntax error before "dll"
/home/vadim/ecl-0.9h/src/c/alloc_2.d:326: error:
syntax error before "l"
/home/vadim/ecl-0.9h/src/c/alloc_2.d:329: error:
syntax error before "cl_symbols"
make[2]: *** [alloc_2.o] Error 1
rm array.c symbol.c num_rand.c num_sfun.c cmpaux.c
list.c unixsys.c num_arith.c load.c string.c stacks.c
hash.c main.c predicate.c num_log.c unixint.c
instance.c compiler.c character.c multival.c gfun.c
structure.c sequence.c ffi.c unixfsys.c reference.c
time.c print.c backq.c typespec.c num_co.c num_pred.c
macros.c alloc_2.c read.c error.c num_comp.c number.c
format.c pathname.c file.c assignment.c cfun.c
disassembler.c interpreter.c mapfun.c package.c eval.c
make[2]: Leaving directory `/home/vadim/ecl-
0.9h/build/c'
make[1]: *** [libeclmin.a] Error 2
make[1]: Leaving directory `/home/vadim/ecl-
0.9h/build'
make: *** [all] Error 2