[CLN-list] cln compile error
Bruno Haible
bruno at clisp.org
Thu Oct 26 21:31:58 CEST 2006
Hello,
steve ayrgon wrote:
> gcc -v
> Using built-in specs.
> Target: i386-pc-solaris2.11
> ...
> /bin/sh ../libtool --mode=compile g++ -O -I../include -I../include -I./base
> -I./base/digit -I./base/random -Ibase -c ./base/digitseq/cl_2DS_div.cc
> g++ -O -I../include -I../include -I./base -I./base/digit -I./base/random
> -Ibase -c ./base/digitseq/cl_2DS_div.cc -fPIC -DPIC -o .libs/cl_2DS_div.o
> ../base/digitseq/cl_DS.h:50: error: expected identifier before numeric
> constant
This appears to be a
#define DS <some-numeric-value>
in a header file of Solaris/x86. Try adding a
#undef DS
in src/base/digitseq/cl_DS.h line 49.
Bruno
More information about the CLN-list
mailing list