emacs-devel
[Top][All Lists]
Advanced

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

Build failure on macosx -- possibly gcc bug?


From: Harald Hanche-Olsen
Subject: Build failure on macosx -- possibly gcc bug?
Date: Mon, 19 Oct 2009 17:56:36 -0400 (EDT)

This is the result of make bootstrap after configure --with-ns
(after a git pull):

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/include/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/pixman-1 -I/opt/local/include/freetype2 
-I/opt/local/include/libpng12 -I/opt/local/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 ‘jmp_buf’
lisp.h:1854: warning: no semicolon at end of struct or union

Apparently, image.c needs to #include <setjmp.h> before "lisp.h", which
it doesn't. Inserting such a line near the top of src/image.c seems to
have fixed the problem.

- Harald




reply via email to

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