Path Handling and running under windows

2005-03-21 Thread Richard Frith-Macdonald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As the 'Re: Installation on windows (fwd)' thread seemed played out (apparently those who wished to comment had done so), I went off list for some more opinions and came up with a path forwards ... so we can produce a clear policy on path handling to b

GSMime -setDefaultCoding

2005-03-21 Thread Adrian Robert
Hi, [from base ChangeLog] - 2005-03-11 ... * Source/Additions/GSMime.m: * Headers/Additions/GNUstepBase/GSMime.h Added setDefaultEncoding: This is needed in GSWeb if you use utf-8 and faster than using a String as encoding name. ... 2005-03-15 ... * Source/Additions/GSMi

Re: GSMime -setDefaultCoding

2005-03-21 Thread David Wetzel
Adrian Robert wrote: > Could we drop this method completely instead of deprecating? It > was only in (non-deprecated) existence for 4 days. Whatever code > has been written using it was recently written, and is presumably > fresh enough in people's minds for rewriting to not be a problem. that

Re: GSMime -setDefaultCoding

2005-03-21 Thread Richard Frith-Macdonald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-03-21 15:56:38 + Adrian Robert <[EMAIL PROTECTED]> wrote: Hi, [from base ChangeLog] - 2005-03-11 ... * Source/Additions/GSMime.m: * Headers/Additions/GNUstepBase/GSMime.h Added setDefaultEncoding: This is needed in G

Re: GSMime -setDefaultCoding

2005-03-21 Thread David Wetzel
Richard Frith-Macdonald wrote: > OK ... I found and (I think) fixed the only place using this method. The > performance gain from using the faster method when parsing a web page was a > tiny, fraction of a percent of a percent ... just optimising header parsing > a bit dwarved the gain by a few o

Assembler messages Compiling NSCharacterSet.m

2005-03-21 Thread David Wetzel
hi floks, has anybody seen this too? gcc (GCC) 3.3.3 (NetBSD nb3 20040520) NetBSD 2.0.1 --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 Phone +49 33056 82834 (__) http://www.turb

More Windows stuff ... Gorm works ... sort of

2005-03-21 Thread Nicola Pero
Today I did some more Windows stuff ... Mingw as usual. First I got 'make debug=yes' to work (not tested extensively, but building gnustep-base and using it that way works for me). Then I looked at palettes. I made them working. Then I looked at Gorm. I made GormLib to build and work. I then

Re: More Windows stuff ... Gorm works ... sort of

2005-03-21 Thread Jeremy Bettis
- Original Message - From: "Nicola Pero" <[EMAIL PROTECTED]> To: Cc: "Gregory John Casamento" <[EMAIL PROTECTED]> Sent: Monday, March 21, 2005 5:32 PM Subject: More Windows stuff ... Gorm works ... sort of Unfortunately Windows (and other platforms I think) requires all symbols in a bund

Re: More Windows stuff ... Gorm works ... sort of

2005-03-21 Thread Gregory John Casamento
--- Gregory John Casamento <[EMAIL PROTECTED]> wrote: > If it doesn't build as is, your attempt to correct issues under windows has > failed. Heh... I apologize for this comment. :) Please disregard it. GJC Gregory John Casamento -- CEO/President Open Logic Corp. (A MD Corp.) ## Maintaine

Re: More Windows stuff ... Gorm works ... sort of

2005-03-21 Thread Gregory John Casamento
Nicola, I guess my concern when I said this was that other applications may be doing something similar as this limitation seems to be purely a Windows concern. GJC --- Gregory John Casamento <[EMAIL PROTECTED]> wrote: > > --- Gregory John Casamento <[EMAIL PROTECTED]> wrote: > > > If it doesn'

Re: More Windows stuff ... Gorm works ... sort of

2005-03-21 Thread Gregory John Casamento
If it doesn't build as is, your attempt to correct issues under windows has failed. --- Nicola Pero <[EMAIL PROTECTED]> wrote: > Today I did some more Windows stuff ... Mingw as usual. > > First I got 'make debug=yes' to work (not tested extensively, but building > gnustep-base and using it that

Re: More Windows stuff ... Gorm works ... sort of

2005-03-21 Thread Nicola Pero
> From: "Nicola Pero" <[EMAIL PROTECTED]> > To: > Cc: "Gregory John Casamento" <[EMAIL PROTECTED]> > Sent: Monday, March 21, 2005 5:32 PM > Subject: More Windows stuff ... Gorm works ... sort of > > > Unfortunately Windows (and other platforms I think) requires all symbols > > in a bundle to be

Re: More Windows stuff ... Gorm works ... sort of

2005-03-21 Thread Nicola Pero
> If it doesn't build as is, your attempt to correct issues under windows has > failed. Fair enough. I extended gnustep-make and modified the Gorm makefiles to build on Mingw without source code changes. Gorm now builds and runs out-of-the-box on Mingw for me. All my comments still apply thou

Re: More Windows stuff ... Gorm works ... sort of

2005-03-21 Thread Gregory John Casamento
Nicola, --- Nicola Pero <[EMAIL PROTECTED]> wrote: > > > If it doesn't build as is, your attempt to correct issues under windows has > > failed. As I said in a previous posting and private email to you. This comment came out a little harsher than I meant it. Please see below... > Fair enough

Re: More Windows stuff ... Gorm works ... sort of

2005-03-21 Thread Richard Frith-Macdonald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2005-03-21 23:32:53 + Nicola Pero <[EMAIL PROTECTED]> wrote: Unfortunately Windows (and other platforms I think) requires all symbols in a bundle to be resolved when the bundle is linked. So having the bundle depend on symbols in the application