From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Denis Bueno Newsgroups: gmane.emacs.devel Subject: Re: mac/make-package failure Date: Tue, 17 May 2005 19:35:24 -0400 Message-ID: <6dbd4d00050517163527b93bd0@mail.gmail.com> References: Reply-To: Denis Bueno NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1116418496 25731 80.91.229.2 (18 May 2005 12:14:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 12:14:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 18 14:14:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYNQY-00056h-ID for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 14:13:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYNSz-0005xR-54 for ged-emacs-devel@m.gmane.org; Wed, 18 May 2005 08:16:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYBeU-0003ka-7j for emacs-devel@gnu.org; Tue, 17 May 2005 19:39:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYBeO-0003fs-AH for emacs-devel@gnu.org; Tue, 17 May 2005 19:39:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYBeN-0003Zc-RS for emacs-devel@gnu.org; Tue, 17 May 2005 19:38:59 -0400 Original-Received: from [64.233.184.195] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DYBio-0007d0-L5 for emacs-devel@gnu.org; Tue, 17 May 2005 19:43:34 -0400 Original-Received: by wproxy.gmail.com with SMTP id 36so2864377wra for ; Tue, 17 May 2005 16:35:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=srHMjJ4mwgG9rxQaeBBFiXUi4PPq0zKUP/gB0mFexQl8tDUvKMkeKSrbhZ4m5mbZiOmFoorpMYpZjWGiFH9JF8gYCmCLqEXvoJBGCjMQKUxy6Km9GF8Z8t1GxqPUfDKyODgV3OECuZkjvJvUqWEjWTvZ01i4MxeVlaw9yYWeLJY= Original-Received: by 10.54.157.16 with SMTP id f16mr4651901wre; Tue, 17 May 2005 16:35:25 -0700 (PDT) Original-Received: by 10.54.43.61 with HTTP; Tue, 17 May 2005 16:35:24 -0700 (PDT) Original-To: Andrew Nesbit In-Reply-To: Content-Disposition: inline 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:37244 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37244 FWIW, On 3/7/05, Andrew Nesbit wrote: > I checked out Emacs from CVS today. The standard build is OK, but I'm > trying to build it with make-package so that all files are contained in > Emacs.app: I tried the same thing. And I essentially the same result as Andrew. gcc -I/sw/include -L/sw/lib -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -DHAVE_CONFIG_H -I. -I../src -I/Users/dbueno/download/cvs-trees/emacs/mac/../lib-src -I/Users/dbueno/download/cvs-trees/emacs/mac/../lib-src/../src -g -O2 movemail.o pop.o getopt.o getopt1.o -o movemail powerpc-apple-darwin8-gcc-4.0.0: getopt.o: No such file or directory powerpc-apple-darwin8-gcc-4.0.0: getopt1.o: No such file or directory make[1]: *** [movemail] Error 1 make: *** [lib-src] Error 2 Make failed... Aborting make-package. -Denis