unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Karol Szkudlarek <karol@mikronika.com.pl>
Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org
Subject: Re: compiling cvs emacs
Date: Mon, 03 Jan 2005 22:34:22 +0100	[thread overview]
Message-ID: <41D9BA5E.6070300@mikronika.com.pl> (raw)
In-Reply-To: <200501031842.j03IgOE11400@raven.dms.auburn.edu>

Luc Teirlinck wrote:
> Lennart Borgman wrote:
> 
>    > what the problem is then.  I guess that bootstrapping updates
>    > loaddefs.el automatically or not?  At least that would appear from the
>    > messages that flash by.
> 
>    I never got time to learn this, but was there not some problems with the
>    error messages just "flashing by"? And maybe it was those expressions in
>    Makefile that updates loaddefs.el that was a problem on windows? (What OS
>    was the OP using?)
> 
> I am not an expert on the Make files.  It might be that without some prior
> form of `*clean' (I use make maintainer-clean) loaddefs actually does
> not get updated.
> 
> What is definitely true is that the OP's loaddefs.el is out of date.
> 
> `coding-system-equal' no longer gets autoloaded.  The autoload cookie
> got (deliberately or accidentally) removed when `coding-system-equal'
> got moved from mule-util to mule on October 12, 2004.
> 
> Sincerely,
> 
> Luc.
> 
> 
> _______________________________________________
> Emacs-devel mailing list
> Emacs-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-devel

Hi!

Of course I read INSTALL.CVS. :-)

I tried both:

1) $ make bootrstrap
2) $ cd lisp
    $ make autoloads EMACS=../src/emacs

and nothing helps. Besides I would like to say what I observed
(maybe it helps):


*) if I have LC_ALL=pl_PL
then I got the following error (after calling 2):

wd=/home/karol/var/cvs/emacs/lisp; subdirs=`(cd $wd; find . -type d 
-print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | 
*/CVS/* | */.* | */.*/* | */=* ) ;; *) wins="$wins $wd/$file" ;; esac; 
done; \
echo Directories: $wins; \
../src/emacs -batch --no-site-file --multibyte -l autoload --eval '(setq 
generated-autoload-file "/home/karol/var/cvs/emacs/lisp/loaddefs.el")' 
-f batch-update-autoloads $wins
Directories: /home/karol/var/cvs/emacs/lisp/. 
/home/karol/var/cvs/emacs/lisp/./net 
/home/karol/var/cvs/emacs/lisp/./url 
/home/karol/var/cvs/emacs/lisp/./calc 
/home/karol/var/cvs/emacs/lisp/./gnus 
/home/karol/var/cvs/emacs/lisp/./mail 
/home/karol/var/cvs/emacs/lisp/./mh-e 
/home/karol/var/cvs/emacs/lisp/./play 
/home/karol/var/cvs/emacs/lisp/./term 
/home/karol/var/cvs/emacs/lisp/./emulation 
/home/karol/var/cvs/emacs/lisp/./international 
/home/karol/var/cvs/emacs/lisp/./calendar 
/home/karol/var/cvs/emacs/lisp/./eshell 
/home/karol/var/cvs/emacs/lisp/./toolbar 
/home/karol/var/cvs/emacs/lisp/./emacs-lisp 
/home/karol/var/cvs/emacs/lisp/./textmodes 
/home/karol/var/cvs/emacs/lisp/./progmodes 
/home/karol/var/cvs/emacs/lisp/./language 
/home/karol/var/cvs/emacs/lisp/./obsolete
Symbol's function definition is void: called-interactively-p
make: *** [autoloads] Błąd 255

*) if I changed LC_ALL to: LC_ALL=C I got:

Generating autoloads for textmodes/org.el...done
Saving file /home/karol/var/cvs/emacs/lisp/loaddefs.el...
Autoloading failed to define function coding-system-equal
make: *** [autoloads] Error 255


As I say in my first e-mail my OS is:

Linux karol 2.6.5-7.108-default x86_64 GNU/Linux

Greets,
Karol

  reply	other threads:[~2005-01-03 21:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-03 12:18 compiling cvs emacs Karol Szkudlarek
2005-01-03 14:23 ` Luc Teirlinck
2005-01-03 17:58 ` Stefan Monnier
2005-01-03 18:14   ` Luc Teirlinck
2005-01-03 18:30     ` Lennart Borgman
2005-01-03 18:42       ` Luc Teirlinck
2005-01-03 21:34         ` Karol Szkudlarek [this message]
2005-01-05  9:23   ` Karol Szkudlarek
2005-01-05 14:47     ` Luc Teirlinck
2005-01-05 15:05       ` Karol Szkudlarek

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=41D9BA5E.6070300@mikronika.com.pl \
    --to=karol@mikronika.com.pl \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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).