From: Angelo Graziosi <angelo.graziosi@alice.it>
To: emacs-devel@gnu.org
Subject: Failure bootstrapping Emacs
Date: Wed, 23 Jul 2008 09:54:27 +0200 [thread overview]
Message-ID: <4886E3B3.5000305@alice.it> (raw)
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.
next reply other threads:[~2008-07-23 7:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-23 7:54 Angelo Graziosi [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-01-13 11:23 Failure bootstrapping Emacs Angelo Graziosi
2008-01-13 15:21 ` Dan Nicolaescu
2008-01-13 23:45 ` Michael Olson
2008-01-14 9:01 ` Angelo Graziosi
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=4886E3B3.5000305@alice.it \
--to=angelo.graziosi@alice.it \
--cc=emacs-devel@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.