denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] First Time Denemo [Mac] User - "LilyPond count not ty


From: Jeremiah Benham
Subject: Re: [Denemo-devel] First Time Denemo [Mac] User - "LilyPond count not typeset this score"
Date: Wed, 17 May 2017 09:49:20 -0500

This is what I have in the denemo.sh setting library and path:

export PATH=$PREFIX/bin:$PREFIX/libexec$PATH
export LD_LIBRARY_PATH=$PREFIX/lib:$PREFIX/lib/guile18:$PREFIX/lib/db60/:$PREFIX/lib/db48/:$LD_LIBRARY_PATH
export DYLD_FALLBACK_LIBRARY_PATH=$PREFIX/lib:$PREFIX/lib/guile18:$PREFIX/lib/db60/:$PREFIX/lib/db48/
export LTDL_LIBRARY_PATH="$PREFIX/lib:${LTDL_LIBRARY_PATH}"

I don't know if all of that is even necessary.

Jeremiah



On Wed, May 17, 2017 at 8:49 AM, Tony Ventura <address@hidden> wrote:
Here you go, Richard. Please find attached.
 
Kind regards,
Tony Ventura



On Wednesday, May 17, 2017 9:41 AM, Richard Shann <address@hidden> wrote:


On Wed, 2017-05-17 at 13:30 +0100, Richard Shann wrote:
> On Wed, 2017-05-17 at 10:56 +0000, Tony Ventura wrote:
> > Interesting...While in Denemo, I did comply with your instruction to
> > export
>
> There are two ways to get a PDF export in Denemo. I just traced through
> the code and using the PDF button in the Print View just copies the PDF
> created for the Print View to your chosen destination, so that will
> always fail if the Print View is failing, however ...
>
>
> >  a simple 2 bar file as PDF. I did not see any error messages when
> > trying to export, however, in the two times I did the PDF export
>
> was the second time using File->Export As->Export PDF ?
> That runs Lilypond directly on your chosen output location. So if that
> fails then we are down to the dynamic library error message
>
> dyld: Library not loaded: @executable_path/../lib//libstdc++.6.dylib
>  Referenced
> from: /Applications/LilyPond.app/Contents/Resources/bin/lilypond
>  Reason: image not found

Tony, if I am right in this, the following should work
(as usual, extreme care to just copy and paste)

In a terminal

rm -rf ~/.denemo*
export LD_LIBRARY_PATH="/Applications/LilyPond.app/Contents/Resources/lib"
~/Desktop/Denemo.app/Contents/MacOS/denemo.sh &> ~/Desktop/denemo_errors.txt

(Well, the last line I'm not exactly sure of, it's whatever you have used to launch denemo.sh
successfully).


Richard






_______________________________________________
Denemo-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/denemo-devel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]