Boost logo

Boost :

From: Sven Johannsen (Sven.Johannsen_at_[hidden])
Date: 2004-11-02 10:52:35


Hello,

On my computer the actual tar fails to compile the date_time and
program_options with:
  - vc7.1
  - stlport 4.6.2

i use the following cmdline to build boost:

bjam "-sTOOLS=vc-7_1-stlport" "-sSTLPORT_PATH=E:\STLPort"
"-sSTLPORT_VERSION=4.6.2"

i got the following error-messages (multi-messages for the same error):
date_time:
vc-C++
bin\boost\libs\date_time\build\boost_date_time.dll\vc-7_1-stlport\debug\threading-multi\greg_month.obj
greg_month.cpp
F:\boost\boost_1_32_0\boost\lexical_cast.hpp(150) : error C2679: Bin„rer
Operator '>>': Es konnte kein Operator gefunden werden, der einen
rechtsseitigen Operator vom Typ
'boost::date_time::date_names_put<Config,charT,OutputIterator>::string_type'
akzeptiert (oder keine geeignete Konvertierung m”glich)
         with
         [
             Config=boost::gregorian::greg_facet_config,
             charT=wchar_t,
 
OutputIterator=_STL::ostreambuf_iterator<wchar_t,_STL::char_traits<wchar_t>>
         ]

Program-Options

F:\boost\boost_1_32_0\boost\program_options\detail\utf8_codecvt_facet.hpp(70)
: error C2039: 'codecvt': Ist kein Element von 'operator``global
namespace'''

regards, Sven


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk