On 20 Dec 2011, at 23:29, Alberto Simões wrote: >>>> It works in the OS X 10.7.2 default environment. (And I have not set the >>>> DYLD environmental variable.) >>>> >>>> So check >>>> $ ls -l /usr/lib/libstdc++*.dylib >>>> -rwxr-xr-x 1 root wheel 1595728 Nov 2 21:20 >>>> /usr/lib/libstdc++.6.0.9.dylib >>>> lrwxr-xr-x 1 root wheel 21 Nov 2 21:22 /usr/lib/libstdc++.6.dylib >>>> -> libstdc++.6.0.9.dylib >>>> lrwxr-xr-x 1 root wheel 17 Nov 2 21:22 /usr/lib/libstdc++.dylib >>>> -> libstdc++.6.dylib >>> >>> I have them, but the error above specifies a specific path, where libstdc++ >>> is not (that the reason I've set DYLD_FAILBACK_LIBRARY_PATH (and it works). >> >> I have not set any DYLD-environment variable. >> >> Try >> $ mv ~/.profile ~/.profile.bkp >> Open new Terminal tab or window >> $ /Applications/LilyPond.app/Contents/Resources/bin/lilypond<file> >> where<file> is a LilyPond .ly file. >> >> Don't forget >> $ mv ~/.profile.bkp ~/.profile >> > > Hmmms, good point. This means that even 2.14 works on Lion if you use command > line. Probably that should be updated in the webpage, instead of just pushing > users around.
I have just used LilyPond from Terminal, and an editor, Xcode, though there are more LilyPond aware alternatives. The script I use (as mentioned before) is exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "$@" On OS X 10.7, one can put it in /usr/local/bin/, as it is in the default PATH, though I have mine in ~/bin/. > Now will try to figure out what are the variables I have that are making this > not to work :) > > Thanks, Hans! You are welcome. Hans _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user