all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* CVS emacs on Mac OS X doesn't compile
@ 2005-03-07  0:28 Ulrich Hobelmann
  2005-03-07  1:57 ` Andreas Schwab
       [not found] ` <mailman.2814.1110162000.32256.bug-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Ulrich Hobelmann @ 2005-03-07  0:28 UTC (permalink / raw)


I downloaded the CVS version twice today (just to make sure) from 
Savannah, configured (./configure --enable-carbon-app --without-x) and 
did a "make bootstrap" which invariably results in the following:

[...]
Compiling /Users/ulli/emacs/lisp/progmodes/cc-vars.el
Compiling /Users/ulli/emacs/lisp/subr.el
(cd src; make  mostlyclean)
rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a
rm -f ../etc/DOC
rm -f bootstrap-emacs
rm -f buildobj.lst
make  all
Your tree does not include the compiled Lisp files.
You need to do `make bootstrap' to build Emacs.
Emacs now requires Texinfo version 4.2.
make[1]: *** [maybe_bootstrap] Error 1
make: *** [bootstrap-build] Error 2

It looks like the make bootstrap doesn't really install the compiled 
elisp files where it should and gives me that ironic "please run make 
bootstrap" message.

My texinfo (makeinfo --version) is 4.6, so it should work.

Regards, Ulrich

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

* CVS emacs on Mac OS X doesn't compile
@ 2005-03-07  0:28 Ulrich Hobelmann
  2005-03-07  3:44 ` Tim McNamara
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ulrich Hobelmann @ 2005-03-07  0:28 UTC (permalink / raw)


I downloaded the CVS version twice today (just to make sure) from 
Savannah, configured (./configure --enable-carbon-app --without-x) and 
did a "make bootstrap" which invariably results in the following:

[...]
Compiling /Users/ulli/emacs/lisp/progmodes/cc-vars.el
Compiling /Users/ulli/emacs/lisp/subr.el
(cd src; make  mostlyclean)
rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a
rm -f ../etc/DOC
rm -f bootstrap-emacs
rm -f buildobj.lst
make  all
Your tree does not include the compiled Lisp files.
You need to do `make bootstrap' to build Emacs.
Emacs now requires Texinfo version 4.2.
make[1]: *** [maybe_bootstrap] Error 1
make: *** [bootstrap-build] Error 2

It looks like the make bootstrap doesn't really install the compiled 
elisp files where it should and gives me that ironic "please run make 
bootstrap" message.

My texinfo (makeinfo --version) is 4.6, so it should work.

Regards, Ulrich

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

* Re: CVS emacs on Mac OS X doesn't compile
  2005-03-07  0:28 CVS emacs on Mac OS X doesn't compile Ulrich Hobelmann
@ 2005-03-07  1:57 ` Andreas Schwab
       [not found] ` <mailman.2814.1110162000.32256.bug-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Andreas Schwab @ 2005-03-07  1:57 UTC (permalink / raw)
  Cc: gnu-emacs-bug

Ulrich Hobelmann <u.hobelmann@web.de> writes:

> It looks like the make bootstrap doesn't really install the compiled 
> elisp files where it should and gives me that ironic "please run make 
> bootstrap" message.

Please try again after updating from CVS.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: CVS emacs on Mac OS X doesn't compile
  2005-03-07  0:28 Ulrich Hobelmann
@ 2005-03-07  3:44 ` Tim McNamara
  2005-03-07  3:44 ` Tim McNamara
  2005-03-07  9:29 ` Peter Dyballa
  2 siblings, 0 replies; 7+ messages in thread
From: Tim McNamara @ 2005-03-07  3:44 UTC (permalink / raw)


Ulrich Hobelmann <u.hobelmann@web.de> writes:

F> I downloaded the CVS version twice today (just to make sure) from
> Savannah, configured (./configure --enable-carbon-app --without-x)
> and did a "make bootstrap" which invariably results in the
> following:

According to the guy who wrote the patches allowing a Carbon build of
Emacs, the "configure" syntax is:

./configure --with-carbon --without-x

See:

http://members.shaw.ca/akochoi-emacs/stories/obtaining-and-building.html

Hope this helps!

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

* Re: CVS emacs on Mac OS X doesn't compile
  2005-03-07  0:28 Ulrich Hobelmann
  2005-03-07  3:44 ` Tim McNamara
@ 2005-03-07  3:44 ` Tim McNamara
  2005-03-07  9:29 ` Peter Dyballa
  2 siblings, 0 replies; 7+ messages in thread
From: Tim McNamara @ 2005-03-07  3:44 UTC (permalink / raw)


Ulrich Hobelmann <u.hobelmann@web.de> writes:

F> I downloaded the CVS version twice today (just to make sure) from
> Savannah, configured (./configure --enable-carbon-app --without-x)
> and did a "make bootstrap" which invariably results in the
> following:

According to the guy who wrote the patches allowing a Carbon build of
Emacs, the "configure" syntax is:

./configure --with-carbon --without-x

See:

http://members.shaw.ca/akochoi-emacs/stories/obtaining-and-building.html

Hope this helps!

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

* Re: CVS emacs on Mac OS X doesn't compile
       [not found] ` <mailman.2814.1110162000.32256.bug-gnu-emacs@gnu.org>
@ 2005-03-07  5:17   ` Ulrich Hobelmann
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Hobelmann @ 2005-03-07  5:17 UTC (permalink / raw)


Now it works.

Thanks :)

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

* Re: CVS emacs on Mac OS X doesn't compile
  2005-03-07  0:28 Ulrich Hobelmann
  2005-03-07  3:44 ` Tim McNamara
  2005-03-07  3:44 ` Tim McNamara
@ 2005-03-07  9:29 ` Peter Dyballa
  2 siblings, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2005-03-07  9:29 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 07.03.2005 um 01:28 schrieb Ulrich Hobelmann:

> I downloaded the CVS version twice today (just to make sure) from 
> Savannah, configured (./configure --enable-carbon-app --without-x) and 
> did a "make bootstrap"

The CVS version has a directory mac in which a script is located, 
make-package. Last week I could create a disk image (.dmg) with a 
Carbon Emacs as an installer package (.pkg).

--
Mit friedvollen Grüßen

   Pete

The human animal differs from the lesser primates in his passion for 
lists of "Ten Best".
		-- H. Allen Smith

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

end of thread, other threads:[~2005-03-07  9:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-07  0:28 CVS emacs on Mac OS X doesn't compile Ulrich Hobelmann
2005-03-07  1:57 ` Andreas Schwab
     [not found] ` <mailman.2814.1110162000.32256.bug-gnu-emacs@gnu.org>
2005-03-07  5:17   ` Ulrich Hobelmann
  -- strict thread matches above, loose matches on Subject: below --
2005-03-07  0:28 Ulrich Hobelmann
2005-03-07  3:44 ` Tim McNamara
2005-03-07  3:44 ` Tim McNamara
2005-03-07  9:29 ` Peter Dyballa

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.