unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Ulrich Mueller <ulm@gentoo.org>
Cc: toralf.foerster@gmx.de, 21133-done@debbugs.gnu.org
Subject: bug#21133: Fwd: [Bug 555622]	app-editors/emacs-vcs-25.0.50_pre20150630 : ftcrfont.c:109:5:	error: ‘ftfont_driver’ undeclared	(first use in this function)
Date: Mon, 27 Jul 2015 15:33:18 +0300	[thread overview]
Message-ID: <83egjtzsoh.fsf@gnu.org> (raw)
In-Reply-To: <21941.49931.243853.752568@a1i15.kph.uni-mainz.de>

> Date: Mon, 27 Jul 2015 07:35:07 +0200
> Cc: 21133@debbugs.gnu.org, toralf.foerster@gmx.de
> From: Ulrich Mueller <ulm@gentoo.org>
> 
> >>>>> On Sun, 26 Jul 2015, Eli Zaretskii wrote:
> 
> >> There is a similar problem with --with-cairo --without-png, by the
> >> way. When linking temacs:
> >> image.o:(.data+0x90): undefined reference to `png_load'
> 
> > The culprit seems to be this condition around line 5645 of image.c:
> 
> >   #if defined HAVE_PNG && !defined HAVE_NS
> 
> > It should say this instead, I think:
> 
> >   #if (defined HAVE_PNG && !defined HAVE_NS) || defined USE_CAIRO
> 
> This change makes it compile for me.

Thanks, I pushed it.





      reply	other threads:[~2015-07-27 12:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-555622-8324-dDeKezR0sJ@http.bugs.gentoo.org/>
2015-07-25 16:17 ` bug#21133: Fwd: [Bug 555622] app-editors/emacs-vcs-25.0.50_pre20150630 : ftcrfont.c:109:5: error: ‘ftfont_driver’ undeclared (first use in this function) Toralf Förster
2015-07-25 18:35   ` Glenn Morris
2019-06-15  3:57     ` YAMAMOTO Mitsuharu
2015-07-26 12:14   ` Ulrich Mueller
2015-07-26 15:01     ` Eli Zaretskii
2015-07-27  5:35       ` Ulrich Mueller
2015-07-27 12:33         ` Eli Zaretskii [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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=83egjtzsoh.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=21133-done@debbugs.gnu.org \
    --cc=toralf.foerster@gmx.de \
    --cc=ulm@gentoo.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).