From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "richardeng" Newsgroups: gmane.emacs.devel Subject: Re: Emacs on GNUstep (was: Release update) Date: Sat, 6 Dec 2008 14:59:48 +0800 Message-ID: <200812061459462792341@foxmail.com> References: <87ej0rs3ey.fsf@cyd.mit.edu>, <87tz9j6f76.GNU's_Not_Unix!%yavor@gnu.org>, <200812052044154371169@foxmail.com>, NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228546845 1490 80.91.229.12 (6 Dec 2008 07:00:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Dec 2008 07:00:45 +0000 (UTC) Cc: Yavor Doganov , rms , emacs-devel To: "Stephen J. Turnbull" , "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 06 08:01:48 2008 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 1L8rAh-0004HZ-Ac for ged-emacs-devel@m.gmane.org; Sat, 06 Dec 2008 08:01:47 +0100 Original-Received: from localhost ([127.0.0.1]:36141 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8r9W-000400-70 for ged-emacs-devel@m.gmane.org; Sat, 06 Dec 2008 02:00:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8r9P-0003z6-4y for emacs-devel@gnu.org; Sat, 06 Dec 2008 02:00:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8r9M-0003yK-Ct for emacs-devel@gnu.org; Sat, 06 Dec 2008 02:00:26 -0500 Original-Received: from [199.232.76.173] (port=54446 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8r9M-0003yH-3T for emacs-devel@gnu.org; Sat, 06 Dec 2008 02:00:24 -0500 Original-Received: from smtpbg1.foxmail.com ([58.61.33.111]:50829) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1L8r96-0007KV-Ar; Sat, 06 Dec 2008 02:00:08 -0500 Original-Received: from 172.23.147.51 (foxmail.com [172.23.147.51]) by smtpbg1 (foxmail.com) with SMTP id BnQZQloQ; Sat, 06 Dec 2008 14:59:47 +0800 (envelope-from richardeng@foxmail.com) X-QQ-mid: esmtp412285467855177633 Original-Received: from 889D3A80E680420 (unknown [116.225.243.63]) by smtp.foxmail.com (Postfix) with ESMTP id ; Sat, 6 Dec 2008 14:59:45 +0800 (CST) X-mailer: Foxmail 6, 14, 103, 20 [cn] X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:106625 Archived-At: Stephen J. Turnbull wrote: >>Stefan Monnier writes: >> Fixing this requires someone who can delve into the details of how >> GNUstep binaries are layed out and how the ObjC runtime is linked and >> initialized and how all this interacts. > Or a portable dumper which reloads the Lisp environemnt into a new > malloc'd area, and doesn't care about all that. It doesn't seem a easy job. I always "./configure && make && make install" in GNUStep. At now, I don't know the difference between with/without --with-ns I'll try "./configure --with-ns" to reproduce #620(Bootstrapping with the GNUstep port impossible)