[context] - Boost.Context fails to build -> Call of overloaded 'callcc(...) is ambiguous'
I was trying to compile Boost 1.64.0 for OpenWRT when the build failed
for Arm Cortex A7 (Raspberry Pi 2) using Gcc 5.2 with Musl 1.1.16.
The build output with the error follows.
Any ideas on what it could be ?
gcc.compile.c++
bin.v2/libs/fiber/build/gcc-arm/release/abi-aapcs/boost.locale.iconv-on/boost.locale.posix-off/link-static/threading-multi/context.o
libs/fiber/src/context.cpp: In constructor
'boost::fibers::context::context(boost::fibers::dispatcher_context_t,
const boost::context::preallocated&, const default_stack&,
boost::fibers::scheduler*)':
libs/fiber/src/context.cpp:236:14: error: call of overloaded
'callcc(const std::allocator_arg_t&, const
boost::context::preallocated&, const default_stack&,
boost::fibers::context::context(boost::fibers::dispatcher_context_t,
const boost::context::preallocated&, const default_stack&,
boost::fibers::scheduler*)::
fixed in branch develop (see issue #52) - gcc-4.9 has problems with overloads of functions callcc()
Yes. I noticed that you also marked it at GitHub.
Thank you! The issue was also solved for Gcc 5.2.
On 24 April 2017 at 12:17, Oliver Kowalke via Boost
fixed in branch develop (see issue #52) - gcc-4.9 has problems with overloads of functions callcc()
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Carlos Miguel Ferreira Researcher at Telecommunications Institute Aveiro - Portugal Work E-mail - cmf@av.it.pt Skype & GTalk -> carlosmf.pt@gmail.com LinkedIn -> http://www.linkedin.com/in/carlosmferreira
participants (2)
-
Carlos Ferreira
-
Oliver Kowalke