all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vin Shelton <acs@alumni.princeton.edu>
To: 19597@debbugs.gnu.org
Subject: bug#19597: Bootstrap Failure
Date: Wed, 14 Jan 2015 09:27:42 -0500	[thread overview]
Message-ID: <CACeGjnV5yp+OjzoFf0SgQvL582EH2aep5YKiLGK7qCGyPkUWGg@mail.gmail.com> (raw)

FYI -

Using LUCID toolkit fails currently (at least on linux):

/opt/src/emacs-2015-01-14/src/xmenu.c:644:1: note: each undeclared
identifier is reported only once for each function it appears in
/opt/src/emacs-2015-01-14/src/xmenu.c:644:2: error: expected ‘;’
before ‘)’ token
 s);
  ^
/opt/src/emacs-2015-01-14/src/xmenu.c:644:2: error: expected statement
before ‘)’ token
make[2]: *** [xmenu.o] Error 1
make[2]: Leaving directory `/raid-3tb/opt/build/emacs-2015-01-14/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/raid-3tb/opt/build/emacs-2015-01-14'
make: *** [bootstrap] Error 2

This patch fixes it, but a larger audit of the preceding changes is
probably required:

--- /home/acs/scmroot/emacs/src/xmenu.c 2015-01-14 06:23:01.282197686 -0500
+++ /opt/src/emacs-2015-01-14/src/xmenu.c 2015-01-14 09:10:03.490385839 -0500
@@ -641,7 +641,6 @@
   /* For reasons I don't know Lucid wants to add one pixel to the frame
      height when adding the menu bar.  Compensate that here.  */
   new_height = FRAME_TEXT_HEIGHT (f) - 1;
-s);
 #endif /* USE_LUCID */
   adjust_frame_size (f, -1, new_height, 2, false, Qmenu_bar_lines);
   unblock_input ();

Regards,
  Vin Shelton





             reply	other threads:[~2015-01-14 14:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-14 14:27 Vin Shelton [this message]
2015-01-14 17:20 ` bug#19597: Bootstrap Failure martin rudalics

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=CACeGjnV5yp+OjzoFf0SgQvL582EH2aep5YKiLGK7qCGyPkUWGg@mail.gmail.com \
    --to=acs@alumni.princeton.edu \
    --cc=19597@debbugs.gnu.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 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.