From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Build failure on macosx -- possibly gcc bug? Date: Mon, 19 Oct 2009 15:35:25 -0700 (PDT) Message-ID: <200910192235.n9JMZP7S020136@godzilla.ics.uci.edu> References: <20091019.175636.26423163.hanche@math.ntnu.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1255991855 7847 80.91.229.12 (19 Oct 2009 22:37:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2009 22:37:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Harald Hanche-Olsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 20 00:37:25 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N00qv-0002T4-1v for ged-emacs-devel@m.gmane.org; Tue, 20 Oct 2009 00:37:21 +0200 Original-Received: from localhost ([127.0.0.1]:45671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N00qu-0006W3-II for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2009 18:37:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N00qg-0006RL-AD for emacs-devel@gnu.org; Mon, 19 Oct 2009 18:37:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N00qb-0006P5-ND for emacs-devel@gnu.org; Mon, 19 Oct 2009 18:37:05 -0400 Original-Received: from [199.232.76.173] (port=54041 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N00qb-0006Os-H6 for emacs-devel@gnu.org; Mon, 19 Oct 2009 18:37:01 -0400 Original-Received: from colin-baker-v0.ics.uci.edu ([128.195.1.153]:44837) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N00qa-0007zt-V8 for emacs-devel@gnu.org; Mon, 19 Oct 2009 18:37:01 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by colin-baker-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id n9JMZP11017891; Mon, 19 Oct 2009 15:35:25 -0700 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n9JMZP7S020136; Mon, 19 Oct 2009 15:35:25 -0700 (PDT) In-Reply-To: <20091019.175636.26423163.hanche@math.ntnu.no> (Harald Hanche-Olsen's message of "Mon, 19 Oct 2009 17:56:36 -0400 (EDT)") Original-Lines: 11 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: n9JMZP11017891 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116257 Archived-At: Harald Hanche-Olsen writes: > This is the result of make bootstrap after configure --with-ns > (after a git pull): >=20 > gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/local/src/emacs/emacs-git/src -= I/usr/X11/include -Dtemacs -I/opt/local/include/librsvg-2 -I/opt/local/inc= lude/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt= /local/include/gtk-2.0 -I/opt/local/include/cairo -I/opt/local/include/pixm= an-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/opt/lo= cal/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -g -O2 -Wno-pointer-= sign image.c > In file included from image.c:42: > lisp.h:1854: error: syntax error before =E2=80=98jmp_buf=E2=80=99 > lisp.h:1854: warning: no semicolon at end of struct or union This should be fixed now.