unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Symbol's function definition is void: get-load-suffixes
Date: Mon, 3 Apr 2006 17:19:54 -0500 (CDT)	[thread overview]
Message-ID: <200604032219.k33MJs4E007558@jane.dms.auburn.edu> (raw)
In-Reply-To: <7dbe73ed0604031438r12ed2ef0u286603e850c1f0cb@mail.gmail.com> (mathias.dahl@gmail.com)

Mathias Dahl wrote:

   It was some weeks since I last updated my CVS Emacs.

You mean before February 6?

   /home/mathias/prj/emacs/lisp/./textmodes /home/mathias/prj/emac
   s/lisp/./toolbar /home/mathias/prj/emacs/lisp/./url
   Symbol's function definition is void: get-load-suffixes
   make[3]: *** [autoloads] Error 255
   make[3]: Leaving directory `/home/mathias/prj/emacs/lisp'
   make[2]: *** [bootstrap-prepare] Error 2
   make[2]: Leaving directory `/home/mathias/prj/emacs/lisp'
   make[1]: *** [bootstrap-build] Error 2
   make[1]: Leaving directory `/home/mathias/prj/emacs'
   make: *** [bootstrap] Error 2

   Here is the script I use when building:

   #!/bin/bash

   cd ~/prj/emacs
   cvs update
   ./configure
   make bootstrap

   It used to work fine so I would think that the commands are okay.

   Any idea what I have done wrong?

Somehow lread.c does not seem to have been properly recompiled.
Strange, I thought that `make bootstrap' automatically recompiled all C
files.  Anyway:

make maintainer-clean
./configure
make bootstrap

should solve the problem (even though maybe `make maintainer-clean' is
overkill).  Or else you could have a sticky tag on lread.c.

Sincerely,

Luc.

  reply	other threads:[~2006-04-03 22:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-03 21:38 Symbol's function definition is void: get-load-suffixes Mathias Dahl
2006-04-03 22:19 ` Luc Teirlinck [this message]
2006-04-03 22:43   ` Mathias Dahl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200604032219.k33MJs4E007558@jane.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).