From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Error message while compiling - sha1 Date: Fri, 15 Apr 2011 18:54:59 -0400 Message-ID: <20488.1302908099@alphaville.americas.hpqcorp.net> References: Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAruo-0008Al-Mz for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 18:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QArun-00063s-Nz for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 18:55:02 -0400 Received: from g6t0184.atlanta.hp.com ([15.193.32.61]:30066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QArun-00063S-Dg for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 18:55:01 -0400 In-Reply-To: Message from Asuptyam Bryuluanemon of "Thu\, 14 Apr 2011 19\:49\:51 +0400." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Asuptyam Bryuluanemon Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Asuptyam Bryuluanemon wrote: > While following the installation instructions on http://orgmode.org/guide= /Installation.html#Installation >=20 > I get an error message after issuing the make command >=20 > While compiling toplevel forms in file ~/src/org-7.5/lisp/org-feed.el: > =C2=A0 !! File error (("Cannot open load file" "sha1")) > Done > make: *** [lisp/org-feed.elc] Error 1 >=20 > Does anyone have any suggestions? >=20 Well, either your load-path is not set correctly or you are missing the fil= e. sha1.el is a file that is distributed with emacs. In my case, it is in /usr/local/share/emacs/24.0.50/lisp/sha1.elc but depending on which version of emacs you have and how you installed it, it may be in a different directory.=20 Try locating it with M-x locate-library sha1 If not found, try to find where standard elisp files are located in your setup and see if sha1.el or sha1.elc is in there as well (e.g. try M-x locate-library files That should certainly be found: check the directory and see if sha1.el and/or sha1.elc is in that directory. If not, your installation is probably incomplete. If it is there, try loading it with M-x load-library sha1 If all of that works, the compilation of org-feed.el should work as well. If not, send another note and include the output of all the commands above as well as the version of emacs you are running: M-x emacs-version Nick