Re: [boost] Re: Problem compiling boost.filesystem library

2003-07-14 Thread Beman Dawes
At 09:17 AM 7/14/2003, David Abrahams wrote: >> como-win32: >> >> "C:\boost\site\boost/iterator/iterator_facade.hpp", line 285: error >> #864: iterator_facade is not a template >> BOOST_ITERATOR_FACADE_RELATION(==) >> >> msvc: >> >> C:\boost\site\boost/iterator/iterator_facade.hpp(365) : error C28

Re: [boost] Re: Problem compiling boost.filesystem library

2003-07-14 Thread Beman Dawes
At 10:06 AM 7/14/2003, David Abrahams wrote: >David Abrahams <[EMAIL PROTECTED]> writes: > >> Please try again. The msvc bug has been worked-around. I believe I >> got the right fix for como, but since Greg only gives working >> compilers to you I can't tell for sure. > >Oh, feathers. My check

Re: [boost] Re: Problem compiling boost.filesystem library

2003-07-14 Thread Beman Dawes
At 09:17 AM 7/14/2003, David Abrahams wrote: >> como-win32: >> >> "C:\boost\site\boost/iterator/iterator_facade.hpp", line 285: error >> #864: iterator_facade is not a template >> BOOST_ITERATOR_FACADE_RELATION(==) >> >> msvc: >> >> C:\boost\site\boost/iterator/iterator_facade.hpp(365) : error C28

[boost] Re: Problem compiling boost.filesystem library

2003-07-14 Thread David Abrahams
David Abrahams <[EMAIL PROTECTED]> writes: > Please try again. The msvc bug has been worked-around. I believe I > got the right fix for como, but since Greg only gives working > compilers to you I can't tell for sure. Oh, feathers. My checkin never happened because SF CVS is broken :( -- Dav

[boost] Re: Problem compiling boost.filesystem library

2003-07-14 Thread David Abrahams
Beman Dawes <[EMAIL PROTECTED]> writes: > At 06:02 PM 7/13/2003, Matthias Troyer wrote: > > >it now works again ... > > It broke again for Win32 due to a Sun fix from Jens that inadvertently > broke Win32 compiles. That is now fixed. > > Also Dave fixed an iterator_facade glitch, so filesystem is

Re: [boost] Re: Problem compiling boost.filesystem library

2003-07-14 Thread Thomas Witt
Beman Dawes wrote: msvc: C:\boost\site\boost/iterator/iterator_facade.hpp(365) : error C2899: typename cannot be used outside a template declaration Fixed. -- Dipl.-Ing. Thomas Witt Institut fuer Verkehrswesen, Eisenbahnbau und -betrieb, Universitaet Hannover voice: +49(0) 511 762 - 4273, fax

Re: [boost] Re: Problem compiling boost.filesystem library

2003-07-14 Thread Beman Dawes
At 06:02 PM 7/13/2003, Matthias Troyer wrote: >it now works again ... It broke again for Win32 due to a Sun fix from Jens that inadvertently broke Win32 compiles. That is now fixed. Also Dave fixed an iterator_facade glitch, so filesystem is working for more compilers. On Win32, there still s

[boost] Re: Problem compiling boost.filesystem library

2003-07-13 Thread David Abrahams
Matthias Troyer <[EMAIL PROTECTED]> writes: > Thanks Beman > > it now works again and I hope that multi_array will also be fixed soon Somebody has to make that fix, whatever it is. multi_array used to use its own private version of iterator_adaptors. -- Dave Abrahams Boost Consulting www.boost

Re: [boost] Re: Problem compiling boost.filesystem library

2003-07-13 Thread Matthias Troyer
Thanks Beman it now works again and I hope that multi_array will also be fixed soon Matthias On Monday, July 14, 2003, at 03:31 AM, Beman Dawes wrote: At 09:40 PM 7/12/2003, Jeremy Maitin-Shepard wrote: >Matthias Troyer wrote: >> Dear Boosters, >> >> After a recent cvs update I can no longer co

[boost] Re: Problem compiling boost.filesystem library

2003-07-13 Thread David Abrahams
Beman Dawes <[EMAIL PROTECTED]> writes: > At 09:40 PM 7/12/2003, Jeremy Maitin-Shepard wrote: > >Matthias Troyer wrote: > >> Dear Boosters, > >> > >> After a recent cvs update I can no longer compile the boost filesystem > >> library: > > > >The filesystem library was broken by the update i

Re: [boost] Re: Problem compiling boost.filesystem library

2003-07-13 Thread Beman Dawes
At 09:40 PM 7/12/2003, Jeremy Maitin-Shepard wrote: >Matthias Troyer wrote: >> Dear Boosters, >> >> After a recent cvs update I can no longer compile the boost filesystem >> library: > >The filesystem library was broken by the update in the main CVS to the >new iterator adapators library, and AFAIK

[boost] Re: Problem compiling boost.filesystem library

2003-07-12 Thread Jeremy Maitin-Shepard
Matthias Troyer wrote: Dear Boosters, After a recent cvs update I can no longer compile the boost filesystem library: The filesystem library was broken by the update in the main CVS to the new iterator adapators library, and AFAIK the changes that are needed have yet to be completed. --- Jerem