From unknown Thu Sep 11 10:04:25 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4901: Latest CVS gnu emacs does not compile on Snow Leopard Reply-To: Gilbert Harman , 4901@debbugs.gnu.org Resent-From: Gilbert Harman Original-Sender: gilbert.harman@gmail.com Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Tue, 10 Nov 2009 15:00:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 4901 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.125786491614623 (code B ref -1); Tue, 10 Nov 2009 15:00:03 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 10 Nov 2009 14:55:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.6 required=4.0 tests=AWL,MULTALT autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nAAEtEhV014614 for ; Tue, 10 Nov 2009 06:55:15 -0800 Received: from mx10.gnu.org ([199.232.76.166]:50478) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1N7s7l-0002ZB-Eb for emacs-pretest-bug@gnu.org; Tue, 10 Nov 2009 09:55:13 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1N7s7k-0003OK-6Q for emacs-pretest-bug@gnu.org; Tue, 10 Nov 2009 09:55:13 -0500 Received: from mail-qy0-f200.google.com ([209.85.221.200]:59665) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7s7j-0003O2-Pc for emacs-pretest-bug@gnu.org; Tue, 10 Nov 2009 09:55:11 -0500 Received: by qyk38 with SMTP id 38so36088qyk.25 for ; Tue, 10 Nov 2009 06:55:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=AVn5N5liiwanQa3/gR6Ds/ILh4s6xE3aEjrIpOzz3R4=; b=F4GGsYlNIJHzoZcj9Cizx6dFnYzo/2Zsz/ELqLNEifcB2Tj76VRatEQF0vjg67Az43 ezn8NdEm9U1YPlGawFKdGCdschPU5oU4B05R/7RdRofy26Jt4GDcEnZR5+StBOKBu1YG K7wirQOyGVpztFsE/dcBzCizwrisZHNr9F9fE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=iAwv8ZAXURATzUMXLtZvzE7W3FrEJMOoihVmFTpBWs5ozE+GmHfwVIv5ze0tCD0qIR UMB4cW73R////oTZSy3QCLauM9qxerAFqQyjE9e0ECHWi/PNE/L5y1HriUkhacnFRY9C d335zrjTT3A7mu5IUGXWoUi0+zJC0XRJxMCuc= MIME-Version: 1.0 Sender: gilbert.harman@gmail.com Received: by 10.229.69.85 with SMTP id y21mr18687qci.92.1257864910827; Tue, 10 Nov 2009 06:55:10 -0800 (PST) Date: Tue, 10 Nov 2009 09:55:10 -0500 X-Google-Sender-Auth: c47894561917ee3b Message-ID: <5f089c510911100655w6c0d66ffxedd204b6e28eddbc@mail.gmail.com> From: Gilbert Harman To: emacs-pretest-bug@gnu.org Content-Type: multipart/alternative; boundary=00032557b4d22f71050478057f3f X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) --00032557b4d22f71050478057f3f Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Using Mac OS 10.6.1 on a 2GHz Intel Core Duo iMac. 32bit. Starting from scratch, using CVS source. ./configure --with-ns make install Fails with ... menu.c: In function =91Fx_popup_menu=92: menu.c:1077: error: =91EmacsMenu=92 undeclared (first use in this function) menu.c:1077: error: (Each undeclared identifier is reported only once menu.c:1077: error: for each function it appears in.) menu.c:1077: error: =91pmenu=92 undeclared (first use in this function) menu.c:1083: error: =91ns_popup_menu=92 undeclared (first use in this funct= ion) menu.c:1195: error: =91p=92 undeclared (first use in this function) make[1]: *** [menu.o] Error 1 make: *** [src] Error 2 Gnu emacs 23.1.50.1 of 2009-10-28 installed OK on this machine. Gil --00032557b4d22f71050478057f3f Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Using Mac OS 10.6.1 on a 2GHz Intel Core Duo iMac.=A0 32bit.

Startin= g from scratch, using CVS source.
./configure --with-ns
make install<= br>
Fails with
...
menu.c: In function =91Fx_popup_menu=92:
men= u.c:1077: error: =91EmacsMenu=92 undeclared (first use in this function) menu.c:1077: error: (Each undeclared identifier is reported only once
me= nu.c:1077: error: for each function it appears in.)
menu.c:1077: error: = =91pmenu=92 undeclared (first use in this function)
menu.c:1083: error: = =91ns_popup_menu=92 undeclared (first use in this function)
menu.c:1195: error: =91p=92 undeclared (first use in this function)
make= [1]: *** [menu.o] Error 1
make: *** [src] Error 2

=A0Gnu emacs 23= .1.50.1 of 2009-10-28 installed OK on this machine.

=A0Gil
--00032557b4d22f71050478057f3f-- From rgm@gnu.org Wed Nov 11 23:27:05 2009 Received: (at control) by emacsbugs.donarmstrong.com; 12 Nov 2009 07:27:07 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,ONEWORD,VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nAC7R4Ff002425 for ; Wed, 11 Nov 2009 23:27:05 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1N8U5A-0003sf-09; Thu, 12 Nov 2009 02:27:04 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19195.47303.926275.600068@fencepost.gnu.org> Date: Thu, 12 Nov 2009 02:27:03 -0500 From: Glenn Morris To: control Subject: control severity 4902 wishlist reassign 4901 emacs,ns tags 4898 moreinfo severity 4896 wishlist close 4888 severity 4876 minor reassign 4899 spam reassign 4900 spam reassign 4903 spam reassign 4904 spam reassign 4905 notemacs From unknown Thu Sep 11 10:04:25 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4901: bug fixed. Reply-To: David Reitter , 4901@debbugs.gnu.org Resent-From: David Reitter Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , owner@debbugs.gnu.org 2Resent-Date: Thu, 12 Nov 2009 18:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4901 X-Emacs-PR-Package: emacs,ns X-Emacs-PR-Keywords: Received: via spool by 4901-submit@emacsbugs.donarmstrong.com id=B4901.1258049651736 (code B ref 4901); Thu, 12 Nov 2009 18:20:03 +0000 Received: (at 4901) by emacsbugs.donarmstrong.com; 12 Nov 2009 18:14:11 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.8 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nACIE9QX000733; Thu, 12 Nov 2009 10:14:10 -0800 Received: by qw-out-2122.google.com with SMTP id 9so509813qwb.13 for ; Thu, 12 Nov 2009 10:14:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=1g3WKXu8XmkjkWW8HwtWFA9pmMhf4xQoMF3w8UCFitw=; b=IRBbK9A2WGxdT/xYnMG74zbTWCy5CKWJVVCvCVSSRDKUWb6/quOzLepi2eHL4tI37G zSwHDxWfwO04pUHz+gMWkHRhTNRvuBlL5W8QSn6zD7eBkyptF+CFv8Z/Mc4bdyHNe57e a594ApKNWIUAE+5XLgFey/ehsDE8xDk/GNkww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=Pp4rqulWAW3UKumnpJVfgB7rwhNberTIEVQWtwOaHmTlQ9kfQACjg8IkD2prnuKbu7 X5Y/BAQSI+IbtMsVwrI1VpH1dKVBPBCWLeSOPC6RHWK+EoUBFu7FnWGbwXG+aHkNbhbl pAXwKXdfrST2CuXeHIfI/jqGusgxFTP11nLF0= Received: by 10.224.20.210 with SMTP id g18mr1833762qab.325.1258049649443; Thu, 12 Nov 2009 10:14:09 -0800 (PST) Received: from scarlett.psy.cmu.edu (SCARLETT.PSY.CMU.EDU [128.2.249.106]) by mx.google.com with ESMTPS id 22sm725289qyk.6.2009.11.12.10.14.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 12 Nov 2009 10:14:08 -0800 (PST) From: David Reitter Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 12 Nov 2009 13:14:02 -0500 Message-Id: To: 4901@debbugs.gnu.org, 4901-done@debbugs.gnu.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) I have checked in a fix for this yesterday. Thanks for your report. From unknown Thu Sep 11 10:04:25 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Gilbert Harman Subject: bug#4901 closed by David Reitter (bug fixed.) Message-ID: References: <5f089c510911100655w6c0d66ffxedd204b6e28eddbc@mail.gmail.com> X-Emacs-PR-Message: they-closed 4901 X-Emacs-PR-Package: emacs,ns Reply-To: 4901@debbugs.gnu.org Date: Thu, 12 Nov 2009 18:20:06 +0000 Content-Type: multipart/mixed; boundary="----------=_1258050006-1299-1" This is a multi-part message in MIME format... ------------=_1258050006-1299-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #4901: Latest CVS gnu emacs does not compile on Snow Leopard It has been closed by David Reitter . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact David Reitter by replying to this email. --=20 4901: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D4901 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1258050006-1299-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 4901-done) by emacsbugs.donarmstrong.com; 12 Nov 2009 18:14:11 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.8 required=4.0 tests=AWL autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nACIE9QX000733; Thu, 12 Nov 2009 10:14:10 -0800 Received: by qw-out-2122.google.com with SMTP id 9so509813qwb.13 for ; Thu, 12 Nov 2009 10:14:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=1g3WKXu8XmkjkWW8HwtWFA9pmMhf4xQoMF3w8UCFitw=; b=IRBbK9A2WGxdT/xYnMG74zbTWCy5CKWJVVCvCVSSRDKUWb6/quOzLepi2eHL4tI37G zSwHDxWfwO04pUHz+gMWkHRhTNRvuBlL5W8QSn6zD7eBkyptF+CFv8Z/Mc4bdyHNe57e a594ApKNWIUAE+5XLgFey/ehsDE8xDk/GNkww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=Pp4rqulWAW3UKumnpJVfgB7rwhNberTIEVQWtwOaHmTlQ9kfQACjg8IkD2prnuKbu7 X5Y/BAQSI+IbtMsVwrI1VpH1dKVBPBCWLeSOPC6RHWK+EoUBFu7FnWGbwXG+aHkNbhbl pAXwKXdfrST2CuXeHIfI/jqGusgxFTP11nLF0= Received: by 10.224.20.210 with SMTP id g18mr1833762qab.325.1258049649443; Thu, 12 Nov 2009 10:14:09 -0800 (PST) Received: from scarlett.psy.cmu.edu (SCARLETT.PSY.CMU.EDU [128.2.249.106]) by mx.google.com with ESMTPS id 22sm725289qyk.6.2009.11.12.10.14.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 12 Nov 2009 10:14:08 -0800 (PST) From: David Reitter Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: bug fixed. Date: Thu, 12 Nov 2009 13:14:02 -0500 Message-Id: To: 4901@debbugs.gnu.org, 4901-done@debbugs.gnu.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) I have checked in a fix for this yesterday. Thanks for your report. ------------=_1258050006-1299-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 10 Nov 2009 14:55:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.6 required=4.0 tests=AWL,MULTALT autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nAAEtEhV014614 for ; Tue, 10 Nov 2009 06:55:15 -0800 Received: from mx10.gnu.org ([199.232.76.166]:50478) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1N7s7l-0002ZB-Eb for emacs-pretest-bug@gnu.org; Tue, 10 Nov 2009 09:55:13 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1N7s7k-0003OK-6Q for emacs-pretest-bug@gnu.org; Tue, 10 Nov 2009 09:55:13 -0500 Received: from mail-qy0-f200.google.com ([209.85.221.200]:59665) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7s7j-0003O2-Pc for emacs-pretest-bug@gnu.org; Tue, 10 Nov 2009 09:55:11 -0500 Received: by qyk38 with SMTP id 38so36088qyk.25 for ; Tue, 10 Nov 2009 06:55:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=AVn5N5liiwanQa3/gR6Ds/ILh4s6xE3aEjrIpOzz3R4=; b=F4GGsYlNIJHzoZcj9Cizx6dFnYzo/2Zsz/ELqLNEifcB2Tj76VRatEQF0vjg67Az43 ezn8NdEm9U1YPlGawFKdGCdschPU5oU4B05R/7RdRofy26Jt4GDcEnZR5+StBOKBu1YG K7wirQOyGVpztFsE/dcBzCizwrisZHNr9F9fE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=iAwv8ZAXURATzUMXLtZvzE7W3FrEJMOoihVmFTpBWs5ozE+GmHfwVIv5ze0tCD0qIR UMB4cW73R////oTZSy3QCLauM9qxerAFqQyjE9e0ECHWi/PNE/L5y1HriUkhacnFRY9C d335zrjTT3A7mu5IUGXWoUi0+zJC0XRJxMCuc= MIME-Version: 1.0 Sender: gilbert.harman@gmail.com Received: by 10.229.69.85 with SMTP id y21mr18687qci.92.1257864910827; Tue, 10 Nov 2009 06:55:10 -0800 (PST) Date: Tue, 10 Nov 2009 09:55:10 -0500 X-Google-Sender-Auth: c47894561917ee3b Message-ID: <5f089c510911100655w6c0d66ffxedd204b6e28eddbc@mail.gmail.com> Subject: Latest CVS gnu emacs does not compile on Snow Leopard From: Gilbert Harman To: emacs-pretest-bug@gnu.org Content-Type: multipart/alternative; boundary=00032557b4d22f71050478057f3f X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) --00032557b4d22f71050478057f3f Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Using Mac OS 10.6.1 on a 2GHz Intel Core Duo iMac. 32bit. Starting from scratch, using CVS source. ./configure --with-ns make install Fails with ... menu.c: In function =91Fx_popup_menu=92: menu.c:1077: error: =91EmacsMenu=92 undeclared (first use in this function) menu.c:1077: error: (Each undeclared identifier is reported only once menu.c:1077: error: for each function it appears in.) menu.c:1077: error: =91pmenu=92 undeclared (first use in this function) menu.c:1083: error: =91ns_popup_menu=92 undeclared (first use in this funct= ion) menu.c:1195: error: =91p=92 undeclared (first use in this function) make[1]: *** [menu.o] Error 1 make: *** [src] Error 2 Gnu emacs 23.1.50.1 of 2009-10-28 installed OK on this machine. Gil --00032557b4d22f71050478057f3f Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Using Mac OS 10.6.1 on a 2GHz Intel Core Duo iMac.=A0 32bit.

Startin= g from scratch, using CVS source.
./configure --with-ns
make install<= br>
Fails with
...
menu.c: In function =91Fx_popup_menu=92:
men= u.c:1077: error: =91EmacsMenu=92 undeclared (first use in this function) menu.c:1077: error: (Each undeclared identifier is reported only once
me= nu.c:1077: error: for each function it appears in.)
menu.c:1077: error: = =91pmenu=92 undeclared (first use in this function)
menu.c:1083: error: = =91ns_popup_menu=92 undeclared (first use in this function)
menu.c:1195: error: =91p=92 undeclared (first use in this function)
make= [1]: *** [menu.o] Error 1
make: *** [src] Error 2

=A0Gnu emacs 23= .1.50.1 of 2009-10-28 installed OK on this machine.

=A0Gil
--00032557b4d22f71050478057f3f-- ------------=_1258050006-1299-1--