all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Jason Rumney <jasonr@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 16:53:28 +0200	[thread overview]
Message-ID: <u63w6jy1j.fsf@gnu.org> (raw)
In-Reply-To: <47C6ECA5.1010502@gnu.org> (message from Jason Rumney on Thu, 28 Feb 2008 17:17:25 +0000)

> 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.




  reply	other threads:[~2008-03-01 14:53 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 [this message]
2008-03-01 19:41     ` Jason Rumney

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=u63w6jy1j.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=christoph.conrad@gmx.de \
    --cc=jasonr@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.