|
From: Luigi B. <lui...@gm...> - 2017-05-19 08:09:07
|
Not sure. You can remove boost::math, I guess.
For those systems, I suggest you fork the repo, create branches for each
system, add the changes you need, and merge upstream from time to time.
Luigi
On Fri, May 19, 2017 at 10:03 AM shailesh kumar <sha...@gm...>
wrote:
> Hi Luigi,
>
> I am building Quantlib on AIX 7 using xlC compiler and getting error for
> *boost::math::isnan*
> If i remove boost::math, the compilation goes through.
>
> Am i missing something? Please help me in getting this issue resolved.
>
>
> Making all in math
> source='gaussiannoncentralchisquaredpolynomial.cpp'
> object='gaussiannoncentralchisquaredpolynomial.lo' libtool=yes
> DEPDIR=.deps depmode=aix /bin/sh ../../../config/depcomp /bin/sh
> ../../../libtool --tag=CXX --mode=compile xlC_r -DHAVE_CONFIG_H -I.
> -I../../../ql -I../../.. -I../../..
> -I/scratch/ofsbuild/THIRDPARTY/BOOST_1.54/include -qrtti=all
> -DQL_PATCH_SOLARIS -c -o gaussiannoncentralchisquaredpolynomial.lo
> gaussiannoncentralchisquaredpolynomial.cpp
> libtool: compile: xlC_r -DHAVE_CONFIG_H -I. -I../../../ql -I../../..
> -I../../.. -I/scratch/ofsbuild/THIRDPARTY/BOOST_1.54/include -qrtti=all
> -DQL_PATCH_SOLARIS -c -M gaussiannoncentralchisquaredpolynomial.cpp -o
> gaussiannoncentralchisquaredpolynomial.o
> "gaussiannoncentralchisquaredpolynomial.cpp", line 133.26: 1540-0063 (S)
> The text "(" is unexpected.
> "gaussiannoncentralchisquaredpolynomial.cpp", line 147.26: 1540-0063 (S)
> The text "(" is unexpected.
> "gaussiannoncentralchisquaredpolynomial.cpp", line 165.26: 1540-0063 (S)
> The text "(" is unexpected.
> make: 1254-004 The error code from the last command is 1.
>
>
> Stop.
> make: 1254-004 The error code from the last command is 1.
>
>
> Stop.
> make: 1254-004 The error code from the last command is 1.
>
>
> Stop.
> make: 1254-004 The error code from the last command is 2.
>
>
> Thanks & Regards
> Shailesh Kumar
>
|