Boost logo

Regression Tests Log: Boost 1.31.0 zipball

Report Time: Fri, 13 Feb 2004 23:51:54 +0000

Tests run on Windows 2000 Server by MetaCommunications Engineering. The tests run procedure is automated and scheduled to run every night at 12:00 a.m. US Central Time. In addition to this document it produces:

This report is based on the regression from 1.30.2 and notes for expected failures from status/expected-failures-markup.xml.

Please address all your suggestions and questions to boost_regression@meta-comm.com or post them to boost developer mailing list.

Purpose Provides notes, compiler, linker and run output of the regression tests.

Compiler output:
call "C:\Program Files\Microsoft Visual Studio .NET\VC7\..\Common7\Tools\vsvars32" >nul 
    set "COMO_MS_INCLUDE=C:\Program Files\Microsoft Visual Studio .NET\VC7/include" 
    set "LIB=C:\Progra~1\Comeau\4_3_3\libcomo;%LIB%" 
    set "PATH=C:\Progra~1\Comeau\4_3_3\bin\;%PATH%" 
    set "COMO_BASE=C:\Progra~1\Comeau\4_3_3" 
    C:\Progra~1\Comeau\4_3_3\bin\como  --vc7 -c -e5 --no_version --no_prelink_verbose --display_error_number --long_long --diag_suppress=9,21,161,748,940,962 -D__STL_LONG_LONG   --a  --no_inlining /Zi /Od -D_WIN32  --exceptions -DBOOST_DISABLE_WIN32 --wchar_t  -I"H:\boost6\1_31_0\results\bin\boost\libs\conversion\test"  -I"H:\boost6\1_31_0\boost" -I"C:\Progra~1\Comeau\4_3_3\libcomo" -I"C:\Progra~1\Comeau\4_3_3\libcomo\cnames"  -o "H:\boost6\1_31_0\results\bin\boost\libs\conversion\test\lexical_cast_test.test\meta-como-win32-4.3.3-vc7\debug\lexical_cast_test.obj"  "..\libs\conversion\test\../lexical_cast_test.cpp" 

Linker output:
call "C:\Program Files\Microsoft Visual Studio .NET\VC7\..\Common7\Tools\vsvars32" >nul 
    set "COMO_MS_INCLUDE=C:\Program Files\Microsoft Visual Studio .NET\VC7/include" 
    set "LIB=C:\Progra~1\Comeau\4_3_3\libcomo;%LIB%" 
    set "PATH=C:\Progra~1\Comeau\4_3_3\bin\;%PATH%" 
    set "COMO_BASE=C:\Progra~1\Comeau\4_3_3" 
    C:\Progra~1\Comeau\4_3_3\bin\como  --vc7 --no_version --no_prelink_verbose  -o "H:\boost6\1_31_0\results\bin\boost\libs\conversion\test\lexical_cast_test.test\meta-como-win32-4.3.3-vc7\debug\lexical_cast_test"  @"H:\boost6\1_31_0\results\bin\boost\libs\conversion\test\lexical_cast_test.test\meta-como-win32-4.3.3-vc7\debug\lexical_cast_test.CMD"   

C++ prelinker: executing: C:\Progra~1\Comeau\4_3_3\bin\como --vc7 -e5 --no_version --no_prelink_verbose --display_error_number --long_long --diag_suppress=9,21,161,748,940,962 -D__STL_LONG_LONG --a --no_inlining /Zi /Od -D_WIN32 --exceptions -DBOOST_DISABLE_WIN32 --wchar_t -IH:\boost6\1_31_0\results\bin\boost\libs\conversion\test -IH:\boost6\1_31_0\boost -IC:\Progra~1\Comeau\4_3_3\libcomo -IC:\Progra~1\Comeau\4_3_3\libcomo\cnames -o H:\boost6\1_31_0\results\bin\boost\libs\conversion\test\lexical_cast_test.test\meta-como-win32-4.3.3-vc7\debug\lexical_cast_test.obj -c ..\libs\conversion\test\../lexical_cast_test.cpp

Run output:
Running 11 test cases...
../libs/conversion/test/../lexical_cast_test.cpp(125): error in "test_conversion_to_double": difference between std::numeric_limits<double>::max() / 2{8.98846e+307} and lexical_cast<double>(std::numeric_limits<double>::max() / 2){8.98846e+307} exceeds 2.22044e-16%

*** 1 failure detected in test suite "lexical_cast unit test"
   
EXIT STATUS: 201    

Compiler output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testclock.test\intel-win32-7.1-vc6\debug\testclock.obj"  -Tp"..\libs\date_time\test\posix_time/testclock.cpp" 

testclock.cpp
H:\boost6\1_31_0\boost\boost/date_time/posix_time/time_formatters.hpp(76): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
          << frac_sec;
          ^

H:\boost6\1_31_0\boost\boost/date_time/posix_time/time_formatters.hpp(139): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
          << frac_sec;
          ^

H:\boost6\1_31_0\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
            operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
                         stream >> output &&

                                ^
          detected during:
            instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
            instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 59 of "H:\boost6\1_31_0\boost\boost/date_time/time_parsing.hpp"
            instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]" 

compilation aborted for ..\libs\date_time\test\posix_time/testclock.cpp (code 2)

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testclock.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testclock.obj"  -Tp"..\libs\date_time\test\posix_time/testclock.cpp" 

testclock.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testclock.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testclock.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testclock.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testclock.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testc_local_adjustor.test\intel-win32-7.1-vc6\debug\testc_local_adjustor.obj"  -Tp"..\libs\date_time\test\posix_time/testc_local_adjustor.cpp" 

testc_local_adjustor.cpp
H:\boost6\1_31_0\boost\boost/date_time/posix_time/time_formatters.hpp(76): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
          << frac_sec;
          ^

H:\boost6\1_31_0\boost\boost/date_time/posix_time/time_formatters.hpp(139): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
          << frac_sec;
          ^

H:\boost6\1_31_0\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
            operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
                         stream >> output &&

                                ^
          detected during:
            instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
            instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 59 of "H:\boost6\1_31_0\boost\boost/date_time/time_parsing.hpp"
            instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]" 

compilation aborted for ..\libs\date_time\test\posix_time/testc_local_adjustor.cpp (code 2)

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testc_local_adjustor.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testc_local_adjustor.obj"  -Tp"..\libs\date_time\test\posix_time/testc_local_adjustor.cpp" 

testc_local_adjustor.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testc_local_adjustor.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testc_local_adjustor.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testc_local_adjustor.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testc_local_adjustor.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate.test\intel-win32-7.1-vc6\debug\testdate.obj"  -Tp"..\libs\date_time\test\gregorian/testdate.cpp" 

testdate.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate.test\intel-win32-7.1-vc6\debug\testdate.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6\debug"    @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate.test\intel-win32-7.1-vc6\debug\testdate.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate.obj"  -Tp"..\libs\date_time\test\gregorian/testdate.cpp" 

testdate.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_dll.test\intel-win32-7.1-vc6\debug\testdate.obj"  -Tp"..\libs\date_time\test\gregorian/testdate.cpp" 

testdate.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_dll.test\intel-win32-7.1-vc6\debug\testdate_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6\debug"   "boost_date_time-iw71-mt-gd-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_dll.test\intel-win32-7.1-vc6\debug\testdate_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate.obj"  -Tp"..\libs\date_time\test\gregorian/testdate.cpp" 

testdate.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"  "boost_date_time-iw71-mt-gdp-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gdp-1_31.lib"

Lib  output:

See bin/boost/libs/date_time/build/boost_date_time.dll/meta-como-win32-4.3.3-vc7/debug

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration.test\intel-win32-7.1-vc6\debug\testdate_duration.obj"  -Tp"..\libs\date_time\test\gregorian/testdate_duration.cpp" 

testdate_duration.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration.test\intel-win32-7.1-vc6\debug\testdate_duration.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6\debug"    @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration.test\intel-win32-7.1-vc6\debug\testdate_duration.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_duration.obj"  -Tp"..\libs\date_time\test\gregorian/testdate_duration.cpp" 

testdate_duration.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_duration.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_duration.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration_dll.test\intel-win32-7.1-vc6\debug\testdate_duration.obj"  -Tp"..\libs\date_time\test\gregorian/testdate_duration.cpp" 

testdate_duration.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration_dll.test\intel-win32-7.1-vc6\debug\testdate_duration_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6\debug"   "boost_date_time-iw71-mt-gd-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration_dll.test\intel-win32-7.1-vc6\debug\testdate_duration_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_duration.obj"  -Tp"..\libs\date_time\test\gregorian/testdate_duration.cpp" 

testdate_duration.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_duration_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"  "boost_date_time-iw71-mt-gdp-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_duration_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_duration_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gdp-1_31.lib"

Lib  output:

See bin/boost/libs/date_time/build/boost_date_time.dll/meta-como-win32-4.3.3-vc7/debug

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator.test\intel-win32-7.1-vc6\debug\testdate_iterator.obj"  -Tp"..\libs\date_time\test\gregorian/testdate_iterator.cpp" 

testdate_iterator.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator.test\intel-win32-7.1-vc6\debug\testdate_iterator.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6\debug"    @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator.test\intel-win32-7.1-vc6\debug\testdate_iterator.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_iterator.obj"  -Tp"..\libs\date_time\test\gregorian/testdate_iterator.cpp" 

testdate_iterator.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_iterator.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_iterator.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator_dll.test\intel-win32-7.1-vc6\debug\testdate_iterator.obj"  -Tp"..\libs\date_time\test\gregorian/testdate_iterator.cpp" 

testdate_iterator.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator_dll.test\intel-win32-7.1-vc6\debug\testdate_iterator_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6\debug"   "boost_date_time-iw71-mt-gd-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator_dll.test\intel-win32-7.1-vc6\debug\testdate_iterator_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_iterator.obj"  -Tp"..\libs\date_time\test\gregorian/testdate_iterator.cpp" 

testdate_iterator.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_iterator_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"  "boost_date_time-iw71-mt-gdp-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdate_iterator_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdate_iterator_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gdp-1_31.lib"

Lib  output:

See bin/boost/libs/date_time/build/boost_date_time.dll/meta-como-win32-4.3.3-vc7/debug

Compiler output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdst_rules.test\intel-win32-7.1-vc6\debug\testdst_rules.obj"  -Tp"..\libs\date_time\test\posix_time/testdst_rules.cpp" 

testdst_rules.cpp
H:\boost6\1_31_0\boost\boost/date_time/posix_time/time_formatters.hpp(76): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
          << frac_sec;
          ^

H:\boost6\1_31_0\boost\boost/date_time/posix_time/time_formatters.hpp(139): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
          << frac_sec;
          ^

H:\boost6\1_31_0\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
            operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
                         stream >> output &&

                                ^
          detected during:
            instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
            instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 59 of "H:\boost6\1_31_0\boost\boost/date_time/time_parsing.hpp"
            instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]" 

compilation aborted for ..\libs\date_time\test\posix_time/testdst_rules.cpp (code 2)

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdst_rules.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdst_rules.obj"  -Tp"..\libs\date_time\test\posix_time/testdst_rules.cpp" 

testdst_rules.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdst_rules.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdst_rules.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testdst_rules.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testdst_rules.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testduration.test\intel-win32-7.1-vc6\debug\testduration.obj"  -Tp"..\libs\date_time\test\posix_time/testduration.cpp" 

testduration.cpp
H:\boost6\1_31_0\boost\boost/date_time/posix_time/time_formatters.hpp(76): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
          << frac_sec;
          ^

H:\boost6\1_31_0\boost\boost/date_time/posix_time/time_formatters.hpp(139): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
          << frac_sec;
          ^

..\libs\date_time\test\posix_time/testduration.cpp(70): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::ostream << boost::date_time::time_duration<boost::posix_time::time_duration, boost::posix_time::time_res_traits>::tick_type
    std::cout << t_5.ticks() << std::endl;  
              ^

..\libs\date_time\test\posix_time/testduration.cpp(138): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::time_resolution_traits<boost::date_time::time_resolution_traits_adapted64_impl, boost::date_time::nano, 1000000000i64, (unsigned short)9U, boost::int32_t>::fractional_seconds_type
      std::cout << "res_adjust " << time_res_traits::res_adjust() << std::endl;
                                 ^

..\libs\date_time\test\posix_time/testduration.cpp(237): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::time_duration<boost::posix_time::time_duration, boost::posix_time::time_res_traits>::tick_type
    std::cout << "tms: " << (t2-t1).total_milliseconds() << std::endl;
                         ^

compilation aborted for ..\libs\date_time\test\posix_time/testduration.cpp (code 4)

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testduration.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testduration.obj"  -Tp"..\libs\date_time\test\posix_time/testduration.cpp" 

testduration.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testduration.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testduration.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testduration.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testduration.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testfacet.test\intel-win32-7.1-vc6\debug\testfacet.obj"  -Tp"..\libs\date_time\test\gregorian/testfacet.cpp" 

testfacet.cpp
..\libs\date_time\test\gregorian/testfacet.cpp(98): error: no instance of function template "std::has_facet" matches the argument list
            argument types are: (std::locale)
          !std::has_facet<date_facet>(global));
           ^

..\libs\date_time\test\gregorian/testfacet.cpp(100): error: no instance of constructor "std::locale::locale" matches the argument list
            argument types are: (std::locale, date_facet *)
    std::locale global2(global, 

                        ^

..\libs\date_time\test\gregorian/testfacet.cpp(108): error: no instance of function template "std::has_facet" matches the argument list
            argument types are: (std::locale)
          std::has_facet<boost::date_time::date_names_put<facet_config> >(global2));
          ^

..\libs\date_time\test\gregorian/testfacet.cpp(144): error: no instance of constructor "std::locale::locale" matches the argument list
            argument types are: (std::locale, date_facet *)
    std::locale german_dates1(global, 

                              ^

..\libs\date_time\test\gregorian/testfacet.cpp(160): error: no instance of constructor "std::locale::locale" matches the argument list
            argument types are: (std::locale, date_facet *)
    std::locale german_dates2(global, 

                              ^

compilation aborted for ..\libs\date_time\test\gregorian/testfacet.cpp (code 4)

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testfacet.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testfacet.obj"  -Tp"..\libs\date_time\test\gregorian/testfacet.cpp" 

testfacet.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testfacet.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testfacet.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testfacet.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testfacet.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testfacet_dll.test\intel-win32-7.1-vc6\debug\testfacet.obj"  -Tp"..\libs\date_time\test\gregorian/testfacet.cpp" 

testfacet.cpp
..\libs\date_time\test\gregorian/testfacet.cpp(98): error: no instance of function template "std::has_facet" matches the argument list
            argument types are: (std::locale)
          !std::has_facet<date_facet>(global));
           ^

..\libs\date_time\test\gregorian/testfacet.cpp(100): error: no instance of constructor "std::locale::locale" matches the argument list
            argument types are: (std::locale, date_facet *)
    std::locale global2(global, 

                        ^

..\libs\date_time\test\gregorian/testfacet.cpp(108): error: no instance of function template "std::has_facet" matches the argument list
            argument types are: (std::locale)
          std::has_facet<boost::date_time::date_names_put<facet_config> >(global2));
          ^

..\libs\date_time\test\gregorian/testfacet.cpp(144): error: no instance of constructor "std::locale::locale" matches the argument list
            argument types are: (std::locale, date_facet *)
    std::locale german_dates1(global, 

                              ^

..\libs\date_time\test\gregorian/testfacet.cpp(160): error: no instance of constructor "std::locale::locale" matches the argument list
            argument types are: (std::locale, date_facet *)
    std::locale german_dates2(global, 

                              ^

compilation aborted for ..\libs\date_time\test\gregorian/testfacet.cpp (code 4)

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testfacet_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testfacet.obj"  -Tp"..\libs\date_time\test\gregorian/testfacet.cpp" 

testfacet.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testfacet_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testfacet_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"  "boost_date_time-iw71-mt-gdp-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testfacet_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testfacet_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gdp-1_31.lib"

Lib  output:

See bin/boost/libs/date_time/build/boost_date_time.dll/meta-como-win32-4.3.3-vc7/debug

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters.test\intel-win32-7.1-vc6\debug\testformatters.obj"  -Tp"..\libs\date_time\test\gregorian/testformatters.cpp" 

testformatters.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters.test\intel-win32-7.1-vc6\debug\testformatters.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6\debug"    @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters.test\intel-win32-7.1-vc6\debug\testformatters.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testformatters.obj"  -Tp"..\libs\date_time\test\gregorian/testformatters.cpp" 

testformatters.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testformatters.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testformatters.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters_dll.test\intel-win32-7.1-vc6\debug\testformatters.obj"  -Tp"..\libs\date_time\test\gregorian/testformatters.cpp" 

testformatters.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters_dll.test\intel-win32-7.1-vc6\debug\testformatters_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6\debug"   "boost_date_time-iw71-mt-gd-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters_dll.test\intel-win32-7.1-vc6\debug\testformatters_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testformatters.obj"  -Tp"..\libs\date_time\test\gregorian/testformatters.cpp" 

testformatters.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testformatters_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"  "boost_date_time-iw71-mt-gdp-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testformatters_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testformatters_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gdp-1_31.lib"

Lib  output:

See bin/boost/libs/date_time/build/boost_date_time.dll/meta-como-win32-4.3.3-vc7/debug

Compiler output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgenerators.test\intel-win32-7.1-vc6\debug\testgenerators.obj"  -Tp"..\libs\date_time\test\gregorian/testgenerators.cpp" 

testgenerators.cpp
H:\boost6\1_31_0\boost\boost/date_time/gregorian/greg_facet.hpp(88): error: no instance of function template "std::has_facet" matches the argument list
            argument types are: (std::locale)
      if (std::has_facet<greg_base_facet>(locale)) {

          ^
          detected during:
            instantiation of "std::basic_ostream<_E, _Tr> &boost::gregorian::operator<<(std::basic_ostream<_E, _Tr> &, const boost::gregorian::greg_weekday &) [with charT=char, traits=std::char_traits<char>]" at line 170
            instantiation of "std::basic_ostream<_E, _Tr> &boost::gregorian::operator<<(std::basic_ostream<_E, _Tr> &, const boost::gregorian::last_kday_of_month &) [with charT=char, traits=std::char_traits<char>]" 

H:\boost6\1_31_0\boost\boost/date_time/gregorian/greg_facet.hpp(89): error: no instance of function template "std::use_facet" matches the argument list
            argument types are: (std::locale)
        const greg_base_facet& f = std::use_facet<greg_base_facet>(locale);

                                   ^
          detected during:
            instantiation of "std::basic_ostream<_E, _Tr> &boost::gregorian::operator<<(std::basic_ostream<_E, _Tr> &, const boost::gregorian::greg_weekday &) [with charT=char, traits=std::char_traits<char>]" at line 170
            instantiation of "std::basic_ostream<_E, _Tr> &boost::gregorian::operator<<(std::basic_ostream<_E, _Tr> &, const boost::gregorian::last_kday_of_month &) [with charT=char, traits=std::char_traits<char>]" 

compilation aborted for ..\libs\date_time\test\gregorian/testgenerators.cpp (code 2)

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgenerators.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgenerators.obj"  -Tp"..\libs\date_time\test\gregorian/testgenerators.cpp" 

testgenerators.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgenerators.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgenerators.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgenerators.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgenerators.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgenerators_dll.test\intel-win32-7.1-vc6\debug\testgenerators.obj"  -Tp"..\libs\date_time\test\gregorian/testgenerators.cpp" 

testgenerators.cpp
H:\boost6\1_31_0\boost\boost/date_time/gregorian/greg_facet.hpp(88): error: no instance of function template "std::has_facet" matches the argument list
            argument types are: (std::locale)
      if (std::has_facet<greg_base_facet>(locale)) {

          ^
          detected during:
            instantiation of "std::basic_ostream<_E, _Tr> &boost::gregorian::operator<<(std::basic_ostream<_E, _Tr> &, const boost::gregorian::greg_weekday &) [with charT=char, traits=std::char_traits<char>]" at line 170
            instantiation of "std::basic_ostream<_E, _Tr> &boost::gregorian::operator<<(std::basic_ostream<_E, _Tr> &, const boost::gregorian::last_kday_of_month &) [with charT=char, traits=std::char_traits<char>]" 

H:\boost6\1_31_0\boost\boost/date_time/gregorian/greg_facet.hpp(89): error: no instance of function template "std::use_facet" matches the argument list
            argument types are: (std::locale)
        const greg_base_facet& f = std::use_facet<greg_base_facet>(locale);

                                   ^
          detected during:
            instantiation of "std::basic_ostream<_E, _Tr> &boost::gregorian::operator<<(std::basic_ostream<_E, _Tr> &, const boost::gregorian::greg_weekday &) [with charT=char, traits=std::char_traits<char>]" at line 170
            instantiation of "std::basic_ostream<_E, _Tr> &boost::gregorian::operator<<(std::basic_ostream<_E, _Tr> &, const boost::gregorian::last_kday_of_month &) [with charT=char, traits=std::char_traits<char>]" 

compilation aborted for ..\libs\date_time\test\gregorian/testgenerators.cpp (code 2)

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgenerators_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgenerators.obj"  -Tp"..\libs\date_time\test\gregorian/testgenerators.cpp" 

testgenerators.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgenerators_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgenerators_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"  "boost_date_time-iw71-mt-gdp-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgenerators_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgenerators_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gdp-1_31.lib"

Lib  output:

See bin/boost/libs/date_time/build/boost_date_time.dll/meta-como-win32-4.3.3-vc7/debug

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal.test\intel-win32-7.1-vc6\debug\testgreg_cal.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_cal.cpp" 

testgreg_cal.cpp
H:\boost6\1_31_0\boost\boost/config/compiler/intel.hpp(71): warning #47: incompatible redefinition of macro "BOOST_NO_INTRINSIC_WCHAR_T"
  #    define BOOST_NO_INTRINSIC_WCHAR_T
              ^

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal.test\intel-win32-7.1-vc6\debug\testgreg_cal.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6\debug"    @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal.test\intel-win32-7.1-vc6\debug\testgreg_cal.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_cal.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_cal.cpp" 

testgreg_cal.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_cal.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_cal.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal_dll.test\intel-win32-7.1-vc6\debug\testgreg_cal.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_cal.cpp" 

testgreg_cal.cpp
H:\boost6\1_31_0\boost\boost/config/compiler/intel.hpp(71): warning #47: incompatible redefinition of macro "BOOST_NO_INTRINSIC_WCHAR_T"
  #    define BOOST_NO_INTRINSIC_WCHAR_T
              ^

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal_dll.test\intel-win32-7.1-vc6\debug\testgreg_cal_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6\debug"   "boost_date_time-iw71-mt-gd-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal_dll.test\intel-win32-7.1-vc6\debug\testgreg_cal_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_cal.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_cal.cpp" 

testgreg_cal.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_cal_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"  "boost_date_time-iw71-mt-gdp-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_cal_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_cal_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gdp-1_31.lib"

Lib  output:

See bin/boost/libs/date_time/build/boost_date_time.dll/meta-como-win32-4.3.3-vc7/debug

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day.test\intel-win32-7.1-vc6\debug\testgreg_day.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_day.cpp" 

testgreg_day.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day.test\intel-win32-7.1-vc6\debug\testgreg_day.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6\debug"    @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day.test\intel-win32-7.1-vc6\debug\testgreg_day.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_day.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_day.cpp" 

testgreg_day.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_day.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_day.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day_dll.test\intel-win32-7.1-vc6\debug\testgreg_day.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_day.cpp" 

testgreg_day.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day_dll.test\intel-win32-7.1-vc6\debug\testgreg_day_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6\debug"   "boost_date_time-iw71-mt-gd-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day_dll.test\intel-win32-7.1-vc6\debug\testgreg_day_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_day.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_day.cpp" 

testgreg_day.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_day_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"  "boost_date_time-iw71-mt-gdp-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_day_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_day_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gdp-1_31.lib"

Lib  output:

See bin/boost/libs/date_time/build/boost_date_time.dll/meta-como-win32-4.3.3-vc7/debug

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month.test\intel-win32-7.1-vc6\debug\testgreg_month.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_month.cpp" 

testgreg_month.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month.test\intel-win32-7.1-vc6\debug\testgreg_month.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6\debug"    @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month.test\intel-win32-7.1-vc6\debug\testgreg_month.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_month.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_month.cpp" 

testgreg_month.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_month.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_month.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month_dll.test\intel-win32-7.1-vc6\debug\testgreg_month.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_month.cpp" 

testgreg_month.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month_dll.test\intel-win32-7.1-vc6\debug\testgreg_month_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6\debug"   "boost_date_time-iw71-mt-gd-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month_dll.test\intel-win32-7.1-vc6\debug\testgreg_month_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gd-1_31.lib"

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_month.obj"  -Tp"..\libs\date_time\test\gregorian/testgreg_month.cpp" 

testgreg_month.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_month_dll.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"  "boost_date_time-iw71-mt-gdp-1_31.lib"  @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testgreg_month_dll.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testgreg_month_dll.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "boost_date_time-iw-mt-gdp-1_31.lib"

Lib  output:

See bin/boost/libs/date_time/build/boost_date_time.dll/meta-como-win32-4.3.3-vc7/debug

Lib  output:

See bin/boost/libs/date_time/build/boost_date_time.dll/meta-como-win32-4.3.3-vc7/debug

Compiler output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c   /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testint_adapter.test\intel-win32-7.1-vc6\debug\testint_adapter.obj"  -Tp"..\libs\date_time\test\testint_adapter.cpp" 

testint_adapter.cpp
..\libs\date_time\test\testint_adapter.cpp(22): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::int_adapter<boost::int64_t>::int_type
    std::cout << "min:       " << int_type::min().as_number() << std::endl;

                               ^
          detected during instantiation of "void print<int_type>() [with int_type=boost::date_time::int_adapter<boost::int64_t={__int64}>]" 

..\libs\date_time\test\testint_adapter.cpp(23): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::int_adapter<boost::int64_t>::int_type
    std::cout << "max:       " << int_type::max().as_number() << std::endl;

                               ^
          detected during instantiation of "void print<int_type>() [with int_type=boost::date_time::int_adapter<boost::int64_t={__int64}>]" 

..\libs\date_time\test\testint_adapter.cpp(24): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::int_adapter<boost::int64_t>::int_type
    std::cout << "neg_infin: " << 

                               ^
          detected during instantiation of "void print<int_type>() [with int_type=boost::date_time::int_adapter<boost::int64_t={__int64}>]" 

..\libs\date_time\test\testint_adapter.cpp(26): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::int_adapter<boost::int64_t>::int_type
    std::cout << "pos_infin: " << 

                               ^
          detected during instantiation of "void print<int_type>() [with int_type=boost::date_time::int_adapter<boost::int64_t={__int64}>]" 

..\libs\date_time\test\testint_adapter.cpp(28): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::int_adapter<boost::int64_t>::int_type
    std::cout << "not a number:  " << 

                                   ^
          detected during instantiation of "void print<int_type>() [with int_type=boost::date_time::int_adapter<boost::int64_t={__int64}>]" 

compilation aborted for ..\libs\date_time\test\testint_adapter.cpp (code 4)

Compiler output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testiterator.test\intel-win32-7.1-vc6\debug\testiterator.obj"  -Tp"..\libs\date_time\test\posix_time/testiterator.cpp" 

testiterator.cpp
H:\boost6\1_31_0\boost\boost/date_time/posix_time/time_formatters.hpp(76): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
          << frac_sec;
          ^

H:\boost6\1_31_0\boost\boost/date_time/posix_time/time_formatters.hpp(139): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
            operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
          << frac_sec;
          ^

H:\boost6\1_31_0\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
            operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
                         stream >> output &&

                                ^
          detected during:
            instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
            instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 59 of "H:\boost6\1_31_0\boost\boost/date_time/time_parsing.hpp"
            instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]" 

compilation aborted for ..\libs\date_time\test\posix_time/testiterator.cpp (code 2)

Compiler output:
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t -D_NATIVE_WCHAR_T_DEFINED  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"C:\Program Files\STLPort\STLport-4.5.3\stlport" -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testiterator.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testiterator.obj"  -Tp"..\libs\date_time\test\posix_time/testiterator.cpp" 

testiterator.cpp

Linker output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\xilink"  /nologo  /DEBUG /subsystem:console   /out:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testiterator.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testiterator.exe"   /LIBPATH:"H:\boost6\1_31_0\results\bin\boost\libs\date_time\build\libboost_date_time.lib\intel-win32-7.1-vc6-stlport-4.5.3\debug"  /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib" /LIBPATH:"C:\Program Files\STLPort\STLport-4.5.3\lib"   @"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testiterator.test\intel-win32-7.1-vc6-stlport-4.5.3\debug\testiterator.CMD" 

xilink: executing 'link'
LINK : fatal error LNK1104: cannot open file "libboost_date_time-iw-mt-gdp-1_31.lib"

Compiler output:

    CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul 
    "C:\Progra~1\Intel\Compiler70\IA32\bin\icl"  /Zm800 -nologo -GX -c  -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_DATE_TIME_STATIC_LINK  /Z7 /Od /Ob0 /GX /GR /MDd  /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T  -I"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test"  -I"H:\boost6\1_31_0\boost"   -Fo"H:\boost6\1_31_0\results\bin\boost\libs\date_time\test\testlocal_adjustor.test\intel-win32-7.1-vc6\debug\testlocal_adjustor.obj"  -Tp"..\libs\date_time\test\posix_time/testlocal_adjustor.cpp" 

testlocal_adjustor.cpp
H:\boost6\1_31_0\boost\boost/date_time/posix_time/time_formatters.hpp(76): error: more than one operator "<<" matches these operands:
            function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
            function "std::basic_ostream<_E, _Tr>::operator<<