all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ulrich Mueller <ulm@gentoo.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 21133@debbugs.gnu.org, toralf.foerster@gmx.de
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 07:35:07 +0200	[thread overview]
Message-ID: <21941.49931.243853.752568@a1i15.kph.uni-mainz.de> (raw)
In-Reply-To: <83r3nvyncj.fsf@gnu.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.





  reply	other threads:[~2015-07-27  5:35 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 [this message]
2015-07-27 12:33         ` Eli Zaretskii

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=21941.49931.243853.752568@a1i15.kph.uni-mainz.de \
    --to=ulm@gentoo.org \
    --cc=21133@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=toralf.foerster@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.