GNU bug report logs -
#7293
Compilation Error
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 27 Oct 2010 22:59:30 -0400
with message-id <6mvd4nuinh.fsf <at> fencepost.gnu.org>
and subject line Re: bug#7293: Compilation Error
has caused the GNU bug report #7293,
regarding Compilation Error
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
7293: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7293
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
After running
make distclean
./configure --with-ns (on Mac OS X),
make
I get
.... (lots of output that seems irrelevant) ....
cd lisp; make all \
CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \
LDFLAGS='' MAKE='make'
Compiling eshell/esh-util.el
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/ange-ftp.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp.el'
newer than byte-compiled file
Loading tramp...
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/trampver.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp-compat.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/gnus/auth-source.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/gnus/gnus-util.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp-cmds.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp-ftp.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp-smb.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp-cache.el'
newer than byte-compiled file
In toplevel form:
eshell/esh-util.el:642:13:Error: Cannot open load file: tramp-fish
make[2]: *** [eshell/esh-util.elc] Error 1
make[1]: *** [compile-main] Error 2
make: *** [lisp] Error 2
Thanks for any help,
Noah Lavine
[Message part 3 (message/rfc822, inline)]
Noah Lavine wrote:
> That fixes things. I'm sorry - I had assumed make distclean would
> remove all of the .elc files, but clearly it didn't.
.elc files are supplied precompiled in the distribution tarfiles, and
so are not removed by distclean.
This bug report was last modified 14 years and 264 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.