emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS Emacs 22.0.50 cannot find encoded-kb


From: Peter Dyballa
Subject: CVS Emacs 22.0.50 cannot find encoded-kb
Date: Wed, 23 Feb 2005 15:51:35 +0100

Hello!

I downloaded 'round midnight UTC the source and configured for Mac OS X with GTK+. I added a site-init.el file with some additions to loadpath and settings for Calendar. Gcc does its job fine, but then errors come up (from *compilation* buffer, edited):

line #865ff:
Writing LC_UNIXTHREAD     command
1556 unused bytes follow Mach-O header
73660 pure bytes used
mv -f emacs bootstrap-emacs
(cd lisp; make -k bootstrap EMACS=../src/bootstrap-emacs)
wd=/Users/pete/Quellen/Emacs_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; \
for file in $wins; do \
   /Users/pete/Quellen/Emacs_CVS/emacs/lisp/../update-subdirs $file; \
done;
wd=/Users/pete/Quellen/Emacs_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/bootstrap-emacs -batch --no-site-file --multibyte -l autoload --eval '(setq generated-autoload-file "/Users/pete/Quellen/Emacs_CVS/emacs/lisp/loaddefs.el")' -f batch-update-autoloads $wins Directories: .../lisp/. .../lisp/./calc .../lisp/./calendar .../lisp/./emacs-lisp .../lisp/./emulation .../lisp/./eshell .../lisp/./gnus .../lisp/./international .../lisp/./language .../lisp/./mail .../lisp/./mh-e .../lisp/./net .../lisp/./obsolete .../lisp/./play .../lisp/./progmodes .../lisp/./term .../lisp/./textmodes .../lisp/./toolbar .../lisp/./url
echo Directories: $wins; \
../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload --eval '(setq generated-autoload-file ".../lisp/loaddefs.el")' -f batch-update-autoloads $wins Directories: .../lisp/. .../lisp/./calc .../lisp/./calendar .../lisp/./emacs-lisp .../lisp/./emulation .../lisp/./eshell .../lisp/./gnus .../lisp/./international .../lisp/./language .../lisp/./mail .../lisp/./mh-e .../lisp/./net .../lisp/./obsolete .../lisp/./play .../lisp/./progmodes .../lisp/./term .../lisp/./textmodes .../lisp/./toolbar .../lisp/./url
Cannot open load file: encoded-kb
make[1]: *** [autoloads] Error 255


line# 3675ff:
Compiling .../lisp/./international/encoded-kb.el
Wrote .../lisp/international/encoded-kb.elc


So encoded-kb.el obviously exists!

Why isn't it found? Why is it needed at all? Because I've set LANG and LC_ALL to de_DE.UTF-8?

--
Greetings
                                 <]
   Pete      o        __o         |__    o           recumbo
    ___o    /I       -\<,         |o \  -\),-%       ergo sum!
___/\ /\___./ \___...O/ O____.....`-O-'-()--o_________________





reply via email to

[Prev in Thread] Current Thread [Next in Thread]