all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* compilation error emacs cvs tree
@ 2004-11-29 19:10 Karol Szkudlarek
  2004-11-29 19:21 ` Luc Teirlinck
  0 siblings, 1 reply; 3+ messages in thread
From: Karol Szkudlarek @ 2004-11-29 19:10 UTC (permalink / raw)


Hello!

I want to build emacs from the latest cvs. And after:

cvs up
and ./configure
and make bootstrap
I got the following error:

makeinfo -I. -I/home/karol/var/cvs/emacs/emacs/lispref 
/home/karol/var/cvs/emacs/emacs/lispref/elisp.texi -o 
/home/karol/var/cvs/emacs/emacs/lispref/../info/elisp
/home/karol/var/cvs/emacs/emacs/lispref//locals.texi:202: Cross 
reference to nonexistent node `Yet to be written' (perhaps incorrect 
sectioning?).
/home/karol/var/cvs/emacs/emacs/lispref//locals.texi:136: Cross 
reference to nonexistent node `Yet to be written' (perhaps incorrect 
sectioning?).
makeinfo: Removing output file 
`/home/karol/var/cvs/emacs/emacs/lispref/../info/elisp' due to errors; 
use --force to preserve.
make[1]: *** [/home/karol/var/cvs/emacs/emacs/lispref/../info/elisp] Error 1
make[1]: Leaving directory `/home/karol/var/cvs/emacs/emacs/lispref'
make: *** [info] Error 2


Any help appreciated,
Karol

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

* Re: compilation error emacs cvs tree
  2004-11-29 19:10 compilation error emacs cvs tree Karol Szkudlarek
@ 2004-11-29 19:21 ` Luc Teirlinck
  2004-11-29 22:15   ` Karol Szkudlarek
  0 siblings, 1 reply; 3+ messages in thread
From: Luc Teirlinck @ 2004-11-29 19:21 UTC (permalink / raw)
  Cc: emacs-devel

This is a known problem.  Richard reversed the fix I applied several
days ago to CVS, but you can apply my fix to your own copy of locals.texi:

locals.texi contains:

@item line-spacing
@c Cause an error so we will fix this.
@xref{Yet to be written}.

and:

@item vertical-scroll-bar
@xref{Yet to be written}.
@end table

Replace these two by:

@item line-spacing
@c Cause an error so we will fix this.
@c @xref{Yet to be written}.

and:

@item vertical-scroll-bar
@c @xref{Yet to be written}.
@end table

and bootstrapping will work fine.

Sincerely,

Luc.

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

* Re: compilation error emacs cvs tree
  2004-11-29 19:21 ` Luc Teirlinck
@ 2004-11-29 22:15   ` Karol Szkudlarek
  0 siblings, 0 replies; 3+ messages in thread
From: Karol Szkudlarek @ 2004-11-29 22:15 UTC (permalink / raw)


Luc Teirlinck wrote:
> This is a known problem.  Richard reversed the fix I applied several
> days ago to CVS, but you can apply my fix to your own copy of locals.texi:
> 
> locals.texi contains:
> 
> @item line-spacing
> @c Cause an error so we will fix this.
> @xref{Yet to be written}.
> 
> and:
> 
> @item vertical-scroll-bar
> @xref{Yet to be written}.
> @end table
> 
> Replace these two by:
> 
> @item line-spacing
> @c Cause an error so we will fix this.
> @c @xref{Yet to be written}.
> 
> and:
> 
> @item vertical-scroll-bar
> @c @xref{Yet to be written}.
> @end table
> 
> and bootstrapping will work fine.
> 
> Sincerely,
> 
> Luc.
> 
> 
> _______________________________________________
> Emacs-devel mailing list
> Emacs-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-devel


Hi!

Now compiles fine. Thank you. :-)

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

end of thread, other threads:[~2004-11-29 22:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-29 19:10 compilation error emacs cvs tree Karol Szkudlarek
2004-11-29 19:21 ` Luc Teirlinck
2004-11-29 22:15   ` Karol Szkudlarek

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.