[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MinGW patch for make
From: |
Paul D. Smith |
Subject: |
Re: MinGW patch for make |
Date: |
Wed, 11 Sep 2002 12:17:37 -0400 |
%% "John Cronin" <address@hidden> writes:
jc> Here is my patch to allow make to compile on MinGW with the MSYS
jc> environment. However there is still a problem in hash.h:
jc> #define STRING_COMPARE(X, Y, RESULT) do { \
jc> _RESULT_ = strcmp ((X), (Y)); \
jc> } while (0)
Whoops, sorry. My email formatter removed the "_" chars in your example
so I didn't notice those there.
Yes, you're right, those _'s are bogus and should go away.
It doesn't fail for others because STRING_COMPARE is never used, and
ISTRING_COMPARE is only used on Windows systems.
jc> But anyway, on with the patch (apply with -p1):
Thanks, I'll check it out.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist