GNU bug report logs - #21426
25.0.50; Emacs Trunk (OSX): unable to build using --with-ns --enable-checking='glyphs'

Previous Next

Package: emacs;

Reported by: Keith David Bershatsky <esq <at> lawlist.com>

Date: Mon, 7 Sep 2015 04:23:01 UTC

Severity: normal

Found in version 25.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Keith David Bershatsky <esq <at> lawlist.com>, 21426 <at> debbugs.gnu.org
Subject: bug#21426: 25.0.50; Emacs Trunk (OSX): unable to build using --with-ns --enable-checking='glyphs'
Date: Mon, 07 Sep 2015 09:05:19 +0200
> ./configure --with-ns --without-imagemagick --enable-checking='glyphs'
>
> The build failed:
>
> nsfns.m: In function 'unwind_create_frame':
> nsfns.m:1027: error: 'dpyinfo' undeclared (first use in this function)
> nsfns.m:1027: error: (Each undeclared identifier is reported only once
> nsfns.m:1027: error: for each function it appears in.)
> make[1]: *** [nsfns.o] Error 1
> make: *** [src] Error 2

In nsfns.m's unwind_create_frame please either (1) replace the line

#if defined GLYPH_DEBUG && defined ENABLE_CHECKING

by

#if defined GLYPH_DEBUG

or alternatively (2) replace the line

#ifdef GLYPH_DEBUG

by

#if defined GLYPH_DEBUG && defined ENABLE_CHECKING

or (3) build with checking enabled.  I have no idea what the desired
behavior is - w32fns.c has (1) while xfns.c has (2).

martin




This bug report was last modified 9 years and 251 days ago.

Previous Next


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