Subject: [Boost-bugs] [Boost C++ Libraries] #2631: Math don't compile with STLport 5.2.1
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-01-02 13:47:26
#2631: Math don't compile with STLport 5.2.1
-------------------------------------+--------------------------------------
Reporter: andysem | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: math
Version: Boost Development Trunk | Severity: Problem
Keywords: math fpclassify STLport |
-------------------------------------+--------------------------------------
While compiling Boost.Math with STLport on Linux (GCC 4.3.2) I get the
following errors:
{{{
gcc.compile.c++ bin.v2/libs/math/build/gcc-4.3.2/release/stdlib-stlport
/threading-multi/sph_legendre.o
In file included from ./boost/math/special_functions/trunc.hpp:15,
from ./boost/math/special_functions/gamma.hpp:35,
from ./boost/math/special_functions/factorials.hpp:13,
from ./boost/math/special_functions/legendre.hpp:15,
from
./boost/math/special_functions/spherical_harmonic.hpp:14,
from libs/math/build/../src/tr1/sph_legendre.cpp:8:
./boost/math/special_functions/fpclassify.hpp: In function âbool
boost::math_detail::is_nan_helper(T, const boost::true_type&)â:
./boost/math/special_functions/fpclassify.hpp:98: error: âfpclassifyâ is
not a member of âstlp_stdâ
./boost/math/special_functions/fpclassify.hpp: In function âint
boost::math::detail::fpclassify_imp(T, const
boost::math::detail::native_tag&)â:
./boost/math/special_functions/fpclassify.hpp:120: error: âfpclassifyâ is
not a member of âstlp_stdâ
./boost/math/special_functions/fpclassify.hpp: In function âbool
boost::math::detail::isfinite_impl(T, const
boost::math::detail::native_tag&)â:
./boost/math/special_functions/fpclassify.hpp:262: error: âisfiniteâ is
not a member of âstlp_stdâ
./boost/math/special_functions/fpclassify.hpp: In function âbool
boost::math::detail::isnormal_impl(T, const
boost::math::detail::native_tag&)â:
./boost/math/special_functions/fpclassify.hpp:321: error: âisnormalâ is
not a member of âstlp_stdâ
./boost/math/special_functions/fpclassify.hpp: In function âbool
boost::math::detail::isinf_impl(T, const
boost::math::detail::native_tag&)â:
./boost/math/special_functions/fpclassify.hpp:380: error: âisinfâ is not a
member of âstlp_stdâ
./boost/math/special_functions/fpclassify.hpp: In function âbool
boost::math::detail::isnan_impl(T, const
boost::math::detail::native_tag&)â:
./boost/math/special_functions/fpclassify.hpp:456: error: âisnanâ is not a
member of âstlp_stdâ
}}}
I get similar errors when compiling branches/release.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2631> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC