Re: gnustep-make-1.7.1

2003-06-29 Thread Adam Fedor
On Sunday, June 29, 2003, at 02:12 AM, Stewart Stremler wrote: checking if the compiler supports autodependencies... ./configure: test: 3.3: integer expression expected no: gcc major version is 3.3 This failed incorrectly. Can you do a gcc -dumpversion and perhaps we can see why? Thanks. __

Re: Text drawing bug - gaps after 16th character in scaled view

2003-06-29 Thread Kazunobu Kuriyama
Pete French wrote: (snip) I don't recall seeing this, and I haven't had any reports of it before. What do I need to do to see it? I'll make up a test-case for you that demonstrates it. I see it when using alert panels to pop-up error messages from things. Its a very specific errror message w

Re: File URLs in NSURL

2003-06-29 Thread Fred Kiefer
Richard Frith-Macdonald wrote: When using absoluteString instead of relativeString I get: file://localhost/home/fred/GNUstep/Images/TextSystem1.png There I agree ... IMO the RFCs imply that the hostname part of a file scheme URL should be an empty string, which would give file:///home/fred/GNUste

Re: Text drawing bug - gaps after 16th character in scaled view

2003-06-29 Thread Pete French
> They are caused by differences between the width of the hinted metrics > and the width of the scaled outlines. Eg. if you have a glyph for 'A' at > 10 points, the real outline might have an advancement of 4.2 points, and > the hinted outline might have an advancement 5 points. 16 'A':s in a row >

Re: Text drawing bug - gaps after 16th character in scaled view

2003-06-29 Thread Alexander Malmberg
Pete French wrote: > > > Then you would have many small gaps, so it wouldn't be as noticeable. It > > would probably hurt performance, but I haven't done much benchmarking of > > it. > > It might be interesting to try - arre the cumulative errors cause by > errors in the hints or rounding errors

Re: gnustep-make-1.7.1

2003-06-29 Thread Richard Frith-Macdonald
On Sunday, June 29, 2003, at 09:12 am, Stewart Stremler wrote: % make gcc -O2 -Wall -I. -o which_lib which_lib.c gcc -O2 -DGNUSTEP_SYSTEM_ROOT=/usr/local/GNUstep/System \ -Wall -I. -o user_home user_home.c user_home.c: In function `main': user_home.c:278: warning: subscript has type `char'

Re: Compiling Error Gorm 0.2.6

2003-06-29 Thread Gregory John Casamento
Gorm-0.2.6 will not compile with the latest release of core. You need the latest snapshot version from CVS. Thanks, GJC --- Dietmar Dreyer <[EMAIL PROTECTED]> wrote: > Hello! > I tried to compile the Gorm-0.2.6 package on a newly installed Redhat 9 > Intel-686-Architecture. > I used the followi

gnustep-make-1.7.1

2003-06-29 Thread Stewart Stremler
Greetings! I don't know the best approach for submitting feedback, so I'm guessing. I got this email address from the FAQ, so I hope it's headed to the right place... I recently downloaded gnustep-make-1.7.1, and compiled it on my solaris machine. Here are the relevant details: % uname -a SunO