26 Oct
2006
26 Oct
'06
9:31 p.m.
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