laur...@marzu.org wrote: > Hello, > > I'm working again on the CosTransactions services for MICO, and, for now, > I'm reporting development made on the 2.3.12 last year to the 2.3.13 > release. > > 1) I still have issu with configure.in and mico/util.h, even with '-frepo' > disabled (suggestion from last year ;) ) > > g++ -I../include -O2 -Wall -Wwrite-strings -fno-strict-aliasing > -D_REENTRANT -D_GNU_SOURCE -DPIC -fPIC -c codec.cc -o codec.pic.o > In file included from /usr/include/math.h:71, > from ../include/mico/os-math.h:281, > from any.cc:41: > /usr/include/bits/mathcalls.h:205: error: declaration of `int > finite(double) throw ()' throws different exceptions > ../include/mico/util.h:222: error: than previous declaration `int > finite(double)' >
Interesting. This is FC11 + GNU C++ 4.4.0? > Once configure.in changed, I ran: > $ autoheader > $ autoconf > $ make Please no! Rather install autoconf-2.13 and use: $ ./bootstrap.sh $ make bootstrap just deals with autoconf so if you also need autoheader please use the one provided by autoconf-2.13. Thanks, Karel -- Karel Gardas kgar...@objectsecurity.com ObjectSecurity Ltd. http://www.objectsecurity.com _______________________________________________ Mico-devel mailing list Mico-devel@mico.org http://www.mico.org/mailman/listinfo/mico-devel