On Aug 15, 5:19 pm, Gregory Casamento <[email protected]> wrote: > There is no file called NSErrors.h in AppKit. There is a file called > NSError.h in Foundation. > > GC > > > > > > > > > > On Wed, Aug 15, 2012 at 3:27 PM, Citizen Jimserac <[email protected]> wrote: > > Am compiling a ".m" and have a bunch of include files ... > > > All four of these includes are in the /home/wuming/gnustep/core/gui/ > > Headers/AppKit direcotry > > > #import <AppKit/NSApplication.h> > > #import <AppKit/NSImage.h> > > #import <AppKit/NSPasteboard.h> > > #import <AppKit/NSErrors.h> > > > Compiler finds the first 3 no problem but errors out on the last with > > a > > "fatal error" "file not found" on the NSErrors.h > > > But... if I change to an explicit path in the import for it... as in > > (see below) > > > #import <AppKit/NSApplication.h> > > #import <AppKit/NSImage.h> > > #import <AppKit/NSPasteboard.h> > > #import "/home/wuming/gnustep/core/gui/Headers/AppKit/NSErrors.h" > > > It find it no problem and the compile proceeds merrily along (!!) > > > What am I missing ?? > > > Thanks > > J. > > > _______________________________________________ > > Discuss-gnustep mailing list > > [email protected] > >https://lists.gnu.org/mailman/listinfo/discuss-gnustep > > -- > Gregory Casamento > Open Logic Corporation, Principal Consultant > yahoo/skype: greg_casamento, aol: gjcasa > (240)274-9630 (Cell)http://www.gnustep.orghttp://heronsperch.blogspot.com
I know. I just copied it in. How else could I compile ToyViewer ? Thanks J. _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
