unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Compile error (multi-tty branch)
@ 2007-08-21 16:54 greg
  2007-08-21 19:19 ` Juri Linkov
  0 siblings, 1 reply; 3+ messages in thread
From: greg @ 2007-08-21 16:54 UTC (permalink / raw)
  To: emacs-devel

Hello,

I'm getting the following compile error (during "make bootstrap") from
the multi-tty branch head:

Loading /home/greg/src/emacs/lisp/startup.el (source)...
Symbol's value as variable is void: button-buffer-map
make[2]: *** [bootstrap-emacs] Error 255
make[2]: Leaving directory `/home/greg/src/emacs/src'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/greg/src/emacs'
make: *** [bootstrap] Error 2

--
Gregory Collins <greg@maptuit.com>

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

* Re: Compile error (multi-tty branch)
  2007-08-21 16:54 Compile error (multi-tty branch) greg
@ 2007-08-21 19:19 ` Juri Linkov
  2007-08-23  0:04   ` Juri Linkov
  0 siblings, 1 reply; 3+ messages in thread
From: Juri Linkov @ 2007-08-21 19:19 UTC (permalink / raw)
  To: greg; +Cc: emacs-devel

> I'm getting the following compile error (during "make bootstrap") from
> the multi-tty branch head:
>
> Loading /home/greg/src/emacs/lisp/startup.el (source)...
> Symbol's value as variable is void: button-buffer-map
> make[2]: *** [bootstrap-emacs] Error 255
> make[2]: Leaving directory `/home/greg/src/emacs/src'
> make[1]: *** [bootstrap-build] Error 2
> make[1]: Leaving directory `/home/greg/src/emacs'
> make: *** [bootstrap] Error 2

I added "button" loading to loadup.el.  Please wait until this change
gets synced to the multi-tty branch, or the multi-tty branch gets merged
to the trunk (I don't know what happens sooner), and then make bootstrap
again.

-- 
Juri Linkov
http://www.jurta.org/emacs/

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

* Re: Compile error (multi-tty branch)
  2007-08-21 19:19 ` Juri Linkov
@ 2007-08-23  0:04   ` Juri Linkov
  0 siblings, 0 replies; 3+ messages in thread
From: Juri Linkov @ 2007-08-23  0:04 UTC (permalink / raw)
  To: greg; +Cc: dann, miles, karoly, emacs-devel

>> I'm getting the following compile error (during "make bootstrap") from
>> the multi-tty branch head:
>>
>> Loading /home/greg/src/emacs/lisp/startup.el (source)...
>> Symbol's value as variable is void: button-buffer-map
>> make[2]: *** [bootstrap-emacs] Error 255
>> make[2]: Leaving directory `/home/greg/src/emacs/src'
>> make[1]: *** [bootstrap-build] Error 2
>> make[1]: Leaving directory `/home/greg/src/emacs'
>> make: *** [bootstrap] Error 2
>
> I added "button" loading to loadup.el.  Please wait until this change
> gets synced to the multi-tty branch, or the multi-tty branch gets merged
> to the trunk (I don't know what happens sooner), and then make bootstrap
> again.

Actually sync won't help.  On the multy-tty branch "startup" loading is
placed almost at the top of loadup.el, and after syncing from the trunk
compilation will fail because on the trunk "button" loading is too late.
So I manually changed loadup.el on the multy-tty branch: added "button" to
load after "faces" and moved "startup" to load after "button".  It seems
moving "startup" a little below doesn't have a negative consequence.

-- 
Juri Linkov
http://www.jurta.org/emacs/

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

end of thread, other threads:[~2007-08-23  0:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-21 16:54 Compile error (multi-tty branch) greg
2007-08-21 19:19 ` Juri Linkov
2007-08-23  0:04   ` Juri Linkov

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