all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: Christoph Conrad <christoph.conrad@gmx.de>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: 23.0; Error in generated makefile on windows xp
Date: Thu, 28 Feb 2008 17:17:25 +0000	[thread overview]
Message-ID: <47C6ECA5.1010502@gnu.org> (raw)
In-Reply-To: <yr47igp8cri.fsf@ID-24456.user.uni-berlin.de>

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, but since that 
conditional will eventually be removed before 23.1 goes into pretest, I 
don't think it is worth spending a large amount of time overhauling the 
build process for.





  reply	other threads:[~2008-02-28 17:17 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 [this message]
2008-03-01 14:53   ` Eli Zaretskii
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=47C6ECA5.1010502@gnu.org \
    --to=jasonr@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=christoph.conrad@gmx.de \
    /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.