X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com From: Eli Zaretskii 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> <439f4628-5f1c-4790-bf81-1fd789bd1c66 AT l7g2000vbv DOT googlegroups DOT com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-Id: Date: Thu, 13 Jan 2011 21:46:04 -0500 Reply-To: djgpp AT delorie DOT com > From: Rugxulo > 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.