emacs-devel
[Top][All Lists]
Advanced

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

trunk fails to build on OS X 10.6 (Snow Leopard)


From: aaditya sood
Subject: trunk fails to build on OS X 10.6 (Snow Leopard)
Date: Mon, 9 Nov 2009 08:26:53 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi,

I did a fresh pull from git://git.sv.gnu.org/emacs.git and tried to build.
I have a pristine SL install, with no third party libraries.

This is the error I get:

gcc -c  -Demacs -DHAVE_CONFIG_H  -I. -I/Users/aaditya/src/build/emacs/src
-Dtemacs    -march=core2 menu.c
menu.c: In function ‘Fx_popup_menu’:
menu.c:1076: error: ‘EmacsMenu’ undeclared (first use in this function)
menu.c:1076: error: (Each undeclared identifier is reported only once
menu.c:1076: error: for each function it appears in.)
menu.c:1076: error: ‘pmenu’ undeclared (first use in this function)
menu.c:1082: error: ‘ns_popup_menu’ undeclared (first use in this function)
menu.c:1194: error: ‘p’ undeclared (first use in this function)
make: *** [menu.o] Error 1

EmacsMenu seems to be declared in nsterm.h but only with in the __OBJC__ ifdef
guards.

Hope this helps.

regards
--
/A





reply via email to

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