emacs-devel
[Top][All Lists]
Advanced

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

Failure bootstrapping Emacs


From: Angelo Graziosi
Subject: Failure bootstrapping Emacs
Date: Wed, 23 Jul 2008 09:54:27 +0200
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Current trunk fails to bootstrap on GNU/Linux Kubuntu 8.04:

[...]
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I. -I/home/angelo/downloads/emacs.ports/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -O2 -Wno-pointer-sign /home/angelo/downloads/emacs.ports/emacs/src/emacs.c /home/angelo/downloads/emacs.ports/emacs/src/emacs.c:830:15: error: missing expression between '(' and ')'
make[2]: *** [emacs.o] Error 1
[...]

This seems cause by very recent changes to emacs.c. From:

#ifdef LINUX_SBRK_BUG

to

#if (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6


Cheers,
   Angelo.




reply via email to

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