|
From: Luigi B. <lui...@gm...> - 2016-08-20 08:55:30
|
That macro was available in Boost when QuantLib 1.5 was released, but has been deprecated and removed from later Boost releases. To fix it, you can either upgrade to a newer QuantLib version or downgrade to an older Boost version. If you can't do either, replacing BOOST_MESSAGE with BOOST_ERROR_MESSAGE will work, too. Luigi On 01:19, Sat, Aug 20, 2016 JeffreyLi <jia...@gm...> wrote: > > Hi, > > I got some errors like : C3861: 'BOOST_MESSAGE: identifier not found' > > when I compiled the testsuite project in the files like: > interpolations.cpp, > piecewisezerospreadedtermstructure.cpp > > I'm using Visual Studio Pro 2015, boost_1_61_0 and QuantLib-1.5. > > Not sure how to fix it. > > Thanks much for help in advance! > > > > > > -- > View this message in context: > http://quantlib.10058.n7.nabble.com/compiling-errors-C3861-BOOST-MESSAGE-identifier-not-found-tp17658.html > Sent from the quantlib-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > _______________________________________________ > QuantLib-users mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-users > |