RE: problem installing emacs lisp library package for JDEE
"Nascif Abousalh-Neto" <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
There is an Emacs package called "blank-mode" which is perfect to debug this kind of problems. ________________________________ From: Suraj Acharya [mailto:[email protected]] Sent: Monday, March 20, 2006 2:56 AM To: George Colpitts Cc: [email protected] Subject: Re: problem installing emacs lisp library package for JDEE It looks like you have an extra space at the end of the location of locallisppath. Try getting rid of the comment and the space before it on that line. Suraj On 3/19/06, George Colpitts <[email protected]> wrote: I'm having a problem installing emacs lisp library package for JDEE. I'm following the instructions on http://jdee.sunsite.dk <http://jdee.sunsite.dk> / I'm having a problem at step 3: Download the Emacs Lisp library package from the JDEE website in in compressed tar <http://jdee.sunsite.dk/elib-1.0.tar.gz> or zip <http://jdee.sunsite.dk/elib-1.0.zip> format. Uncompress and install the package in a convenient location, for example, in your Emacs site directory. I'm on Apple OS 10.4.5 using emacs version 22.0.50.1 (Carbon Emacs package of S. Zenitani). Following the INSTALL instructions of the Emacs Lisp library package I edited the corresponding Makefile as follows: locallisppath = /Applications/Emacs.app/Contents/Resources/site-lisp # $(datadir)/emacs/site-lisp When I run 'make install' I get the following error: Wrote /Applications/Emacs.app/Contents/Resources/site-lisp/elib-1.0/read.elc sed s,ELIB_PATH,\"/Applications/Emacs.app/Contents/Resources/site-lisp /elib\", < startup-template.el > elib-startup.el sed: 1: "s,ELIB_PATH,"/Applicati ...": unterminated substitute in regular expression make: *** [elib-startup.el] Error 1