discuss-gnustep
[Top][All Lists]
Advanced

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

Re: mingw help...


From: Adam Fedor
Subject: Re: mingw help...
Date: Thu, 29 Mar 2001 08:17:21 -0700

mirko.viviani@rccr.cremona.it wrote:
> 
> GSCompatibility.m:25: Foundation\Foundation.h: No such file or directory
> GSCompatibility.m:120: Foundation\NSValue.h: No such file or directory
> GSCompatibility.m:121: Foundation\NSString.h: No such file or directory
> make[2]: *** [shared_obj/ix86/cygwin/gnu-gnu-gnu-win32/GSCompatibility.o] 
> Error

The basic problem is that your target is incorrect (Note the directories
in the compile line all use ix86/cygwin, not ix86/mingw32. Make sure you
run all your configuration scripts with

./configure --target=ix86-mingw32

and it's not a bad idea to run the make scripts the same way:

make target=ix86-mingw32

But first, remove the Headers/Foundation link. Since make thought you
were on cygwin, it made a link to gnustep/Foundation rather than copying
the files, since mingw32 doesn't understand links.

Read make/Documentation/README.MingW for more info.



reply via email to

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