[Boost.Thread][Boost1.39]:boost::thread& is not accessible from boost::move

Running CC 5.10 to build Boost.Thread using the following command: Referred to this list by boost-build Trying to build Boost.Thread using Sun CC 5.10 on opensolaris. This one looks like a generic error. "CC" +d -library=stlport4 -g -mt -m64 -KPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -I"." -c -o "/tmp/boost/boost/bin.v2/libs/thread/build/sun/debug/a ddress-model-64/stdlib-sun-stlport/threading-multi/pthread/thread.o" "libs/thread/src/pthread/thread.cpp" Getting this error: "./boost/thread/detail/thread.hpp", line 344: Error: boost::thread::thread(boost::thread&) is not accessible from boost::move(boost::detail::thread_move_t<boost::thread>). 1 Error(s) detected. -- Karun -

AMDG Karun Gahlawat wrote:
Running CC 5.10 to build Boost.Thread using the following command: Referred to this list by boost-build
Trying to build Boost.Thread using Sun CC 5.10 on opensolaris. This one looks like a generic error.
"CC" +d -library=stlport4 -g -mt -m64 -KPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -I"." -c -o "/tmp/boost/boost/bin.v2/libs/thread/build/sun/debug/a ddress-model-64/stdlib-sun-stlport/threading-multi/pthread/thread.o" "libs/thread/src/pthread/thread.cpp"
Getting this error: "./boost/thread/detail/thread.hpp", line 344: Error: boost::thread::thread(boost::thread&) is not accessible from boost::move(boost::detail::thread_move_t<boost::thread>). 1 Error(s) detected.
I think that this problem was fixed, but there is a new problem in the trunk now... In Christ, Steven Watanabe

is it planned to be fixed in 1.40? thanks. On Mon, Aug 3, 2009 at 11:38 AM, Steven Watanabe<watanabesj@gmail.com> wrote:
AMDG
Karun Gahlawat wrote:
Running CC 5.10 to build Boost.Thread using the following command: Referred to this list by boost-build
Trying to build Boost.Thread using Sun CC 5.10 on opensolaris. This one looks like a generic error.
"CC" +d -library=stlport4 -g -mt -m64 -KPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -I"." -c -o "/tmp/boost/boost/bin.v2/libs/thread/build/sun/debug/a ddress-model-64/stdlib-sun-stlport/threading-multi/pthread/thread.o" "libs/thread/src/pthread/thread.cpp"
Getting this error: "./boost/thread/detail/thread.hpp", line 344: Error: boost::thread::thread(boost::thread&) is not accessible from boost::move(boost::detail::thread_move_t<boost::thread>). 1 Error(s) detected.
I think that this problem was fixed, but there is a new problem in the trunk now...
In Christ, Steven Watanabe
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Karun - +1 (347) 885-1336
participants (2)
-
Karun Gahlawat
-
Steven Watanabe