bug-gnustep
[Top][All Lists]
Advanced

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

Re: patch to common.make for cygwin paths


From: Adam Fedor
Subject: Re: patch to common.make for cygwin paths
Date: Tue, 06 Nov 2001 08:38:24 -0700
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.4) Gecko/20010915

Stephen Brandon wrote:
>

I think the warnings are good and I would not want to remove
them from Windows compilation, where, to be honest, it's
easier to make the mistakes because it can be harder to
ensure that GNUstep.sh has been run before doing
compilations etc. It's not as standardised as unix.



I get the bogus warning when compiling on Windows and it really is annoying/confusing. So it would be nice to fix it. I guess at the risk of expanding the code infinitely, we could do:

ifeq ($(findstring mingw, $(GNUSTEP_TARGET_OS)), mingw)
 ...windows specific check
else
 ...unix specific check
endif

(also including cygwin)




--
Adam Fedor, Digital Optics            | Fudd's law of opposition: Push
fedor@doc.com  http://www.doc.com     | something hard enough, and it
fedor@gnu.org  http://www.gnustep.org | will fall over.




reply via email to

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