From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: merlyn@stonehenge.com (Randal L. Schwartz) Newsgroups: gmane.emacs.devel Subject: CVS HEAD currently broken on OSX Date: 15 Sep 2005 12:39:11 -0700 Message-ID: <86mzmeazog.fsf@blue.stonehenge.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1126815362 19443 80.91.229.2 (15 Sep 2005 20:16:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Sep 2005 20:16:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 15 22:15:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EG08v-0001eG-Oq for ged-emacs-devel@m.gmane.org; Thu, 15 Sep 2005 22:15:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EG08u-0001Hx-Jl for ged-emacs-devel@m.gmane.org; Thu, 15 Sep 2005 16:15:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EG08d-0001H0-Jt for emacs-devel@gnu.org; Thu, 15 Sep 2005 16:15:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EG08c-0001G1-BH for emacs-devel@gnu.org; Thu, 15 Sep 2005 16:15:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EFzzI-0007aE-Cb for emacs-devel@gnu.org; Thu, 15 Sep 2005 16:05:40 -0400 Original-Received: from [209.223.236.162] (helo=blue.stonehenge.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EFzZm-0005AH-62 for emacs-devel@gnu.org; Thu, 15 Sep 2005 15:39:18 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by blue.stonehenge.com (Postfix) with ESMTP id A3D938F796 for ; Thu, 15 Sep 2005 12:39:11 -0700 (PDT) Original-Received: from blue.stonehenge.com ([127.0.0.1]) by localhost (blue.stonehenge.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25988-01-14 for ; Thu, 15 Sep 2005 12:39:11 -0700 (PDT) Original-Received: by blue.stonehenge.com (Postfix, from userid 1001) id 4964D8F7CB; Thu, 15 Sep 2005 12:39:11 -0700 (PDT) Original-To: emacs-devel@gnu.org x-mayan-date: Long count = 12.19.12.11.6; tzolkin = 2 Cimi; haab = 4 Chen Original-Lines: 32 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.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:42965 Archived-At: Is someone working on this? Here's the tail of "make clean bootstrap": gcc -I/sw/include -L/sw/lib -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -Demacs -DHAVE_CONFIG_H -I. -I/Users/merlyn/MIRROR/emacs-CVS/src -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -Dtemacs -g -O2 xmenu.c xmenu.c: In function 'x_menu_wait_for_event': xmenu.c:1178: error: 'x_display_list' undeclared (first use in this function) xmenu.c:1178: error: (Each undeclared identifier is reported only once xmenu.c:1178: error: for each function it appears in.) xmenu.c:1178: error: dereferencing pointer to incomplete type xmenu.c:1180: error: dereferencing pointer to incomplete type xmenu.c: In function 'pop_down_menu': xmenu.c:3261: error: 'XMenu' undeclared (first use in this function) xmenu.c:3261: error: 'menu' undeclared (first use in this function) xmenu.c:3265: error: 'CurrentTime' undeclared (first use in this function) xmenu.c: In function 'xmenu_show': xmenu.c:3299: error: 'XMenu' undeclared (first use in this function) xmenu.c:3299: error: 'menu' undeclared (first use in this function) xmenu.c:3364: error: 'XM_FAILURE' undeclared (first use in this function) xmenu.c:3409: warning: pointer targets in assignment differ in signedness xmenu.c:3502: error: 'ButtonReleaseMask' undeclared (first use in this function) xmenu.c:3507: error: 'XM_SUCCESS' undeclared (first use in this function) xmenu.c:3549: error: 'XM_IA_SELECT' undeclared (first use in this function) xmenu.c:3552: error: 'XM_NO_SELECT' undeclared (first use in this function) make[1]: *** [xmenu.o] Error 1 make: *** [bootstrap-build] Error 2 -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!