From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: ANN: Emacs.app 9.0-pre1 Date: Mon, 7 Nov 2005 08:02:47 -0500 Message-ID: <277EBE35-B984-4737-9ABD-36C095A10261@cogsci.ucsd.edu> References: <5065e2900511070017l7fd6bcbt@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1131372776 15859 80.91.229.2 (7 Nov 2005 14:12:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Nov 2005 14:12:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 07 15:12:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EZ7j1-0000J6-E7 for ged-emacs-devel@m.gmane.org; Mon, 07 Nov 2005 15:11:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EZ7j0-0005km-Ss for ged-emacs-devel@m.gmane.org; Mon, 07 Nov 2005 09:11:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EZ6fi-0001lV-9y for emacs-devel@gnu.org; Mon, 07 Nov 2005 08:04:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EZ6fe-0001kL-Fk for emacs-devel@gnu.org; Mon, 07 Nov 2005 08:04:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EZ6fc-0001jw-U7 for emacs-devel@gnu.org; Mon, 07 Nov 2005 08:04:21 -0500 Original-Received: from [69.93.48.194] (helo=borg.phpwebhosting.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1EZ6fc-0001hg-ME for emacs-devel@gnu.org; Mon, 07 Nov 2005 08:04:20 -0500 Original-Received: (qmail 25930 invoked from network); 7 Nov 2005 13:02:50 -0000 Original-Received: from unknown (HELO [192.168.10.105]) (24.215.238.11) by 194.69-93-48.reverse.theplanet.com with SMTP; Mon, 07 Nov 2005 08:02:50 -0500 In-Reply-To: <5065e2900511070017l7fd6bcbt@mail.gmail.com> Original-To: Sun Yijiang X-Mailer: Apple Mail (2.734) 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:45537 Archived-At: On Nov 7, 2005, at 3:17 AM, Sun Yijiang wrote: > I have GNUStep installed on my GNU/Linux, but got this error message: > # make > gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I. -I/home/sun/ > sandbox/emacs-23.0.0_NS-9.0pre1/src -D_BSD_SOURCE -g -O2 nsterm.m > nsterm.m: In function `ns_init_paths': > nsterm.m:292: error: cannot find interface declaration for > `NXConstantString' Try editing nextstep/compile and add -fconstant-string-class=NSConstantString to the CFLAGS variable setting for the GNUstep case. Then rm ../ config.log and invoke ./compile again. (The other warnings are "OK"..) At one point I needed that flag when compiling it under GNUstep, but then I stopped needing it and I'd assumed that it was because of some other flag settings rendering it unnecessary -- but it looks like I might have been wrong. What OS and gcc version are you running? What version of gnustep? Adrian