From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10306301838.AA17677@clio.rice.edu> Subject: Re: [PATCH] Fix for cross-building src/dxe/dxe3gen.h under Linux To: djgpp-workers AT delorie DOT com Date: Mon, 30 Jun 2003 13:38:08 -0500 (CDT) In-Reply-To: <200306301953.30932.pavenis@latnet.lv> from "Andris Pavenis" at Jun 30, 2003 07:53:30 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Macro _POSIX_SOURCE is defined when including coff.h while building > dxe3gen.exe. That causes none of COFF related definitions to be used > and compiler errors as the result. Perhaps simplest fix is simply undefining > _POSIX_SOURCE there. This is what the old dxegen did, so I think this is a good fix. > That fixes building $(HOSTBIN)/dxegen.exe under Linux. Cool, thanks for testing and fixing. I'm busy today, but we also need to merge in fixes for the $$ naming to this file, too.