delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
X-Recipient: | djgpp AT delorie DOT com |
From: | Eli Zaretskii <eliz AT gnu DOT org> |
To: | djgpp AT delorie DOT com |
In-reply-to: | |
<439f4628-5f1c-4790-bf81-1fd789bd1c66 AT l7g2000vbv DOT googlegroups DOT com> | |
(message from Rugxulo on Thu, 13 Jan 2011 18:10:28 -0800 (PST)) | |
Subject: | Re: Ruby 1.8.7pl330 + DJGPP (was Re: GCC-4.5.2) |
References: | <4D24895D DOT 5010701 AT iki DOT fi> <4D2BF57A DOT 8080206 AT iki DOT fi> |
<1fe05fe1-8da1-4680-98d9-0394c965dc0c AT d8g2000yqf DOT googlegroups DOT com> <E1PdWsW-0000av-G3 AT fencepost DOT gnu DOT org> <439f4628-5f1c-4790-bf81-1fd789bd1c66 AT l7g2000vbv DOT googlegroups DOT com> | |
MIME-version: | 1.0 |
Message-Id: | <E1PdZfw-0005Ij-O6@fencepost.gnu.org> |
Date: | Thu, 13 Jan 2011 21:46:04 -0500 |
Reply-To: | djgpp AT delorie DOT com |
> From: Rugxulo <rugxulo AT gmail DOT com> > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 13 Jan 2011 18:10:28 -0800 (PST) > > > > -#if defined(__CYGWIN32__) || defined(_WIN32) > > > +//#if defined(__CYGWIN32__) || defined(_WIN32) > > > #if defined __CYGWIN32__ || defined __MINGW32__ > > > > ??? Why did you need to mess with Windows-related conditionals, when > > you were building a DJGPP port? > > Believe it or not, it looks like this (lines 237 and 238), two back to > back: > > #if defined(__CYGWIN32__) || defined(_WIN32) > #if defined __CYGWIN32__ || defined __MINGW32__ Yes, I saw that. But the real fix for that is not to delete one of these, but rather add a DJGPP-specific conditional.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |