From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sivaram Neelakantan Subject: Re: make error after latest pull Date: Mon, 21 Sep 2009 23:38:37 +0530 Message-ID: <82zl8odvbu.fsf@gmail.com> References: <824oqwfrpl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MpnJy-0003pK-Bd for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 14:09:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MpnJt-0003nf-Hq for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 14:09:05 -0400 Received: from [199.232.76.173] (port=37932 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpnJs-0003na-Td for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 14:09:00 -0400 Received: from lo.gmane.org ([80.91.229.12]:39834) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MpnJs-00066d-AU for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 14:09:00 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MpnJq-0005pp-Jd for emacs-orgmode@gnu.org; Mon, 21 Sep 2009 20:08:58 +0200 Received: from 122.167.118.131 ([122.167.118.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Sep 2009 20:08:58 +0200 Received: from nsivaram.net by 122.167.118.131 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Sep 2009 20:08:58 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik writes: > On Sep 21, 2009, at 12:43 PM, Sivaram Neelakantan wrote: > [snipped 13 lines] > This has come up before, you need to > > make clean > > first. > > - Carsten Well, that fixed that,thanks. But now it seems to wait interminably at this compile step c:/gnu/emacs-23.1/bin/emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load-path) \"c:/gnu/share/emacs/site-lisp\") (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/org-attach.el and no progress. I can't see any disk activity either. sivaram --