Re: [lily4jedit-user] Lilypondtool can't find libguile on Mac OS X
Brought to you by:
fodber
From: Bertalan F. <lil...@or...> - 2008-07-02 06:34:54
|
As I don't have access to any Macs I'm just guessing. LilyPondTool runs the set binary as it is. Perhaps from the terminal some settings are not the same because of some terminal runtime scripts. If that's the case a script should be created and used as lilypond binary. > ------- Original Message ------- > From: Carl Sorensen <c_s...@by...> > To: lil...@li... > Sent: 08/07/01/, 21:50:42 > Subject: [lily4jedit-user] Lilypondtool can't find libguile on Mac OS X > > Hi, > > I've installed lilypond for Mac OSX 10.5 by following Nicolas Sceaux' > excellent instructions. > > This involved building lilypond and all its dependencies using > DarwinPorts. > > LilyPond works well from the terminal. > > I've installed LilypondTool for JEdit, and the installation went just > fine. > > I have used the LilypondTool general options to set the binary path. > > When I open a .ly file, I get set to lilypond mode, so everything > seems fine so far. > > When I try to run lilypond, I get a problem: > > /opt/local/share/guile/1.8/srfi/srfi-1.scm:223:1: In procedure dynamic- > link in expression (load-extension "libguile-srfi-srfi-1-v-3" > "scm_init_srfi_1"): > /opt/local/share/guile/1.8/srfi/srfi-1.scm:223:1: file: "libguile-srfi- > srfi-1-v-3", message: "dlopen(libguile-srfi-srfi-1-v-3.so, 9): image > not found" > > The srfi*.scm files are found at /opt/local/share/guile/1.8/srfi/ > > The dynamic link libraries are found at /opt/local/lib/ > > I have exported the variable DYLD_LIBRARY_PATH in my .bash_profile > > I think the problem is that the libraries on the mac are *.dylib, but > the message is looking to open *.so. > > sorensen2:~ Carl$ ls /opt/local/lib/libguile* > /opt/local/lib/libguile-srfi-srfi-1-v-3.3.0.1.dylib > /opt/local/lib/libguile-srfi-srfi-1-v-3.3.dylib > /opt/local/lib/libguile-srfi-srfi-1-v-3.a > /opt/local/lib/libguile-srfi-srfi-1-v-3.dylib > /opt/local/lib/libguile-srfi-srfi-1-v-3.la > /opt/local/lib/libguile-srfi-srfi-13-14-v-3.3.0.1.dylib > /opt/local/lib/libguile-srfi-srfi-13-14-v-3.3.dylib > /opt/local/lib/libguile-srfi-srfi-13-14-v-3.a > /opt/local/lib/libguile-srfi-srfi-13-14-v-3.dylib > /opt/local/lib/libguile-srfi-srfi-13-14-v-3.la > /opt/local/lib/libguile-srfi-srfi-4-v-3.3.0.1.dylib > /opt/local/lib/libguile-srfi-srfi-4-v-3.3.dylib > /opt/local/lib/libguile-srfi-srfi-4-v-3.a > /opt/local/lib/libguile-srfi-srfi-4-v-3.dylib > /opt/local/lib/libguile-srfi-srfi-4-v-3.la > /opt/local/lib/libguile-srfi-srfi-60-v-2.2.0.2.dylib > /opt/local/lib/libguile-srfi-srfi-60-v-2.2.dylib > /opt/local/lib/libguile-srfi-srfi-60-v-2.a > /opt/local/lib/libguile-srfi-srfi-60-v-2.dylib > /opt/local/lib/libguile-srfi-srfi-60-v-2.la > /opt/local/lib/libguile.17.1.2.dylib > /opt/local/lib/libguile.17.dylib > /opt/local/lib/libguile.a > /opt/local/lib/libguile.dylib > /opt/local/lib/libguile.la > /opt/local/lib/libguilereadline-v-17.17.0.3.dylib > /opt/local/lib/libguilereadline-v-17.17.dylib > /opt/local/lib/libguilereadline-v-17.a > /opt/local/lib/libguilereadline-v-17.dylib > /opt/local/lib/libguilereadline-v-17.la > > > I thought that maybe the problem was the files were named *.dylib > instead of *.so, so I created symlinks to the files named *.so. > > sorensen2:lib Carl$ ls -al *.so > lrwxr-xr-x 1 root admin 36 Jul 1 13:42 libguile-srfi-srfi-1- > v-3.3.0.1.so -> libguile-srfi-srfi-1-v-3.3.0.1.dylib > lrwxr-xr-x 1 root admin 32 Jul 1 13:42 libguile-srfi-srfi-1- > v-3.3.so -> libguile-srfi-srfi-1-v-3.3.dylib > lrwxr-xr-x 1 root admin 30 Jul 1 13:42 libguile-srfi-srfi-1-v-3.so > -> libguile-srfi-srfi-1-v-3.dylib > lrwxr-xr-x 1 root admin 40 Jul 1 13:42 libguile-srfi-srfi-13-14- > v-3.3.0.1.so -> libguile-srfi-srfi-13-14-v-3.3.0.1.dylib > lrwxr-xr-x 1 root admin 36 Jul 1 13:42 libguile-srfi-srfi-13-14- > v-3.3.so -> libguile-srfi-srfi-13-14-v-3.3.dylib > lrwxr-xr-x 1 root admin 34 Jul 1 13:42 libguile-srfi-srfi-13-14- > v-3.so -> libguile-srfi-srfi-13-14-v-3.dylib > lrwxr-xr-x 1 root admin 36 Jul 1 13:42 libguile-srfi-srfi-4- > v-3.3.0.1.so -> libguile-srfi-srfi-4-v-3.3.0.1.dylib > lrwxr-xr-x 1 root admin 32 Jul 1 13:42 libguile-srfi-srfi-4- > v-3.3.so -> libguile-srfi-srfi-4-v-3.3.dylib > lrwxr-xr-x 1 root admin 30 Jul 1 13:42 libguile-srfi-srfi-4-v-3.so > -> libguile-srfi-srfi-4-v-3.dylib > lrwxr-xr-x 1 root admin 37 Jul 1 13:42 libguile-srfi-srfi-60- > v-2.2.0.2.so -> libguile-srfi-srfi-60-v-2.2.0.2.dylib > lrwxr-xr-x 1 root admin 33 Jul 1 13:42 libguile-srfi-srfi-60- > v-2.2.so -> libguile-srfi-srfi-60-v-2.2.dylib > lrwxr-xr-x 1 root admin 31 Jul 1 13:42 libguile-srfi-srfi-60- > v-2.so -> libguile-srfi-srfi-60-v-2.dylib > lrwxr-xr-x 1 root admin 21 Jul 1 13:42 libguile.17.1.2.so -> > libguile.17.1.2.dylib > lrwxr-xr-x 1 root admin 17 Jul 1 13:42 libguile.17.so -> libguile. > 17.dylib > lrwxr-xr-x 1 root admin 14 Jul 1 13:42 libguile.so -> libguile.dylib > lrwxr-xr-x 1 root admin 34 Jul 1 13:42 libguilereadline- > v-17.17.0.3.so -> libguilereadline-v-17.17.0.3.dylib > lrwxr-xr-x 1 root admin 30 Jul 1 13:42 libguilereadline-v-17.17.so > -> libguilereadline-v-17.17.dylib > lrwxr-xr-x 1 root admin 27 Jul 1 13:42 libguilereadline-v-17.so -> > libguilereadline-v-17.dylib > > > However, I still get the same error message. > > Any ideas about how to get LilyPondTool running? > > Carl Sorensen > > > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Lily4jedit-user mailing list > Lil...@li... > https://lists.sourceforge.net/lists/listinfo/lily4jedit-user > > |