
Hello everybody, I have some problems trying to build the date_time libraries. I'm using: boost 1.32.0 stlport 4.6.2 MSVC7.1 (on Windows of course) with the following build command line: C:\Development\boost_1_32_0>bjam "-sTOOLS=vc-7_1-stlport" "-sSTLPORT_PATH=c:/Development" "-sstlport-iostream=on" the first build error I get is the following (which causes a whole cascade to follow): [...] C:\Development\boost_1_32_0\boost\lexical_cast.hpp(150) : error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'boost::date_time::date_names_put<Config,charT,OutputIterator>::string_type' (or there is no acceptable conversion) [...] All of the other boost libraries build and link fine, so I don't think it's a general problem with my setup. I'd appreciate any hints or tips. Or if someone could even send me the prebuilt 'libboost_date_time-vc71-mt-p-1_32.lib' I'd be most grateful. Thanks, Sören Meyer-Eppler -- www.BuschnicK.net