unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* mac/make-package failure
@ 2005-03-07 13:46 Andrew Nesbit
  2005-05-17 23:35 ` Denis Bueno
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Nesbit @ 2005-03-07 13:46 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: mac/make-package failure
  2005-03-07 13:46 mac/make-package failure Andrew Nesbit
@ 2005-05-17 23:35 ` Denis Bueno
  2005-05-18 13:15   ` Andrew Nesbit
  0 siblings, 1 reply; 3+ messages in thread
From: Denis Bueno @ 2005-05-17 23:35 UTC (permalink / raw)
  Cc: emacs-devel

FWIW,

On 3/7/05, Andrew Nesbit <andrew@siru.org> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: mac/make-package failure
  2005-05-17 23:35 ` Denis Bueno
@ 2005-05-18 13:15   ` Andrew Nesbit
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Nesbit @ 2005-05-18 13:15 UTC (permalink / raw)
  Cc: emacs-devel

On 18 May 2005, at 00:35, Denis Bueno wrote:

> 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.

It is still broken, but try this workaround:

$ ./make-package --self-contained --build-in-place

Andrew

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-18 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-07 13:46 mac/make-package failure Andrew Nesbit
2005-05-17 23:35 ` Denis Bueno
2005-05-18 13:15   ` Andrew Nesbit

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).