Be able to compile on Linux [Patch]

Brian Rice water at tunes.org
Sun May 1 11:55:25 PDT 2005


Thanks. This is now in main and alpha (parenthetic: bootstrapping  
from main is broken at the moment for a localized but not very  
obvious reason. It's due to a patch of mine and I'll localize and  
revert what is necessary by the end of today and post new alphas).

On May 1, 2005, at 10:27 AM, David Hopwood wrote:

> Lee Salzman wrote:
>
>> This is not the right fix. The problem is a bug in the previous  
>> Cygwin patch. Someone stuffed in an "ifneq" for the Cygwin case  
>> where they presumably meant "ifeq".
>>
>
> ifneq is correct (the result of findstring is not empty when the
> OS is Cygwin). What was incorrect was the syntax for findstring.
> Instead of
>
>   ifneq (,$findstring(CYGWIN,$(OS)))
>
> I had intended to say
>
>   ifneq (,$(findstring CYGWIN,$(OS)))
>
> which was in the cygwin2.zip patch I posted earlier.
>
>
> However, this is better:
>   ifeq (CYGWIN,$(findstring CYGWIN,$(OS)))
>
> Ignore cygwin2.zip and use cygwin3.zip attached to this post; it takes
> into account all the previous patches.
>
> -- 
> David Hopwood <david.nospam.hopwood at blueyonder.co.uk>
>
> <cygwin3.zip>
>




More information about the Slate mailing list