Re: [setup and gcc3] Revised patches - now with ChangeLog!

2002-11-07 Thread Max Bowsher
Pavel Tsekov <[EMAIL PROTECTED]> wrote: > On Mon, 4 Nov 2002, Max Bowsher wrote: > Jason Tishler <[EMAIL PROTECTED]> wrote: > What about the attached? > Note that I only tested setup.exe under Cygwin gcc 2.95.3-5 but I > also tried something similar under Linux gcc 3.x. >> >>> On

Re: [setup and gcc3] Revised patches - now with ChangeLog!

2002-11-05 Thread Jason Tishler
--82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Pavel, On Tue, Nov 05, 2002 at 10:55:36AM +0100, Pavel Tsekov wrote: > On Mon, 4 Nov 2002, Max Bowsher wrote: > > >> Jason Tishler <[EMAIL PROTECTED]> wrote: > >

Re: [setup and gcc3] Revised patches - now with ChangeLog!

2002-11-05 Thread Pavel Tsekov
On Mon, 4 Nov 2002, Max Bowsher wrote: > >> Jason Tishler <[EMAIL PROTECTED]> wrote: > >>> What about the attached? > >>> Note that I only tested setup.exe under Cygwin gcc 2.95.3-5 but I > >>> also tried something similar under Linux gcc 3.x. > > > On Mon, Nov 04, 2002 at 08:05:08PM -, Max

Re: [setup and gcc3] Revised patches - now with ChangeLog!

2002-11-04 Thread Max Bowsher
>> Jason Tishler <[EMAIL PROTECTED]> wrote: >>> What about the attached? >>> Note that I only tested setup.exe under Cygwin gcc 2.95.3-5 but I >>> also tried something similar under Linux gcc 3.x. > On Mon, Nov 04, 2002 at 08:05:08PM -, Max Bowsher wrote: >> Inlined: >> -LogSingleton::LogSingl

Re: [setup and gcc3] Revised patches - now with ChangeLog!

2002-11-04 Thread Jason Tishler
--hUH5gZbnpyIv7Mn4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Max, On Mon, Nov 04, 2002 at 08:05:08PM -, Max Bowsher wrote: > Jason Tishler <[EMAIL PROTECTED]> wrote: > > What about the attached? >=20 > Inlined: > --- Lo

Re: [setup and gcc3] Revised patches - now with ChangeLog!

2002-11-04 Thread Max Bowsher
Jason Tishler <[EMAIL PROTECTED]> wrote: > What about the attached? Inlined: --- LogSingleton.cc 4 May 2002 12:15:55 - 2.1 +++ LogSingleton.cc 4 Nov 2002 19:37:38 - @@ -30,7 +30,7 @@ ostream& endLog(ostream& outs) LogSingleton * LogSingleton::theInstance(0); -LogSingleton::LogSinglet

Re: [setup and gcc3] Revised patches - now with ChangeLog!

2002-11-04 Thread Jason Tishler
--vOmOzSkFvhd7u8Ms Content-Type: multipart/mixed; boundary="XOIedfhf+7KOe/yw" Content-Disposition: inline --XOIedfhf+7KOe/yw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Max, On Mon, Nov 04, 2002 at 05:29:08PM -, Max Bow

Re: [setup and gcc3] Revised patches - now with ChangeLog!

2002-11-04 Thread Max Bowsher
Robert Collins <[EMAIL PROTECTED]> wrote: > On Mon, 2002-11-04 at 22:12, Max Bowsher wrote: >> # ChangeLog # >> 2002-11-03 Max Bowsher <[EMAIL PROTECTED]> >> >> # fix-CFLAGS+=-Wno-deprecated.patch >> * Makefile.am: Add -Wno-deprecated to CFLAGS. >> #

Re: [setup and gcc3] Revised patches - now with ChangeLog!

2002-11-04 Thread Robert Collins
On Mon, 2002-11-04 at 22:12, Max Bowsher wrote: > Here are revised patches, incorporating the use of "using namespace std;" as > suggested. > > Also, here is a ChangeLog (with additional comments on lines prefixed #). > > Comments welcomed, > > Max. > > > # ChangeLog ##

[setup and gcc3] Revised patches - now with ChangeLog!

2002-11-04 Thread Max Bowsher
Here are revised patches, incorporating the use of "using namespace std;" as suggested. Also, here is a ChangeLog (with additional comments on lines prefixed #). Comments welcomed, Max. # ChangeLog # 2002-11-03 Max Bowsher <[EMAIL PROTECTED]> # fi