GNU bug report logs - #21133
cairo: build without-xft fails

Previous Next

Package: emacs;

Reported by: Toralf Förster <toralf.foerster <at> gmx.de>

Date: Sat, 25 Jul 2015 16:18:02 UTC

Severity: normal

Tags: help

Done: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>

Bug is archived. No further changes may be made.

Full log


Message #24 received at 21133-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ulrich Mueller <ulm <at> gentoo.org>
Cc: toralf.foerster <at> gmx.de, 21133-done <at> debbugs.gnu.org
Subject: Re: 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
> Date: Mon, 27 Jul 2015 07:35:07 +0200
> Cc: 21133 <at> debbugs.gnu.org, toralf.foerster <at> gmx.de
> From: Ulrich Mueller <ulm <at> 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.




This bug report was last modified 6 years and 35 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.