emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mac/make-package failure


From: Andrew Nesbit
Subject: mac/make-package failure
Date: Mon, 7 Mar 2005 13:46:17 +0000

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:

$ cd mac
$ ./make-package --self-contained
Version numbers are 22.0.50 and 22.0
Building in directory /Users/andrew/Desktop/emacs/mac/make-package.build.6529 Installing into directory /Users/andrew/Desktop/emacs/mac/make-package.tmp.6529 configure: WARNING: The directory tree `/Users/andrew/Desktop/emacs/mac/..' is being used
   as a build directory right now; it has been configured in its own
   right.  To configure in another directory as well, you MUST
   use GNU make.  If you do not have GNU make, then you must
   now do `make distclean' in /Users/andrew/Desktop/emacs/mac/..,
   and then run /Users/andrew/Desktop/emacs/mac/../configure again.
checking build system type... powerpc-apple-darwin7.8.0
checking host system type... powerpc-apple-darwin7.8.0

[snip lots of output from configure and gcc]

gcc -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -DHAVE_CONFIG_H -I. -I../src -I/Users/andrew/Desktop/emacs/mac/../lib-src -I/Users/andrew/Desktop/emacs/mac/../lib-src/../src -g -O2 movemail.o pop.o getopt.o getopt1.o -o movemail
gcc: getopt.o: No such file or directory
gcc: getopt1.o: No such file or directory
make[1]: *** [movemail] Error 1
make: *** [lib-src] Error 2
Make failed... Aborting make-package.
$

Can somebody else confirm whether or not make-package works for them?

Andrew





reply via email to

[Prev in Thread] Current Thread [Next in Thread]