From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yavor Doganov Newsgroups: gmane.emacs.devel Subject: Re: How to link carbon framework to NS port? Date: Thu, 23 Jul 2009 09:53:20 +0300 Organization: The GNU Emacs Church (Bulgarian eparchy) Message-ID: <87vdlj3n6n.GNU's_Not_Unix!%yavor@gnu.org> References: <46d34ee60907220812n1e42a972j2e80a2c36eff1d59@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1248332078 26803 80.91.229.12 (23 Jul 2009 06:54:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jul 2009 06:54:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 23 08:54:32 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 1MTsCF-0000M2-Mp for ged-emacs-devel@m.gmane.org; Thu, 23 Jul 2009 08:54:32 +0200 Original-Received: from localhost ([127.0.0.1]:54535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTsCF-000889-9A for ged-emacs-devel@m.gmane.org; Thu, 23 Jul 2009 02:54:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTsBc-0007mt-Ex for emacs-devel@gnu.org; Thu, 23 Jul 2009 02:53:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTsBX-0007kg-JG for emacs-devel@gnu.org; Thu, 23 Jul 2009 02:53:52 -0400 Original-Received: from [199.232.76.173] (port=50514 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTsBX-0007kY-9X for emacs-devel@gnu.org; Thu, 23 Jul 2009 02:53:47 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:19112) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTsBW-0007TJ-DN for emacs-devel@gnu.org; Thu, 23 Jul 2009 02:53:46 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTsBO-0002nD-An for emacs-devel@gnu.org; Thu, 23 Jul 2009 02:53:38 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MTsBL-0007Yk-D5 for emacs-devel@gnu.org; Thu, 23 Jul 2009 06:53:35 +0000 Original-Received: from 213.91.219.2 ([213.91.219.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jul 2009 06:53:35 +0000 Original-Received: from yavor by 213.91.219.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jul 2009 06:53:35 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 213.91.219.2 In-Reply-To: <46d34ee60907220812n1e42a972j2e80a2c36eff1d59@mail.gmail.com> Mail-Followup-To: emacs-devel@gnu.org, yavor@gnu.org User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) X-Jabber-ID: doganov@jabber.minus273.org X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:113038 Archived-At: Vebjorn Ljosa wrote: > 1. Will using the SetSystemUIMode work on GNUstep? No. Nothing Carbon-related is implemented in GNUstep, and never will be. Think of GNUstep as free Cocoa + more (GNU extensions and support for other platforms). > 2. How do I modify the autoconf setup so that "-framework Carbon" is > passed to gcc when linking the NS port? That's easy, but I'm not sure if it is desirable. See the temacs${EXEEXT} rule in src/Makefile.in. If Carbon is guaranteed to be available on all Apple systems, you don't need any autoconf tests.