|
Boost : |
From: Bronek Kozicki (brok_at_[hidden])
Date: 2003-12-15 14:21:01
Hello
on my computer current boost build fails on signals and thread
libraries. "Current" means fresh copy from cvs.sourceforge.net boost
repository. Build environment is mingw (GCC 3.3.1), bjam version 3.1.7,
operating system = Windows Server 2003. Build command issued is:
$ bjam "-sTOOLS=mingw" "-sBUILD=debug release <threading>multi/single <runtime-link>static/dynamic"
Errors are reported in many obj files, but all goes down to:
C:/WINGNU/msys/1.0/home/Bronislaw/boost/boost/boost/pending/ct_if.hpp:26: error: conflicting
types for `struct boost::true_type'
C:/WINGNU/msys/1.0/home/Bronislaw/boost/boost/boost/type_traits/detail/bool_trait_def.hpp:174: error: previous
declaration as `typedef struct boost::integral_constant<bool, true>
boost::true_type'
C:/WINGNU/msys/1.0/home/Bronislaw/boost/boost/boost/pending/ct_if.hpp:27: error: conflicting
types for `struct boost::false_type'
C:/WINGNU/msys/1.0/home/Bronislaw/boost/boost/boost/type_traits/detail/bool_trait_def.hpp:175: error: previous
declaration as `typedef struct boost::integral_constant<bool, false>
boost::false_type'
Regards
B.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk