From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steffen Heise Newsgroups: gmane.emacs.bugs Subject: Re: make for emacs fails under OS X 10.5 Date: Sun, 28 Oct 2007 20:35:30 -0400 Message-ID: References: <93DF8565-CAA3-4D03-949D-2B8BF6C5B812@mac.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v912) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193618152 10113 80.91.229.12 (29 Oct 2007 00:35:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 00:35:52 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 29 01:35:54 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ImIbe-0001Ld-GQ for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 Oct 2007 01:35:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImIbV-0004ct-Fs for geb-bug-gnu-emacs@m.gmane.org; Sun, 28 Oct 2007 20:35:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImIbS-0004b9-0e for bug-gnu-emacs@gnu.org; Sun, 28 Oct 2007 20:35:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImIbQ-0004aS-Cm for bug-gnu-emacs@gnu.org; Sun, 28 Oct 2007 20:35:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImIbQ-0004aI-6V for bug-gnu-emacs@gnu.org; Sun, 28 Oct 2007 20:35:36 -0400 Original-Received: from smtpoutm.mac.com ([17.148.16.79]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImIbP-0004ru-Kq for bug-gnu-emacs@gnu.org; Sun, 28 Oct 2007 20:35:35 -0400 Original-Received: from mac.com (asmtp002-s [10.150.69.65]) by smtpoutm.mac.com (Xserve/smtpout016/MantshX 4.0) with ESMTP id l9T0ZYNO007654; Sun, 28 Oct 2007 17:35:34 -0700 (PDT) Original-Received: from [10.0.1.200] (c-68-40-198-201.hsd1.mi.comcast.net [68.40.198.201]) (authenticated bits=0) by mac.com (Xserve/asmtp002/MantshX 4.0) with ESMTP id l9T0ZVIl010065 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 28 Oct 2007 17:35:32 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.912) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (1) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16860 Archived-At: emacs runs from the command line in the terminal, but not as regularly with the graphical user interface. make install fails, too. cd lib-src; make all \ CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='-fpascal- strings -DMAC_OSX ' \ LDFLAGS='' MAKE='make' make[1]: Nothing to be done for `all'. cd src; make all \ CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='-fpascal- strings -DMAC_OSX ' \ LDFLAGS='' MAKE='make' make[1]: Nothing to be done for `all'. (export PARALLEL; PARALLEL=0; cd leim; make all \ CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='-fpascal- strings -DMAC_OSX ' \ LDFLAGS='' MAKE='make') EMACSLOADPATH=/Users/heise/Downloads/emacs-22.1/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /Users/heise/Downloads/emacs-22.1/leim/../lisp/international/titdic- cnv \ -f batch-titdic-convert -dir quail /Users/heise/Downloads/ emacs-22.1/leim/CXTERM-DIC; \ echo "changed" > changed.tit /bin/sh: ../src/emacs: Cannot allocate memory EMACSLOADPATH=/Users/heise/Downloads/emacs-22.1/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -f batch-byte-compile quail/CCDOSPY.el /bin/sh: ../src/emacs: Cannot allocate memory make[1]: *** [quail/CCDOSPY.elc] Error 126 make: *** [leim] Error 2 On Oct 28, 2007, at 7:26 PM, YAMAMOTO Mitsuharu wrote: > ! for (p = ranges->address + ranges->size; p > ranges- > >address; p--) > ! if (*(((char *) p)-1)) > break; > ! filesize = p - ranges->address; >