[Ecls-list] ecl-15.3.7 does not built with "--enable-unicode=no"
HIRAMATSU Yoshifumi
hiramatu at boreas.dti.ne.jp
Sun May 10 14:47:04 UTC 2015
Hello,
I cannot build ecl-15.3.7 with "--enable-unicode=no" option.
% cd ecl-15.3.7
% ./configure --enable-unicode=no
% make
On NetBSD 6, make failed with this message.
gcc -DECLDIR="\"/usr/local/lib/ecl-15.3.7\"" -I. -I/home/hiramatsu/tmp/ecl-15.3.7/build -I/home/hiramatsu/tmp/ecl-15.3.7/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -g -O2 -fPIC -Dnetbsd -c -o package.o package.o.c
/home/hiramatsu/tmp/ecl-15.3.7/src/c/package.d: In function ‘cl_use_package’:
/home/hiramatsu/tmp/ecl-15.3.7/src/c/package.d:1049:7: error: ‘t_string’ undeclared (first use in this function)
/home/hiramatsu/tmp/ecl-15.3.7/src/c/package.d:1049:7: note: each undeclared identifier is reported only once for each function it appears in
/home/hiramatsu/tmp/ecl-15.3.7/src/c/package.d: In function ‘cl_unuse_package’:
/home/hiramatsu/tmp/ecl-15.3.7/src/c/package.d:1072:7: error: ‘t_string’ undeclared (first use in this function)
*** Error code 1
When I run configure without giving any option, make finished successfully.
% ./configure
% make
-> succeeded.
I tried on Mac OS X 10.10, but failed too.
"--enable-unicode=no" does not work right now?
Kind regards,
HIRAMATSU, Yoshifumi
More information about the ecl-devel
mailing list