[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can someone do a small fix in CVS ?
From: |
Chris B. Vetter |
Subject: |
Re: Can someone do a small fix in CVS ? |
Date: |
Thu, 2 Jan 2003 13:25:16 -0800 |
On Thu, 02 Jan 2003 19:38:49 +0000
Pete French <pete@twisted.org.uk> wrote:
> Hi, could someone take a quick look at:
> http://mail.gnu.org/pipermail/bug-gnustep/2002-December/002928.html
> and fix it in CVS if it looks O.K. ? Its frutsrating to have to make
> this change every time I try and do something under OpenStep 4.2
1)
Since last Friday, some changes to the CVS, probably -make, have
broken autogsdoc. Whenever you try to make _any_ docu (including core)
you will get a
autogsdoc[91165] No filename arguments found ... giving up
According to the ChangeLog for -base, there haven't been any significant
changes to Tool/* so I guess the problem somewhere in -make.
2)
If you try to compile GNUstep with gcc33, all hell will break loose
due to signed/unsigned comparison, float instead of double and
"dereferencing type-punned pointer".
For the latter, I suggest changing the ADDITIONAL_CPPFLAGS to something
like '-O2 -fno-strict-aliasing' or just '-O'.
3)
Why are NSZeroPoint, NSZeroRect and NSZeroSize defined as static (in
Foundation/NSGeometry.h)?
Those "warning: NSZeroXXX defined by not used" are pretty annoying.
--
Chris