Re: [patch] Compile with gcc 3.4

2003-09-16 Thread Andre Poenitz
On Tue, Sep 16, 2003 at 09:50:54AM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Tue, Sep 16, 2003 at 02:13:46AM +0200, Lars Gullik Bjønnes wrote: > >> This patch is needed to compile with gcc 3.4 (CVS). > > > | Is this 'namespace lyx::support::os = os;' re

Re: [patch] Compile with gcc 3.4

2003-09-16 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Sep 16, 2003 at 02:13:46AM +0200, Lars Gullik Bjønnes wrote: >> This patch is needed to compile with gcc 3.4 (CVS). > | Is this 'namespace lyx::support::os = os;' required by the language? What is required is to _not_ use: using lyx::suppo

Re: [patch] Compile with gcc 3.4

2003-09-16 Thread Andre Poenitz
On Tue, Sep 16, 2003 at 02:13:46AM +0200, Lars Gullik Bjønnes wrote: > This patch is needed to compile with gcc 3.4 (CVS). Is this 'namespace lyx::support::os = os;' required by the language? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they des

[patch] Compile with gcc 3.4

2003-09-15 Thread Lars Gullik Bjønnes
This patch is needed to compile with gcc 3.4 (CVS). Currently gcc 3.4 is not able to compile lyx at all due to ICE's... but this patch takes care of our errors. ? gcc34.diff ? src/insets/insetfloat.ii.gz ? src/insets/insetfloat.s Index: src/LaTeX.C ===