discuss-gnustep
[Top][All Lists]
Advanced

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

RE: Getting started developing software on MS Windows


From: Frode
Subject: RE: Getting started developing software on MS Windows
Date: Sat, 19 Nov 2005 22:28:14 +0100

README.MinGW step 15 says:

15. Installing gnustep-gui
==========================

Go in the gui, and type:

  ./configure
  make
  make install

But when I make; compiler don't know where to look for
Foundation-headers. What is the reason and how can I fix this?

Thanks for help.
Regards,
Roggan

GTRAN@STARMOBILE /gnustep-src/core/gui
$ make
Making all in Source...
make[1]: Entering directory `/gnustep-src/core/gui/Source'
/C/Developer/gnustep-src/System/Library/Makefiles/mkinstalldirs .
mv ../Headers/Additions/GNUstepGUI/config.h .
touch ./config.h
Making all for library libgnustep-gui...
 Compiling file Functions.m ...
Functions.m:29:42: Foundation/NSAutoreleasePool.h: No such file or
directory
Functions.m:30:33: Foundation/NSBundle.h: No such file or directory
Functions.m:31:38: Foundation/NSProcessInfo.h: No such file or directory
In file included from ../Headers/AppKit/NSApplication.h:41,
                 from Functions.m:33:
../Headers/AppKit/NSResponder.h:32:33: Foundation/NSObject.h: No such
file or directory
In file included from ../Headers/AppKit/NSApplication.h:41,
                 from Functions.m:33:
../Headers/AppKit/NSResponder.h:42: error: cannot find protocol
declaration for `NSCoding'
../Headers/AppKit/NSResponder.h:81: error: cannot find interface
declaration for `NSObject', superclass of `NSResponder'
make[2]: *** [shared_obj/Functions.o] Error 1
make[1]: *** [libgnustep-gui.all.library.variables] Error 2
make[1]: Leaving directory `/gnustep-src/core/gui/Source'
make: *** [internal-all] Error 2






reply via email to

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