On Wed, 2017-05-17 at 09:49 -0500, Jeremiah Benham wrote:
> This is what I have in the denemo.sh setting library and path:
>
> export PATH=$PREFIX/bin:$PREFIX/libexec$PATH
I think there's a colon missing here???
should it be
export PATH=$PREFIX/bin:$PREFIX/libexec:$PATH
> export LD_LIBRARY_PATH=$PREFIX/lib:$PREFIX/lib/guile18:
I guess the trailing colon is ok here?
Tony - can you give the output you get from this command in a terminal
ls -l /Applications/LilyPond.app/Contents/Resources/lib//libstdc*
It should list the library that it claims is missing.
Richard