all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: bug-gnu-emacs@gnu.org, christoph.conrad@gmx.de
Subject: Re: 23.0; Error in generated makefile on windows xp
Date: Sat, 01 Mar 2008 19:41:44 +0000	[thread overview]
Message-ID: <47C9B178.5020506@gnu.org> (raw)
In-Reply-To: <u63w6jy1j.fsf@gnu.org>

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	other threads:[~2008-03-01 19:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-28 12:46 23.0; Error in generated makefile on windows xp Christoph Conrad
2008-02-28 17:17 ` Jason Rumney
2008-03-01 14:53   ` Eli Zaretskii
2008-03-01 19:41     ` Jason Rumney [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47C9B178.5020506@gnu.org \
    --to=jasonr@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=christoph.conrad@gmx.de \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.