On 4 Oct 2009, at 05:42, Marc Tyndel wrote:
when I type pango, pango is not found.
But if I type pango-querymodules --version it works.
Carl pointed me to it in an email. Pango's in the Lilypond.app
package. Specifically,
/Applications/LilyPond.app/Contents/Resources/bin/
Pango is a library, so its location is (not reachable form $PATH)
/Applications/LilyPond.app/Contents/Resources/lib/pango/
When compiling, the paths to the library becomes hardcoded, though
relative paths are possible - the latter is what an Application would
need to have with its own supplied libraries. So if one compiles it
using the MacPorts Pango, then that Pango must be installed in its
location /opt/... when the program is run.
Otherwise, just touch
which pango-querymodules
to see which program is reached from the console.
Hans
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond