discuss-gnustep
[Top][All Lists]
Advanced

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

Re: fatal error: AppKit/AppKit.h: No such file or directory


From: Citizen Jimserac
Subject: Re: fatal error: AppKit/AppKit.h: No such file or directory
Date: Wed, 28 Mar 2012 19:11:41 -0000
User-agent: G2/1.0

On Feb 5, 8:15 am, Ivan Vučica <ivuc...@gmail.com> wrote:
> AppKit.h is installed in the libgnustep-gui-dev package. Is that package
> installed for you?
>  http://packages.debian.org/file:AppKit.h
>
> Also, do consider uninstalling Debian packages and installing GNUstep from
> source. Here's a script to get you started. I targeted Ubuntu because,
> despite previously being a long time Debian user, I felt that more people
> will use a LTS build of Ubuntu as their desktop operating environment. It
> should work okay nonetheless.
>  http://dl.dropbox.com/u/8559454/GNUstep%20libobjc2%20on%20Ubuntu.sh
>
>
>
> On Sun, Feb 5, 2012 at 02:34, Csanyi Pal <csanyi...@gmail.com> wrote:
> > Hi,
>
> > I have installed gnustep and gnustep-devel using aptitude packagemanager
> > on my Debian GNU/Linux SID.
>
> > I'm trying to follow the tutorial:
> >http://student.fiit.stuba.sk/~kiselkov04/docu-demo/demo.html
>
> > using ProjectCenter instead of ProjectManager because PM can't create a
> > new Project.
>
> > When I try to build the CurrencyConverter I get the error
>
> > AppController.m
> > 3:27: fatal error: AppKit/AppKit.h: No such file or directory
>
> > <AppController.m>
> > /* All Rights reserved */
>
> > #include <AppKit/AppKit.h>
> > #include "AppController.h"
>
> > @implementation AppController
>
> > - (void) convert: (id)sender
> > {
> >    [result setFloatValue: [ammount floatValue] *
> >    [ratio floatValue]];
> > }
>
> > @end
> > </AppController.m>
>
> > <AppController.h>
> > /* All Rights reserved */
>
> > #include <AppKit/AppKit.h>
>
> > @interface AppController : NSObject
> > {
> >  id ammount;
> >  id ratio;
> >  id result;
> > }
> > - (void) convert: (id)sender;
> > @end
> > </AppController.h>
>
> > What is the problem here and how can I solve it?
>
> > --
> > Regards from Pal
>
> > _______________________________________________
> > Discuss-gnustep mailing list
> > Discuss-gnus...@gnu.org
> >https://lists.gnu.org/mailman/listinfo/discuss-gnustep
>
> --
> Ivan Vučica - i...@vucica.net

I had trouble installing GNUStep on a Fedora 14 system with problems
similar to what the OP mentioned.

Then I discovered Ivan's script in a posting he made in early January
in this newsgroup and tried that on a freshly installed Ubuntu
10.10.

It worked well.  Many thanks!

J



reply via email to

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