From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: aaditya sood Newsgroups: gmane.emacs.devel Subject: trunk fails to build on OS X 10.6 (Snow Leopard) Date: Mon, 9 Nov 2009 08:26:53 +0000 (UTC) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1257755263 1874 80.91.229.12 (9 Nov 2009 08:27:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Nov 2009 08:27:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 09 09:27:35 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 1N7Pb5-0001Kx-4e for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 09:27:35 +0100 Original-Received: from localhost ([127.0.0.1]:60111 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7Pb4-0002YN-Jk for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 03:27:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7Paw-0002Y0-1D for emacs-devel@gnu.org; Mon, 09 Nov 2009 03:27:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7Paq-0002Wa-I5 for emacs-devel@gnu.org; Mon, 09 Nov 2009 03:27:25 -0500 Original-Received: from [199.232.76.173] (port=48335 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7Paq-0002WW-C7 for emacs-devel@gnu.org; Mon, 09 Nov 2009 03:27:20 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:33767) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N7Pap-0001DZ-SC for emacs-devel@gnu.org; Mon, 09 Nov 2009 03:27:20 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1N7Pan-0001GX-Mk for emacs-devel@gnu.org; Mon, 09 Nov 2009 09:27:18 +0100 Original-Received: from ABTS-KK-Dynamic-064.192.167.122.airtelbroadband.in ([ABTS-KK-Dynamic-064.192.167.122.airtelbroadband.in]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Nov 2009 09:27:17 +0100 Original-Received: from aaditya by ABTS-KK-Dynamic-064.192.167.122.airtelbroadband.in with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Nov 2009 09:27:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 122.167.192.64 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5) 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:116737 Archived-At: 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