From unknown Mon Jun 23 02:21:35 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#8403 <8403@debbugs.gnu.org> To: bug#8403 <8403@debbugs.gnu.org> Subject: Status: 24.0.50; revno: 103764, nsterm.m does not compile Reply-To: bug#8403 <8403@debbugs.gnu.org> Date: Mon, 23 Jun 2025 09:21:35 +0000 retitle 8403 24.0.50; revno: 103764, nsterm.m does not compile reassign 8403 emacs,ns submitter 8403 Peter Dyballa severity 8403 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 01 09:39:33 2011 Received: (at submit) by debbugs.gnu.org; 1 Apr 2011 13:39:34 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5eZZ-0000qN-It for submit@debbugs.gnu.org; Fri, 01 Apr 2011 09:39:33 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5eZX-0000qB-QW for submit@debbugs.gnu.org; Fri, 01 Apr 2011 09:39:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5eZR-0006ts-4i for submit@debbugs.gnu.org; Fri, 01 Apr 2011 09:39:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:41853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5eZO-0006s0-79 for submit@debbugs.gnu.org; Fri, 01 Apr 2011 09:39:25 -0400 Received: from [140.186.70.92] (port=44087 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5eZA-0006q1-Od for bug-gnu-emacs@gnu.org; Fri, 01 Apr 2011 09:39:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5eYc-0006e3-0H for bug-gnu-emacs@gnu.org; Fri, 01 Apr 2011 09:38:34 -0400 Received: from mout3.freenet.de ([195.4.92.93]:37560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5eYb-0006dK-Py for bug-gnu-emacs@gnu.org; Fri, 01 Apr 2011 09:38:33 -0400 Received: from [195.4.92.22] (helo=12.mx.freenet.de) by mout3.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.72 #2) id 1Q5eYX-0003HW-TC for bug-gnu-emacs@gnu.org; Fri, 01 Apr 2011 15:38:29 +0200 Received: from p5b23d801.dip.t-dialin.net ([91.35.216.1]:62344 helo=[192.168.1.2]) by 12.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.72 #3) id 1Q5eYX-0002B8-Gx for bug-gnu-emacs@gnu.org; Fri, 01 Apr 2011 15:38:29 +0200 Message-Id: <53AAAA79-A4C9-4BA7-BBC2-6CD37CB4722B@Freenet.DE> From: Peter Dyballa To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Subject: 24.0.50; revno: 103764, nsterm.m does not compile Date: Fri, 1 Apr 2011 15:38:27 +0200 X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) Hello! Gcc-4.2 reports: nsterm.m: In function =91ns_update_auto_hide_menu_bar=92: nsterm.m:600: error: =91NSApplicationPresentationOptions=92 = undeclared =20 (first use in this function) nsterm.m:600: error: (Each undeclared identifier is reported = only once nsterm.m:600: error: for each function it appears in.) nsterm.m:600: error: expected =91;=92 before =91options=92 nsterm.m:604: error: =91options=92 undeclared (first use in this = function) nsterm.m:604: error: =91NSApplicationPresentationAutoHideMenuBar=92= =20 undeclared (first use in this function) nsterm.m:606: warning: no =91-setPresentationOptions:=92 method = found nsterm.m:606: warning: (Messages without a matching method = signature nsterm.m:606: warning: will be assumed to return =91id=92 and = accept nsterm.m:606: warning: =91...=92 as arguments.) nsterm.m: In function =91-[EmacsView conversationIdentifier]=92: nsterm.m:4869: warning: conflicting types for =91-(long =20 int)conversationIdentifier=92 = /System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:=20 23: warning: previous declaration of =91-=20 (NSInteger)conversationIdentifier=92 In the "AppKit" Emacs 23.3 src/macappkit.h has: #if MAC_OS_X_VERSION_MAX_ALLOWED < 1060 enum { NSApplicationPresentationDefault =3D 0, NSApplicationPresentationAutoHideDock =3D 1 << = 0, NSApplicationPresentationHideDock =3D 1 << = 1, NSApplicationPresentationAutoHideMenuBar =3D 1 << = 2, NSApplicationPresentationHideMenuBar =3D 1 << = 3, NSApplicationPresentationDisableAppleMenu =3D 1 << = 4, NSApplicationPresentationDisableProcessSwitching =3D 1 << = 5, NSApplicationPresentationDisableForceQuit =3D 1 << = 6, NSApplicationPresentationDisableSessionTermination =3D 1 << = 7, NSApplicationPresentationDisableHideApplication =3D 1 << = 8 }; typedef NSUInteger NSApplicationPresentationOptions; =09 @interface NSApplication (AvailableOn1060AndLater) - (void)setPresentationOptions:=20 (NSApplicationPresentationOptions)newOptions; - (void)registerUserInterfaceItemSearchHandler:=20 (id)handler; - (BOOL)searchString:(NSString *)searchString =20 inUserInterfaceItemString:(NSString *)stringToSearch searchRange:(NSRange)searchRange foundRange:(NSRange = *)foundRange; @end #endif Mac OS X 10.5.8, PPC. -- Greetings Pete This is a signature virus. Add me to your signature and help me to =20 live! From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 02 03:16:06 2011 Received: (at 8403-done) by debbugs.gnu.org; 2 Apr 2011 07:16:06 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5v41-0007Fi-W5 for submit@debbugs.gnu.org; Sat, 02 Apr 2011 03:16:06 -0400 Received: from smtprelay-h21.telenor.se ([195.54.99.196]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q5v40-0007FB-7R for 8403-done@debbugs.gnu.org; Sat, 02 Apr 2011 03:16:05 -0400 Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id 2125BD401 for <8403-done@debbugs.gnu.org>; Sat, 2 Apr 2011 09:15:55 +0200 (CEST) X-SENDER-IP: [85.225.45.100] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiNLAJDMlk1V4S1kPGdsb2JhbACJEZxQCwEBAQE3MsFyhWsEkH4 X-IronPort-AV: E=Sophos;i="4.63,287,1299452400"; d="scan'208";a="179525545" Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb1.telenor.se with ESMTP; 02 Apr 2011 09:15:55 +0200 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id DD2B67FA05A; Sat, 2 Apr 2011 09:15:54 +0200 (CEST) Message-ID: <4D96CD2A.1020300@swipnet.se> Date: Sat, 02 Apr 2011 09:15:54 +0200 From: =?windows-1252?Q?Jan_Dj=E4rv?= User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: Peter Dyballa Subject: Re: bug#8403: 24.0.50; revno: 103764, nsterm.m does not compile References: <53AAAA79-A4C9-4BA7-BBC2-6CD37CB4722B@Freenet.DE> In-Reply-To: <53AAAA79-A4C9-4BA7-BBC2-6CD37CB4722B@Freenet.DE> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 8403-done Cc: 8403-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.3 (--) Fix checked in. Jan D. Peter Dyballa skrev 2011-04-01 15.38: > Hello! > > Gcc-4.2 reports: > > nsterm.m: In function =91ns_update_auto_hide_menu_bar=92: > nsterm.m:600: error: =91NSApplicationPresentationOptions=92 undeclared = (first use > in this function) > nsterm.m:600: error: (Each undeclared identifier is reported only once > nsterm.m:600: error: for each function it appears in.) > nsterm.m:600: error: expected =91;=92 before =91options=92 > nsterm.m:604: error: =91options=92 undeclared (first use in this functi= on) > nsterm.m:604: error: =91NSApplicationPresentationAutoHideMenuBar=92 und= eclared > (first use in this function) > nsterm.m:606: warning: no =91-setPresentationOptions:=92 method found > nsterm.m:606: warning: (Messages without a matching method signature > nsterm.m:606: warning: will be assumed to return =91id=92 and accept > nsterm.m:606: warning: =91...=92 as arguments.) > nsterm.m: In function =91-[EmacsView conversationIdentifier]=92: > nsterm.m:4869: warning: conflicting types for =91-(long int)conversatio= nIdentifier=92 > /System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:23= : > warning: previous declaration of =91-(NSInteger)conversationIdentifier=92 > > In the "AppKit" Emacs 23.3 src/macappkit.h has: > > #if MAC_OS_X_VERSION_MAX_ALLOWED < 1060 > enum { > NSApplicationPresentationDefault =3D 0, > NSApplicationPresentationAutoHideDock =3D 1 << 0, > NSApplicationPresentationHideDock =3D 1 << 1, > NSApplicationPresentationAutoHideMenuBar =3D 1 << 2, > NSApplicationPresentationHideMenuBar =3D 1 << 3, > NSApplicationPresentationDisableAppleMenu =3D 1 << 4, > NSApplicationPresentationDisableProcessSwitching =3D 1 << 5, > NSApplicationPresentationDisableForceQuit =3D 1 << 6, > NSApplicationPresentationDisableSessionTermination =3D 1 << 7, > NSApplicationPresentationDisableHideApplication =3D 1 << 8 > }; > typedef NSUInteger NSApplicationPresentationOptions; > > @interface NSApplication (AvailableOn1060AndLater) > - (void)setPresentationOptions:(NSApplicationPresentationOptions)newOpt= ions; > - > (void)registerUserInterfaceItemSearchHandler:(id)handler; > > - (BOOL)searchString:(NSString *)searchString > inUserInterfaceItemString:(NSString *)stringToSearch > searchRange:(NSRange)searchRange foundRange:(NSRange *)foundRange; > @end > #endif > > > Mac OS X 10.5.8, PPC. > > -- > Greetings > > Pete > > This is a signature virus. Add me to your signature and help me to live= ! > > > From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 04 13:54:39 2011 Received: (at control) by debbugs.gnu.org; 4 Apr 2011 17:54:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q6nz5-0007Zp-HT for submit@debbugs.gnu.org; Mon, 04 Apr 2011 13:54:39 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q6nz3-0007Zd-Nh for control@debbugs.gnu.org; Mon, 04 Apr 2011 13:54:37 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Q6nyy-0005pi-JQ for control@debbugs.gnu.org; Mon, 04 Apr 2011 13:54:32 -0400 Date: Mon, 04 Apr 2011 13:54:32 -0400 Message-Id: Subject: control message for bug 8412 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) forcemerge 8403 8412 From unknown Mon Jun 23 02:21:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 03 May 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator