bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0; Error in generated makefile on windows xp


From: Jason Rumney
Subject: Re: 23.0; Error in generated makefile on windows xp
Date: Sat, 01 Mar 2008 19:41:44 +0000
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Eli Zaretskii wrote:
Date: Thu, 28 Feb 2008 17:17:25 +0000
From: Jason Rumney <jasonr@gnu.org>
Cc: bug-gnu-emacs@gnu.org

Christoph Conrad wrote:
Current CVS emacs, Visual Studio .NET 2003.

.\configure.bat  --with-msvc --without-png --without-jpeg --without-gif 
--without-tiff --without-xpm

,----
| ifdef USE_FONTBACKEND
| FONTOBJ = $(BLD)/w32font.$(O)
| endif
`----

in "src\makefile" should be

,----
| !ifdef USE_FONTBACKEND
| FONTOBJ = $(BLD)/w32font.$(O)
| !endif
`----

'!' is missing at two places.
If someone can come up with a simple fix that does not break the build when using GNU make/gcc, then it can be installed

One way of fixing this would be to move this conditional into
gamke.defs and nmake.defs, where one can use the syntax appropriate
for each flavor of Make.
I don't think $(BLD) is defined at that point, as it is specific to the src makefile. I'm also not sure where it gets expanded (when defined, or when used) and whether that is consistent between nmake and GNU make.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]