emacs-devel
[Top][All Lists]
Advanced

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

Re: Error compiling mh stuff


From: Dan Nicolaescu
Subject: Re: Error compiling mh stuff
Date: Wed, 18 Jul 2007 09:07:10 -0700

"Juanma Barranquero" <address@hidden> writes:

  > On 7/18/07, Bill Wohler <address@hidden> wrote:
  > 
  > > so I suspect that you
  > > have a .elc mismatch. Try to remove lisp/mh-e/*.elc and make
  > > recompile. Failing that, try make bootstrap.
  > 
  > I found this problem while bootstrapping :)

I got the same problem a couple of times on a Fedora machine when
using make -j2. In a different thread Andreas posted this patch:


--- Makefile.in 24 Apr 2007 10:31:30 +0200      1.85
+++ Makefile.in 27 Jun 2007 19:01:20 +0200      
@@ -239,7 +239,7 @@ MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(li
        $(lisp)/mh-e/mh-xface.el
 
 mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
-$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
+$(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC)
        echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@
        echo "" >> $@
        echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software 
Foundation, Inc." >> $@

that seemed to help. Does it fix your issue too? 




reply via email to

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