Hi all, I'm trying to compile TPP-4.8.0 on a Fedora server 22 Linux system. I downloaded the latest 4.8 src and have installed all required dependencies (as far as I can tell), including "-devel" packages with the package manager.
It fails at the boost compilation:
[.....]
In file included from ./boost/thread/pthread/once_atomic.hpp:17:0,
from ./boost/thread/once.hpp:20,
from libs/thread/src/pthread/./once_atomic.cpp:9,
from libs/thread/src/pthread/once.cpp:8:
./boost/thread/detail/invoke.hpp:242:51: warning: variadic templates only
available with -std=c++11 or -std=gnu++11
template <class Ret, class A, class A0, class ...Args>
^
./boost/thread/detail/invoke.hpp:249:28: warning: variadic templates only
available with -std=c++11 or -std=gnu++11
invoke(Ret (A::*f)(Args...), BOOST_THREAD_RV_REF(A0) a0,
BOOST_THREAD_RV_REF(Args) ...args)
^
./boost/thread/detail/invoke.hpp:249:91: warning: variadic templates only
available with -std=c++11 or -std=gnu++11
invoke(Ret (A::*f)(Args...), BOOST_THREAD_RV_REF(A0) a0,
BOOST_THREAD_RV_REF(Args) ...args)
[....]
Full log output is attached. I checked the workaround for TIME_UTC issues,
but my local /usr/include/boost/thread/xtime.hpp already has it as
"TIME_UTC_".
Any thoughts?
Thanks,
Josua
--
You received this message because you are subscribed to the Google Groups
"spctools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spctools-discuss.
For more options, visit https://groups.google.com/d/optout.
tpp-4.8_boost-fail
Description: Binary data
