all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sven Joachim <svenjoac@gmx.de>
To: "Eric S. Raymond" <esr@snark.thyrsus.com>
Cc: emacs-devel@gnu.org
Subject: Re: Trunk build is broken again.
Date: Thu, 15 May 2008 08:09:40 +0200	[thread overview]
Message-ID: <877idw85ej.fsf@gmx.de> (raw)
In-Reply-To: <20080515052627.4CDC08301F0@snark.thyrsus.com> (Eric S. Raymond's message of "Thu, 15 May 2008 01:26:27 -0400 (EDT)")

On 2008-05-15 07:26 +0200, Eric S. Raymond wrote:

> At 0125 EST May 15, "make mainainter-clean; configure; nake bootstrap" gives:
>
> _BSD_SOURCE -I/usr/include/freetype2 -I/usr/include/alsa  -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -O2 -Wno-pointer-sign  xterm.c
> In file included from xterm.c:77:
> emacs-icon.h:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token
> xterm.c: In function ‘x_bitmap_icon’:
> xterm.c:7492: error: ‘gnu_xpm_bits’ undeclared (first use in this function)
> xterm.c:7492: error: (Each undeclared identifier is reported only once
> xterm.c:7492: error: for each function it appears in.)

The following change fixes that:

2008-05-15  Sven Joachim  <svenjoac@gmx.de>

	* emacs-icon.h: Fix latest change.


--8<---------------cut here---------------start------------->8---
--- emacs-icon.h.~1.2.~	2008-05-15 07:39:13.000000000 +0200
+++ emacs-icon.h	2008-05-15 07:59:27.000000000 +0200
@@ -18,7 +18,7 @@
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
+along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 Commentary:
 
--8<---------------cut here---------------end--------------->8---

I wish that people would try to build before checking in mass changes.

Sven




      reply	other threads:[~2008-05-15  6:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-15  5:26 Trunk build is broken again Eric S. Raymond
2008-05-15  6:09 ` Sven Joachim [this message]

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=877idw85ej.fsf@gmx.de \
    --to=svenjoac@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=esr@snark.thyrsus.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 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.