Boost logo

Boost :

From: Petr Kocmid (pkocmid_at_[hidden])
Date: 2000-10-18 00:00:49


Hi Beman,

I see none of your problems here, sorry. You do not have STLport4 release
candidate only, dont' you?

***** integer/integer_test.cpp *****
  VC++ with STLport library
   cl /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I
"E:\STLport\STLport-4.0" /I "e:\boost\boost" /D "WIN32" /D "_DEBUG" /D
"_MBCS" /D "_CONSOLE" e:\boost\boost/libs/integer/integer_test.cpp
integer_test.cpp
 return status: 0

***** rational/rational_example.cpp *****
  VC++ with STLport library
   cl /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I
"E:\STLport\STLport-4.0" /I "e:\boost\boost" /D "WIN32" /D "_DEBUG" /D
"_MBCS" /D "_CONSOLE" e:\boost\boost/libs/rational/rational_example.cpp
rational_example.cpp
 return status: 0

***** random/random_test.cpp *****
  VC++ with STLport library
   cl /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I
"E:\STLport\STLport-4.0" /I "e:\boost\boost" /D "WIN32" /D "_DEBUG" /D
"_MBCS" /D "_CONSOLE" e:\boost\boost/libs/random/random_test.cpp
random_test.cpp
8x very long warning C4786 deleted...
 return status: 0

***** random/random_demo.cpp *****
  VC++ with STLport library
   cl /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I
"E:\STLport\STLport-4.0" /I "e:\boost\boost" /D "WIN32" /D "_DEBUG" /D
"_MBCS" /D "_CONSOLE" e:\boost\boost/libs/random/random_demo.cpp
random_demo.cpp
 return status: 0

Petr Kocmid
pkocmid_at_[hidden]

> -----Original Message-----
> From: Beman Dawes [mailto:beman_at_[hidden]]
> Sent: Sunday, October 15, 2000 5:58 PM
> To: boost_at_[hidden]; boost mailing list
> Subject: Re: [boost] VC6.SP4/STLport4.0 regression compile
>
>
> At 06:12 AM 10/15/2000 +0200, Petr Kocmid wrote:
>
> >just tried the regression on yesterday's cvs stuff. I noticed nobody's
> >using
> >STLport 4.0 with VC++6/SP4 so here are the results, which may or not be
> of
> >some importance:
> >
> >Good news is: all test passed to compile.
>
> Hum... I tried it and had four failures (see below). Any ideas?
>
> --Beman
>
> ***** integer/integer_test.cpp *****
> VC++ with STLport library
> cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I
> "C:/stl/STLport-4.0/stlport" /I "c:/boost/site" /D "WIN32" /D "_DEBUG" /D
> "_MBCS" /D "_CONSOLE" c:/boost/site/libs/integer/integer_test.cpp
> integer_test.cpp
> c:/boost/site\boost/integer.hpp(30) : error C2973: 'int_least_helper' :
> invalid template argument 'Category'
> c:/boost/site\boost/integer.hpp(30) : see declaration of
> 'int_least_helper'
> c:/boost/site\boost/integer.hpp(55) : see reference to class
> template instantiation 'boost::int_least_helper< ?? >' being compiled
> c:/boost/site/libs/integer/integer_test.cpp(42) : see
> reference to
> class template instantiation 'boost::int_t<32>' being compiled
> [...]
> return status: 2
>
> ***** rational/rational_example.cpp *****
> VC++ with STLport library
> cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I
> "C:/stl/STLport-4.0/stlport" /I "c:/boost/site" /D "WIN32" /D "_DEBUG" /D
> "_MBCS" /D "_CONSOLE" c:/boost/site/libs/rational/rational_example.cpp
> rational_example.cpp
> c:/boost/site\boost/rational.hpp(312) : error C2039: 'abs' : is not a
> member of '_STL'
> c:/boost/site/libs/rational/rational_example.cpp(65) : see
> reference to function template instantiation 'class boost::rational<int>
> __cdecl boost::abs(const class boost::rational<int> &)' being compiled
> c:/boost/site\boost/rational.hpp(312) : error C2873: 'abs' :
> symbol cannot
> be used in a using-declaration
> c:/boost/site/libs/rational/rational_example.cpp(65) : see
> reference to function template instantiation 'class boost::rational<int>
> __cdecl boost::abs(const class boost::rational<int> &)' being compiled
> return status: 2
>
> ***** random/random_test.cpp *****
> VC++ with STLport library
> cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I
> "C:/stl/STLport-4.0/stlport" /I "c:/boost/site" /D "WIN32" /D "_DEBUG" /D
> "_MBCS" /D "_CONSOLE" c:/boost/site/libs/random/random_test.cpp
> random_test.cpp
> c:/boost/site\boost/random.hpp(1209) : error C2039: 'log' : is
> not a member
> of '_STL'
> c:/boost/site\boost/random.hpp(1206) : while compiling
> class-template member function '__thiscall
> boost::geometric_distribution<class
> boost::random::linear_congruential<int,16807,0,2147483647,10436180
> 65>,int>::boost::geometric_distribution<class
> boost::random::linear_congruential<int,16807,0,2147483647,10436180
> 65>,int>(class
> boost::random::linear_congruential<int,16807,0,2147483647,1043618065>
> &,double)'
> c:/boost/site\boost/random.hpp(1209) : error C2873: 'log' : symbol cannot
> be used in a using-declaration
> c:/boost/site\boost/random.hpp(1206) : while compiling
> class-template member function '__thiscall
> boost::geometric_distribution<class
> boost::random::linear_congruential<int,16807,0,2147483647,10436180
> 65>,int>::boost::geometric_distribution<class
> boost::random::linear_congruential<int,16807,0,2147483647,10436180
> 65>,int>(class
> boost::random::linear_congruential<int,16807,0,2147483647,1043618065>
> &,double)'
> return status: 2
>
> ***** random/random_demo.cpp *****
> VC++ with STLport library
> cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I
> "C:/stl/STLport-4.0/stlport" /I "c:/boost/site" /D "WIN32" /D "_DEBUG" /D
> "_MBCS" /D "_CONSOLE" c:/boost/site/libs/random/random_demo.cpp
> random_demo.cpp
> c:/boost/site/libs/random/random_demo.cpp(57) : error C2039: 'time' : is
> not a member of '_STL'
> return status: 2


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