Re: GNUstep with Cairo backend problem

2006-02-19 Thread Dennis Leeuw
Fred Kiefer wrote: Chris Vetter wrote: ... with back-cairo compilation will always fail due to an error message similar to you need to specify #include FILENAME or #include FILENAME when trying to include any freetype related headers. This looks like a wrongly installed freetype

Re: GNUstep with Cairo backend problem

2006-02-19 Thread Chris Vetter
Ok, here we go... On 2006-02-18 14:42:12 +0100 Chris Vetter [EMAIL PROTECTED] wrote: I meant that whether you set --disable-glitz or not, back-cairo won't work (or to be more exact: I can't really say) because... As a side node, I use a self-made script that iterates through all the core-

Re: GNUstep startup 0.14.1 SuSE 7.3 build error

2006-02-19 Thread Fred Kiefer
Marko Riedel wrote: I get the following error when I try to build gnustep-gui. If you are unable to help I will simply remove the GSpell service from the Makefile. Making all for service GSspell... Creating GSspell.service/ Compiling file GSspell.m ... Linking service GSspell ...

Re: GNUstep with Cairo backend problem

2006-02-19 Thread Fred Kiefer
Chris Vetter wrote: Ok, here we go... On 2006-02-18 14:42:12 +0100 Chris Vetter [EMAIL PROTECTED] wrote: I meant that whether you set --disable-glitz or not, back-cairo won't work (or to be more exact: I can't really say) because... As a side node, I use a self-made script that iterates

Re: GNUstep sounds

2006-02-19 Thread jhclouse
Just playing with sounds I collected from the Internet some public domain .au files. The ones I liked I kept and the others I threw away. This resulted in a collection of sounds that I would like to use for Ocean. Maybe someone else likes to use them also, so I put them online:

Re: GNUstep startup 0.14.1 SuSE 7.3 build error

2006-02-19 Thread Marko Riedel
--- Fred Kiefer [EMAIL PROTECTED] schrieb: Marko Riedel wrote: I get the following error when I try to build gnustep-gui. If you are unable to help I will simply remove the GSpell service from the Makefile. [...] GNUSTEP Internal Error: The private GNUstep function to establish the

NSUNdoManager issues...

2006-02-19 Thread Lloyd Dupont
I have the following problem: in my code I write something like that: NSUndoManager *undo = [[NSUndoManager alloc] init]; ... stuff happening [undo removeAllActions]; Then I ask [undo canUndo] it return yes! I have to do write instead while([undo groupingLevel]) [undo endUndoGrouping];

Re: GNUstep startup 0.14.1 SuSE 7.3 build error

2006-02-19 Thread Cody Brimhall
Marko- GNUstep relies on special font bundles called nfonts. Usually Helvetica seems to be installed by default, but without a little work, none of the other fonts on your system will be available to GNUstep applications. Fonts should be installed at $GNUSTEP_SYSTEM_ROOT/Library/Fonts,