discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Announce: GWorkspace 0.2.3


From: Enrico Sersale
Subject: Re: Announce: GWorkspace 0.2.3
Date: Sat, 3 Nov 2001 13:37:40 +0200 (EET)

On Fri, 2 Nov 2001 LHelldorf@kabel.de wrote:

> >Bugfix of the precedent 0.2.2.
> >Some changes to help the OS X porting.
> >
> >GWorkspace is at:
> >www.gnustep.it/enrico/gworkspace
> >www.imago.ro/gworkspace
> I downloaded that and gave it a try. Btw I found A solution that makes it
> not necessary to change the sourcefiles if the compiler doesn't find
> several headerfiles (when including a headerfile that resides in another
> subfolder from a source that sits in a subfolder like "#include
> ../folder/header.h"). It was just about setting "Other Compiler Flags" in
> "Build Settings" to "-I./".
>
> The compling of GWBrowser still fails as follows:
> ...
>
> In file included from Dialogs/Dialogs.m:30:
> /Volumes/Data/GWorkspace/GNUstep.h:74: warning: type defaults to `int' in
> declaration of `NSDesktopWindowLevel'
> /Volumes/Data/GWorkspace/GNUstep.h:74: warning: data definition has no
> type or storage class
> Dialogs/Dialogs.m: In function `-[FileOpsDialogView drawRect:]':
> Dialogs/Dialogs.m:37: warning: implicit declaration of function `PSmoveto'
> Dialogs/Dialogs.m:38: warning: implicit declaration of function `PSlineto'
> Dialogs/Dialogs.m:39: warning: implicit declaration of function `PSstroke'
> ...

Well, I'll send you a GWBrowser.m with the remaining problems solved.

Regarding the PSmoveto, PSlineto, etc., I'm working to change all the code
to use NSBezierPath class methods.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]