documentation and info's (once again)

2002-04-08 Thread Sir Raorn
Well, GNUstep cvs 20020406 (22-23 GMT+3). Problems with documentation in gnustep-make (make -C Documentation install): GNUSTEP_DOCUMENTATION_INFO not defined in GNUMakefile.in info's still installed in $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR). (gnuste-make-info.patch) In documentation.make

Re: patch to gnustep-base (Unicode and others)

2002-04-08 Thread Richard Frith-Macdonald
On Sunday, April 7, 2002, at 11:15 PM, Serg Stoyan wrote: Hello, Richard Frith-Macdonald. RFM Here is a patch to the gnustep-base, whith additions such as: RFM - fixes NSString's initWithCString* methods behaviour by commenting out RFMGSString's. Without it initWithCString*

info's (continued...)

2002-04-08 Thread Sir Raorn
I just forgot one thing. Multisectional info files (like manual.info in gnustep-base) not installed. In fact, only root info file (manual.info) being installed, not manual.info-{1,2,3,...}... -- Regards, Sir Raorn. AIF5-RIPN, Binec System Administrator. msg01381/pgp0.pgp Description: PGP

Fwd: Re: patch to gnustep-base (Unicode and others)

2002-04-08 Thread Richard Frith-Macdonald
Begin forwarded message: From: Richard Frith-Macdonald [EMAIL PROTECTED] Date: Mon Apr 08, 2002 03:43:42 PM Europe/London To: Serg Stoyan [EMAIL PROTECTED] Subject: Re: patch to gnustep-base (Unicode and others) On Monday, April 8, 2002, at 10:13 AM, Serg Stoyan wrote: RFM OK ...

Re: patch to gnustep-base (Unicode and others)

2002-04-08 Thread Serg Stoyan
Hello, Richard Frith-Macdonald. RFM RFM OK ... guess I was wrong about that ... it *does* seem to say RFM strings RFM RFM should be converted to unicode ... but that's incorrect/misleading RFM RFM documentation. RFM RFMWhat documentation do you reccomend me to use? Apple's

NSScroller won't always redraw itself

2002-04-08 Thread Alexander Malmberg
Hi, If {NSScroller -setFloatValue:knobProportion:] is called with a changed knobProportion but an unchanged floatValue the internal values will be updated, but it won't redraw itself. The reason is that -setFloatValue:knobProportion: sets the knobProportion and then calls -setFloatValue: to set

Usage of rint() in gui

2002-04-08 Thread Fred Kiefer
Two new files are now using rint() in the gui library (NSMatrix and NSClipView) as this function is not available on all systems (namely not on MS Window) it is not possible to compile gui on such a system. To work around this the configuration checks for this function and sets a flag whether

Backend make fails

2002-04-08 Thread Fred Kiefer
Trying to build the new backend back on mingw fails with the message: kiefer@XANTHUS ~/GNUstep/core/back $ /usr/bin/make GNUmakefile.postamble:31: *** target pattern contains no `%'. Stop. This happens independend of the actual backend I am configuring for. Commenting out that rule just moves

Re: Backend make fails

2002-04-08 Thread Nicola Pero
Try compiling with make -d and send me the results - thanks. On Tue, 9 Apr 2002, Fred Kiefer wrote: Trying to build the new backend back on mingw fails with the message: kiefer@XANTHUS ~/GNUstep/core/back $ /usr/bin/make GNUmakefile.postamble:31: *** target pattern contains no `%'. Stop.

Re: Backend make fails

2002-04-08 Thread Nicola Pero
Trying to build the new backend back on mingw fails with the message: kiefer@XANTHUS ~/GNUstep/core/back $ /usr/bin/make GNUmakefile.postamble:31: *** target pattern contains no `%'. Stop. I think this might happen if GNUSTEP_MAKEFILES contains a ':' ... which is not allowed by make,

Re: Backend make fails

2002-04-08 Thread Nicola Pero
Sorry - please ignore this - won't help. Try compiling with make -d and send me the results - thanks. On Tue, 9 Apr 2002, Fred Kiefer wrote: Trying to build the new backend back on mingw fails with the message: kiefer@XANTHUS ~/GNUstep/core/back $ /usr/bin/make