From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: marcel-sl@gmx.de (Marcel Schmittfull) Newsgroups: gmane.emacs.help Subject: JDEE on SuSE Linux 8.0 Date: Sat, 30 Nov 2002 13:43:16 GMT Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3de8c04f.7748324@news.cis.dfn.de> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1038664239 26181 80.91.224.249 (30 Nov 2002 13:50:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 30 Nov 2002 13:50:39 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18I80u-0006nx-00 for ; Sat, 30 Nov 2002 14:50:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18I7xF-0007HB-00; Sat, 30 Nov 2002 08:46:45 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-han1.dfn.de!news-ber1.dfn.de!fu-berlin.de!uni-berlin.de!acb2f0c0.ipt.aol.COM!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 78 Original-NNTP-Posting-Host: acb2f0c0.ipt.aol.com (172.178.240.192) Original-X-Trace: fu-berlin.de 1038663683 26134860 172.178.240.192 (16 [139742]) X-Newsreader: Forte Free Agent 1.21/32.243 Original-Xref: shelby.stanford.edu gnu.emacs.help:107609 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4160 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4160 Hi I'm quite new to Emacs and I'd like to install the package JDEE. In order to so I've to install elib (I downloaded it from http://jdee.sunsite.dk/elib-1.0.tar.gz). Now I encounter when installing elib on Linux SuSE Personal 8.0. Has anyone of you had the same problems ? I changed the Makefile as follows: Makefile: # ================================================================ # Change the following to reflect the situation at your site: prefix = /usr ## was before: prefix = /usr/local datadir = $(prefix)/share locallisppath = $(datadir)/emacs/21.1/lisp # This will fail if locallisppath is anything but a single directory. # That is all right, since that is the default behaviour of Emacs; those # that know how to change it, should know how to change this file. And # if this is accepted into GNU Emacs, the files should end up inside # the normal lisp directory. ELIBDIR = $(locallisppath)/elib infodir = $(prefix)/share/info EMACS = emacs MAKEINFO = makeinfo TEXI2DVI = texi2dvi SHELL = /bin/sh INSTALL_DATA = cp # ================================================================ # You shouldn't change anything below this line. # After `make install' (typed in as root) these errors occur: emacs -batch -l elib-compile-all.el -f compile-elib mkdir /usr/share/emacs/21.1/lisp/elib cp elib.info* /usr/share/info if /bin/sh -c 'install-info --version' \ >/dev/null 2>&1; then \ install-info --infodir=/usr/share/info elib.info; \ else true; fi install-info: Unbekannte Option »--infodir=/usr/share/info« »install-info --help« gibt weitere Informationen. make: *** [install-info] Fehler 1 I don't understand anything of this error. What does it mean ? Maybe there's a mistake in my Makefile; what locallisppath do I have to choose ? On my system emacs is installed as follows: /usr/share/emacs | | site-lisp 21.1 | | | | etc leim lisp site-lisp (etc, leim, lisp and site-lisp are in the directory 21.1) where /usr/share/emacs/site-lisp contains about 20 el and elc files /usr/share/emacs/21.1/lisp contains lots of el and elc files and several directories (f.e. calendar, gnus) /usr/share/emacs/21.1/site-lisp contains the file subdirs.el and the directory term I chose /usr/share/emacs/21.1/lisp as the locallisppath. Is this correct ? Or have I done any other mistakes ? Thanks in advance ! Marcel