Re: failure building latest cvs

2003-10-16 Thread Lars Gullik Bjønnes
Christian Ridderström <[EMAIL PROTECTED]> writes: | On Thu, 16 Oct 2003, Lars Gullik Bjønnes wrote: > >> | You have to update to gcc 3.x >> >> Or use STLport. >> >> Actually it is possible to get this working with gcc 2.95.x as well, >> but a lot of non-nice hacking must be done. And I really ho

Re: failure building latest cvs

2003-10-16 Thread Christian Ridderström
On Thu, 16 Oct 2003, Lars Gullik Bjønnes wrote: > | You have to update to gcc 3.x > > Or use STLport. > > Actually it is possible to get this working with gcc 2.95.x as well, > but a lot of non-nice hacking must be done. And I really hoped that we > could avoid that now. > Just a note. The REA

Re: failure building latest cvs

2003-10-16 Thread Lars Gullik Bjønnes
Christian Ridderström <[EMAIL PROTECTED]> writes: | On Thu, 16 Oct 2003, Andre Poenitz wrote: > >> On Thu, Oct 16, 2003 at 02:53:52PM +0200, Christian Ridderström wrote: >> > I'll try with a later version of gcc to keep going. >> >> Linking files might be faster... > | Que? Anyway, I've already

Re: failure building latest cvs

2003-10-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | John Levon wrote: >>> Add #include to debugstream.h before the #include >>> nullstream call? Might be interesting to ascertain why it fails for >>> you and not for others... >> >> It failed for me with gcc 2.96 on my IA64 box too > | I think it is all

Re: failure building latest cvs

2003-10-16 Thread John Levon
On Thu, Oct 16, 2003 at 01:52:55PM +0100, Angus Leeming wrote: > I think it is all a function of the grossly non-standard stream > classes shipped with gcc < 3. There are stream classes in support > that I'd expect are there for just this reason. Do they help? Maybe (sorry the box is down right

Re: failure building latest cvs

2003-10-16 Thread Angus Leeming
John Levon wrote: >> Add #include to debugstream.h before the #include >> nullstream call? Might be interesting to ascertain why it fails for >> you and not for others... > > It failed for me with gcc 2.96 on my IA64 box too I think it is all a function of the grossly non-standard stream class

Re: failure building latest cvs

2003-10-16 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Oct 16, 2003 at 02:33:20PM +0200, Christian Ridderstr?m wrote: > >> and eventually got this error: >> >> ../../../boost/boost/test/detail/nullstream.hpp:20:48: ostream: No such file or >> directory >> ../../../boost/boost/test/detail/nullstream.hp

Re: failure building latest cvs

2003-10-16 Thread Andre Poenitz
On Thu, Oct 16, 2003 at 03:02:42PM +0200, Christian Ridderström wrote: > On Thu, 16 Oct 2003, Andre Poenitz wrote: > > > On Thu, Oct 16, 2003 at 02:53:52PM +0200, Christian Ridderström wrote: > > > I'll try with a later version of gcc to keep going. > > > > Linking files might be faster... > > Q

Re: failure building latest cvs

2003-10-16 Thread Christian Ridderström
On Thu, 16 Oct 2003, Andre Poenitz wrote: > On Thu, Oct 16, 2003 at 02:53:52PM +0200, Christian Ridderström wrote: > > I'll try with a later version of gcc to keep going. > > Linking files might be faster... Que? Anyway, I've already started the process using gcc 3.2.3 /Christian -- Ph.D. Ch

Re: failure building latest cvs

2003-10-16 Thread Andre Poenitz
On Thu, Oct 16, 2003 at 02:53:52PM +0200, Christian Ridderström wrote: > I'll try with a later version of gcc to keep going. Linking files might be faster... Andre' > -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jeffe

Re: failure building latest cvs

2003-10-16 Thread Christian Ridderström
On Thu, 16 Oct 2003, Andre Poenitz wrote: > On Thu, Oct 16, 2003 at 02:33:20PM +0200, Christian Ridderström wrote: > > I used these commands > > > > rm -rf build-qt > > cvs update -d > > ./autogen.sh > > cd build-qt > > ../configure --with-version-suffix --prefix=$LYXPREFIX > > --disabl

Re: failure building latest cvs

2003-10-16 Thread Andre Poenitz
On Thu, Oct 16, 2003 at 01:44:09PM +0100, John Levon wrote: > On Thu, Oct 16, 2003 at 01:40:08PM +0100, Angus Leeming wrote: > > > Add #include to debugstream.h before the #include > > nullstream call? Might be interesting to ascertain why it fails for > > you and not for others... > > It fail

Re: failure building latest cvs

2003-10-16 Thread Andre Poenitz
On Thu, Oct 16, 2003 at 01:40:08PM +0100, Angus Leeming wrote: > Christian Ridderström wrote: > > How do I fix it? > > Add #include to debugstream.h before the #include > nullstream call? Might be interesting to ascertain why it fails for > you and not for others... It looks like the header is

Re: failure building latest cvs

2003-10-16 Thread Andre Poenitz
On Thu, Oct 16, 2003 at 02:33:20PM +0200, Christian Ridderström wrote: > I used these commands > > rm -rf build-qt > cvs update -d > ./autogen.sh > cd build-qt > ../configure --with-version-suffix --prefix=$LYXPREFIX >--disable-libtool-lock --with-frontend=qt > make > > and eventual

Re: failure building latest cvs

2003-10-16 Thread Angus Leeming
John Levon wrote: > On Thu, Oct 16, 2003 at 02:33:20PM +0200, Christian Ridderstr?m > wrote: > >> and eventually got this error: >> >> ../../../boost/boost/test/detail/nullstream.hpp:20:48: ostream: No >> such file or directory >> ../../../boost/boost/test/detail/nullstream.hpp:21:50: streambuf:

Re: failure building latest cvs

2003-10-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Christian Ridderström wrote: >> How do I fix it? > | Add #include to debugstream.h before the #include | nullstream call? Might be interesting to ascertain why it fails for | you and not for others... 2.95.x does not have -- Lgb

Re: failure building latest cvs

2003-10-16 Thread John Levon
On Thu, Oct 16, 2003 at 01:40:08PM +0100, Angus Leeming wrote: > Add #include to debugstream.h before the #include > nullstream call? Might be interesting to ascertain why it fails for > you and not for others... It failed for me with gcc 2.96 on my IA64 box too regards john -- Khendon's L

Re: failure building latest cvs

2003-10-16 Thread Angus Leeming
Christian Ridderström wrote: > How do I fix it? Add #include to debugstream.h before the #include nullstream call? Might be interesting to ascertain why it fails for you and not for others... -- Angus

Re: failure building latest cvs

2003-10-16 Thread John Levon
On Thu, Oct 16, 2003 at 02:33:20PM +0200, Christian Ridderstr?m wrote: > and eventually got this error: > > ../../../boost/boost/test/detail/nullstream.hpp:20:48: ostream: No such file or > directory > ../../../boost/boost/test/detail/nullstream.hpp:21:50: streambuf: No such file or > directory