Re: [lkb] LKB under Ubuntu on Mac
"Emily M. Bender" <[email protected]> Thu, 20 Jul 2006 17:56:57 -0700
| Newsgroups | gmane.comp.ai.lkb |
|---|---|
| Message-ID | <[email protected]> |
Hi Stephan, I was indeed including the dot.emacs file (as specified), but didn't get the desired behavior until I followed Francis's tip and also included the dot.bashrc that's provided. Both the LKB and the fine system work now :-) Emily On Fri, Jul 21, 2006 at 02:49:09AM +0200, Stephan Oepen wrote: > hi emily, > > > I've done the automated install, and added the requisite lines > > to my .emacs. > > [...] > > > Does anyone have any ideas about why this file isn't being found? > > [...] > > > Warning: Loading sys:climxm.so failed with error: > > libXm.so.3: cannot open shared object file: No such file or directory. > > i suspect you are not using the `dot.emacs' file installed as part of > the DELPH-IN tree? i recommend you actually include that file in your > personal `.emacs', e.g. > > (let ((root (or (getenv "DELPHINHOME") "/home/ebender/delphin"))) > (if (file-exists-p (format "%s/lkb/etc/dot.emacs" root)) > (load (format "%s/lkb/etc/dot.emacs" root) nil t t))) > > the DELPH-IN `dot.emacs' actually adjusts LD_LIBRARY_PATH, such as to > include the DELPH-IN library directory, i.e. enabling the LKB to see > the correct Motif library. likewise, [incr tsdb()], as of late, will > look for an external library, which again depends on LD_LIBRARY_PATH > including the appropriate, platform-specific DELPH-IN directory. > > in case you were actually including the DELPH-IN `dot.emacs' already, > please let me know. we are keen to make the automated installer work > well across the various platforms! > > all best - oe > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > +++ Universitetet i Oslo (IFI); Boks 1080 Blindern; 0316 Oslo; (+47) 2285 7989 > +++ CSLI Stanford; Ventura Hall; Stanford, CA 94305; (+1 650) 723 0515 > +++ --- [email protected]; [email protected]; [email protected] --- > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++