From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Gabriel Foster (local) Newsgroups: gmane.emacs.devel Subject: Bootstrap of head on Mac OS X fails. Date: Thu, 22 Jul 2004 11:00:15 -0700 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1090519285 11384 80.91.224.253 (22 Jul 2004 18:01:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Jul 2004 18:01:25 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 22 20:01:17 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bnhsb-0000Lx-00 for ; Thu, 22 Jul 2004 20:01:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BnhvR-0000zl-Ck for ged-emacs-devel@m.gmane.org; Thu, 22 Jul 2004 14:04:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bnhue-0000YK-Er for emacs-devel@gnu.org; Thu, 22 Jul 2004 14:03:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bnhuc-0000XO-IS for emacs-devel@gnu.org; Thu, 22 Jul 2004 14:03:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bnhuc-0000Wq-CY for emacs-devel@gnu.org; Thu, 22 Jul 2004 14:03:22 -0400 Original-Received: from [17.250.248.87] (helo=smtpout.mac.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bnhrk-0004U3-S3 for emacs-devel@gnu.org; Thu, 22 Jul 2004 14:00:25 -0400 Original-Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i6MI0LBC011261 for ; Thu, 22 Jul 2004 11:00:21 -0700 (PDT) Original-Received: from [17.101.159.120] ([17.101.159.120]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id i6MI0HVd025141 for ; Thu, 22 Jul 2004 11:00:19 -0700 (PDT) Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.619) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25883 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25883 Hello, Bootstrapping of head of tree of emacs fails for me on Mac OS X.3. Configure information and error message follow. Any help would be welcome. Thanks, Gabriel Foster with ./configure --without-x --with-carbon Configured for `powerpc-apple-darwin7.5.0'. Where should the build process find the source code? /Volumes/Data/GabrielHome/pubsrc/emacs What operating system and machine description files should Emacs use? `s/darwin.h' and `m/powermac.h' What compiler should emacs be built with? gcc -g -O2 Should Emacs use the GNU version of malloc? no (The GNU allocators don't work with this system configuration.) Should Emacs use a relocating allocator for buffers? no Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? mac What toolkit should Emacs use? none Where do we find X Windows header files? NONE Where do we find X Windows libraries? NONE Does Emacs use -lXaw3d? no Does Emacs use -lXpm? no Does Emacs use -ljpeg? no Does Emacs use -ltiff? no Does Emacs use -lungif? no Does Emacs use -lpng? no Does Emacs use X toolkit scroll bars? no during 'make bootstrap' Compiling /Volumes/Data/GabrielHome/pubsrc/emacs/lisp/./mh-e/mh-alias.el Compiling /Volumes/Data/GabrielHome/pubsrc/emacs/lisp/./mh-e/mh-comp.el Source file `/Volumes/Data/GabrielHome/pubsrc/emacs/lisp/mh-e/mh-e.el' newer than byte-compiled file Source file `/Volumes/Data/GabrielHome/pubsrc/emacs/lisp/mh-e/mh-utils.el' newer than byte-compiled file Source file `/Volumes/Data/GabrielHome/pubsrc/emacs/lisp/mh-e/mh-customize.el' newer than byte-compiled file Source file `/Volumes/Data/GabrielHome/pubsrc/emacs/lisp/mh-e/mh-e.el' newer than byte-compiled file Source file `/Volumes/Data/GabrielHome/pubsrc/emacs/lisp/mh-e/mh-utils.el' newer than byte-compiled file Source file `/Volumes/Data/GabrielHome/pubsrc/emacs/lisp/mh-e/mh-identity.el' newer than byte-compiled file Source file `/Volumes/Data/GabrielHome/pubsrc/emacs/lisp/mh-e/mh-comp.el' newer than byte-compiled file Source file `/Volumes/Data/GabrielHome/pubsrc/emacs/lisp/mh-e/mh-seq.el' newer than byte-compiled file In toplevel form: mh-e/mh-comp.el:695:47:Error: Autoloading failed to define function mh-iterate-on-range make[1]: *** [compile] Error 1 make: *** [bootstrap] Error 2