Boost C++ Libraries: Ticket #6120: Compilation error in math/tools/config.hpp https://svn.boost.org/trac10/ticket/6120 <pre class="wiki">/home/cc/downloads/boost_1_48_0_beta1/include/boost/math/tools/config.hpp:283:7: error: ‘fexcept_t’ does not name a type /home/cc/downloads/boost_1_48_0_beta1/include/boost/math/tools/config.hpp: In constructor ‘boost::math::detail::fpu_guard::fpu_guard()’: /home/cc/downloads/boost_1_48_0_beta1/include/boost/math/tools/config.hpp:275:27: error: ‘m_flags’ was not declared in this scope /home/cc/downloads/boost_1_48_0_beta1/include/boost/math/tools/config.hpp:275:36: error: ‘FE_ALL_EXCEPT’ was not declared in this scope /home/cc/downloads/boost_1_48_0_beta1/include/boost/math/tools/config.hpp:275:49: error: ‘fegetexceptflag’ was not declared in this scope /home/cc/downloads/boost_1_48_0_beta1/include/boost/math/tools/config.hpp:276:37: error: ‘feclearexcept’ was not declared in this scope /home/cc/downloads/boost_1_48_0_beta1/include/boost/math/tools/config.hpp: In destructor ‘boost::math::detail::fpu_guard::~fpu_guard()’: /home/cc/downloads/boost_1_48_0_beta1/include/boost/math/tools/config.hpp:280:27: error: ‘m_flags’ was not declared in this scope /home/cc/downloads/boost_1_48_0_beta1/include/boost/math/tools/config.hpp:280:36: error: ‘FE_ALL_EXCEPT’ was not declared in this scope /home/cc/downloads/boost_1_48_0_beta1/include/boost/math/tools/config.hpp:280:49: error: ‘fesetexceptflag’ was not declared in this scope </pre><p> This can be fixed by commenting out lines from 268 to 288. Looks like preprocessor #if condition on line 264 is incorrect. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6120 Trac 1.4.3 John Maddock Wed, 21 Dec 2011 17:48:21 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6120#comment:1 https://svn.boost.org/trac10/ticket/6120#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> I believe this to be fixed in Trunk, please reopen if not. </p> Ticket Antony Polukhin Thu, 22 Dec 2011 03:44:02 GMT <link>https://svn.boost.org/trac10/ticket/6120#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6120#comment:2</guid> <description> <p> Tested it in trunk a few weeks ago and it worked. </p> </description> <category>Ticket</category> </item> </channel> </rss>