From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: [Emacs.app dev]: Emacs.app now in GNU Emacs CVS Date: Wed, 16 Jul 2008 12:06:32 +0900 Message-ID: References: <476AEFF3-F98D-4D19-A8B0-219C790536F7@gmail.com> <19e566510807151217q7276dd61wa93aaa13b842e296@mail.gmail.com> <170476C2-EF90-40DC-BB6F-0C54AFA10884@gmail.com> <64B63861-E635-420F-BC96-8DA189246E72@gmail.com> <20BFBDD3-1423-41EB-847D-B2FE2F5AA2DE@gmail.com> Reply-To: Miles Bader NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp X-Trace: ger.gmane.org 1216177652 25212 80.91.229.12 (16 Jul 2008 03:07:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2008 03:07:32 +0000 (UTC) Cc: "emacs.app dev list" , Adrian Robert , Emacs-Devel devel To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 16 05:08:19 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 1KIxNJ-0003ex-75 for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 05:08:17 +0200 Original-Received: from localhost ([127.0.0.1]:36854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIxMQ-0006Un-UV for ged-emacs-devel@m.gmane.org; Tue, 15 Jul 2008 23:07:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIxLn-0006FS-53 for emacs-devel@gnu.org; Tue, 15 Jul 2008 23:06:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIxLl-0006ES-Km for emacs-devel@gnu.org; Tue, 15 Jul 2008 23:06:42 -0400 Original-Received: from [199.232.76.173] (port=50908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIxLl-0006EI-Bu for emacs-devel@gnu.org; Tue, 15 Jul 2008 23:06:41 -0400 Original-Received: from tyo202.gate.nec.co.jp ([202.32.8.206]:52161) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIxLg-0003vr-9f; Tue, 15 Jul 2008 23:06:36 -0400 Original-Received: from relay31.aps.necel.com ([10.29.19.54]) by tyo202.gate.nec.co.jp (8.13.8/8.13.4) with ESMTP id m6G36IVG028076; Wed, 16 Jul 2008 12:06:32 +0900 (JST) Original-Received: from relay11.aps.necel.com ([10.29.19.20] [10.29.19.20]) by relay31.aps.necel.com with ESMTP; Wed, 16 Jul 2008 12:06:32 +0900 Original-Received: from dhapc248.dev.necel.com ([10.114.112.215] [10.114.112.215]) by relay11.aps.necel.com with ESMTP; Wed, 16 Jul 2008 12:06:32 +0900 Original-Received: by dhapc248.dev.necel.com (Postfix, from userid 31295) id 21F225AD; Wed, 16 Jul 2008 12:06:32 +0900 (JST) System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: <20BFBDD3-1423-41EB-847D-B2FE2F5AA2DE@gmail.com> (David Reitter's message of "Tue, 15 Jul 2008 20:23:32 -0400") Original-Lines: 37 X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:100771 Archived-At: I'm attempting to build Emacs.app using gnustep (not sure how to tell the version, it's whatever's in debian unstable). Doing ( cd nextstep; ./compile --shared-lisp=/usr/local ) things succeed until it temacs dies with the following error: ln temacs bootstrap-emacs cd ../lisp; make -w compile-first EMACS=../src/bootstrap-emacs make[2]: ディレクトリ `/usr/local/src/emacs/gnustep/lisp' に入ります Compiling /usr/local/src/emacs/gnustep/lisp/emacs-lisp/bytecomp.el 2008-07-16 02:55:20.118 bootstrap-emacs[4619] Unknown time zone name `JST'. 2008-07-16 02:55:20.118 bootstrap-emacs[4619] Using time zone with absolute offset 0. 2008-07-16 02:55:20.001 bootstrap-emacs[4619] autorelease called without pool for object (9c42d00) of class NSMethodSignature in thread 2008-07-16 02:55:20.119 bootstrap-emacs[4619] autorelease called without pool for object (9c5e640) of class GSFFCallInvocation in thread 2008-07-16 02:55:20.120 bootstrap-emacs[4619] autorelease called without pool for object (9c753e0) of class GSCInlineString in thread 2008-07-16 02:55:20.120 bootstrap-emacs[4619] autorelease called without pool for object (9c7c578) of class NSException in thread 2008-07-16 02:55:20.121 bootstrap-emacs[4619] autorelease called without pool for object (9c7bf20) of class GSMutableArray in thread Fatal error (6) make[2]: *** [/usr/local/src/emacs/gnustep/lisp/emacs-lisp/bytecomp.elc] アボートしました make[2]: ディレクトリ `/usr/local/src/emacs/gnustep/lisp' から出ます make[1]: *** [bootstrap-emacs] エラー 2 make[1]: ディレクトリ `/usr/local/src/emacs/gnustep/src' から出ます make: *** [src] エラー 2 *** Compilation failed. *** Please examine the above output to determine what went wrong, edit the configure options in this script (\'compile\') to fix it, and rerun. Are those "autorelease..." messages fatal errors, or is the abort something else? Thanks, -Miles -- "Suppose we've chosen the wrong god. Every time we go to church we're just making him madder and madder." -- Homer Simpson