[CLN-list] Re: CLN on OS X
Ron Garret
ron at flownet.com
Wed Jan 23 17:23:46 CET 2008
On Jan 23, 2008, at 4:12 AM, Bruno Haible wrote:
> Alexei Sheplyakov wrote:
>> Secondly, the value `x86_64' is wrong. It should be CPU-OS-VENDOR.
>
> No, it's usually CPU-VENDOR-OS,
Well, x86_64-apple-darwin doesn't work either, but it's a different
error this time, so maybe this is progress:
cd src && make all
make SUBDIR=base
/bin/sh ../libtool --mode=compile g++ -O -I../include -I../include -
I./base -c ./base/cl_alloca.cc
mkdir .libs
g++ -O -I../include -I../include -I./base -c ./base/cl_alloca.cc -
fno-common -DPIC -o .libs/cl_alloca.o
g++ -O -I../include -I../include -I./base -c ./base/cl_alloca.cc -o
cl_alloca.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile g++ -O -I../include -I../include -
I./base -c ./base/cl_as_exception.cc
g++ -O -I../include -I../include -I./base -c ./base/
cl_as_exception.cc -fno-common -DPIC -o .libs/cl_as_exception.o
In file included from ../include/cln/number.h:8,
from ./base/cl_N.h:6,
from ./base/cl_as_exception.cc:13:
../include/cln/object.h:29:1: warning: "cl_word_alignment" redefined
../include/cln/object.h:26:1: warning: this is the location of the
previous definition
../include/cln/number.h: In constructor 'cln::cl_number::cl_number()':
../include/cln/number.h:226: error: 'cl_FN_tag' was not declared in
this scope
../include/cln/number.h: In constructor
'cln::cl_number::cl_number(int)':
../include/cln/number.h:230: error: 'cl_FN_tag' was not declared in
this scope
../include/cln/number.h: In constructor
'cln::cl_number::cl_number(unsigned int)':
../include/cln/number.h:230: error: 'cl_FN_tag' was not declared in
this scope
../include/cln/number.h: In member function 'cln::cl_number&
cln::cl_number::operator=(int)':
../include/cln/number.h:231: error: 'cl_FN_tag' was not declared in
this scope
../include/cln/number.h: In member function 'cln::cl_number&
cln::cl_number::operator=(unsigned int)':
../include/cln/number.h:231: error: 'cl_FN_tag' was not declared in
this scope
make[2]: *** [cl_as_exception.lo] Error 1
make[1]: *** [base.target] Error 2
make: *** [all] Error 2
>
More information about the CLN-list
mailing list