emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trunk build is broken again.


From: Sven Joachim
Subject: Re: Trunk build is broken again.
Date: Thu, 15 May 2008 08:09:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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  <address@hidden>

        * 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 via email to

[Prev in Thread] Current Thread [Next in Thread]