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

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

bug#7293: Compilation Error


From: Stefan Monnier
Subject: bug#7293: Compilation Error
Date: Thu, 28 Oct 2010 10:11:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> After running
> make distclean
> ./configure --with-ns       (on Mac OS X),
> make
[...]
> 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

BTW, if you want to avoid bootstrapping, errors like the above can
often/sometimes be solved by "trying harder".  I.e.

   make -k
   make
   
where the "-k" forces "make" to keep compiling subsequent files,
which will often result in eliminating the source of the problem, so the
subsequent "make" then can finish successfully.


        Stefan





reply via email to

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