On Mon, Dec 14, 2015 at 11:24 AM, Marshall Clow
On Thu, Dec 10, 2015 at 11:33 AM, Thomas Trummer
wrote: On 10 Dec 2015, at 20:01, Raffi Enficiaud < raffi.enficiaud@mines-paris.org> wrote:
@Marshall Would it be possible to remove this bullet from the next beta (if any)? Thanks
It would be still great to know where this was originally coming from; it might be useful to test the specific circumstances.
I suspect that it was fixed between b1_rc1 and rc4; but I'll try to reproduce it tonight.
Yep - it was there in RC1, but gone in RC4:
darwin.compile.c++
bin.v2/libs/log/build/darwin-11/release/build-no/log-api-unix/threading-multi/text_file_backend.o
In file included from ./boost/spirit/home/qi/detail/attributes.hpp:12:0,
from ./boost/spirit/home/qi/detail/assign_to.hpp:18,
from ./boost/spirit/home/qi/numeric/numeric_utils.hpp:16,
from libs/log/src/text_file_backend.cpp:50:
./boost/spirit/home/support/attributes.hpp:1070:12: error: redefinition of
'struct
boost::spirit::traits::strip_single_element_vector '
struct strip_single_element_vector "/Volumes/Quadrophenia/marshall/gcc/gcc-4.9.2/bin/bin/g++"
-ftemplate-depth-128 -std=c++11 -O3 -finline-functions -Wno-inline -Wall
-dynamic -gdwarf-2 -fexceptions -fPIC -arch x86_64 -ftemplate-depth-1024
-fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_DYN_LINK=1
-DBOOST_CHRONO_DYN_LINK=1 -DBOOST_DATE_TIME_DYN_LINK=1
-DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_LOG_BUILDING_THE_LIB=1
-DBOOST_LOG_DLL -DBOOST_LOG_USE_NATIVE_SYSLOG -DBOOST_LOG_WITHOUT_EVENT_LOG
-DBOOST_SPIRIT_USE_PHOENIX_V3=1 -DBOOST_SYSTEM_DYN_LINK=1
-DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_THREAD_BUILD_DLL=1
-DBOOST_THREAD_DONT_USE_CHRONO=1 -DBOOST_THREAD_POSIX
-DBOOST_THREAD_USE_DLL=1 -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o
"bin.v2/libs/log/build/darwin-11/release/build-no/log-api-unix/threading-multi/text_file_backend.o"
"libs/log/src/text_file_backend.cpp"
...failed darwin.compile.c++
bin.v2/libs/log/build/darwin-11/release/build-no/log-api-unix/threading-multi/text_file_backend.o...
-- Marshall