unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Keith David Bershatsky <esq@lawlist.com>, 21426@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	[thread overview]
Message-ID: <55ED372F.8010003@gmx.at> (raw)
In-Reply-To: <m27fo2c0zl.wl%esq@lawlist.com>

 > ./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





  reply	other threads:[~2015-09-07  7:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-07  4:22 bug#21426: 25.0.50; Emacs Trunk (OSX): unable to build using --with-ns --enable-checking='glyphs' Keith David Bershatsky
2015-09-07  7:05 ` martin rudalics [this message]
2015-09-07  7:08 ` martin rudalics
2015-09-11  7:58 ` Eli Zaretskii
2015-09-11 15:19 ` Keith David Bershatsky

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=55ED372F.8010003@gmx.at \
    --to=rudalics@gmx.at \
    --cc=21426@debbugs.gnu.org \
    --cc=esq@lawlist.com \
    /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).