Git Product home page Git Product logo

lilypond-binaries's People

Contributors

hahnjo avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

erlend-aasland

lilypond-binaries's Issues

macOS Big Sur build issues

Trying to get Lilypond up and running on macOS Big Sur. Using this issue as a placeholder for the issues I run into.

  • glib2 fails during "autoconf" phase. Solved by building with GCC and using LDFLAGS hack:
    export LDFLAGS="-L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib"
    export LDFLAGS="-L$(xcrun --show-sdk-path)/usr/lib"

Improve sed detection

Currently, common.sh uses uname to decide which sed variant to use (BSD sed for macOS, GNU sed for everything else). However, this approach breaks if you're on macOS using brew installed sed (which is GNU sed, not BSD sed.) Suggesting to use sed --version instead of uname to determine sed variant. If sed --version | grep -q "GNU sed" succeeds, we've got GNU sed. If not, it's probably BSD sed.

Something like this should be sufficient:

if sed --version 2>&1 | grep -q "GNU sed"; then
    # GNU sed
else
    # BSD sed
fi

The only catch is that if sed is not installed, no error is produced. Not sure if that rare case is worth handling, but a simple which sed could handle that.

Lilypond 2.21 build fails on macOS 10.15.5

WARNING: Please consider installing optional programs or files:  extractpdfmark (Using GhostScript >= 9.20 together with extractpdfmark can significantly reduce the size of the final PDF files.) dblatex

ERROR: Please install required programs:  TeX Gyre fonts OTF (make sure the fc-list utility can see them, e.g. 'sudo apt-get install fonts-texgyre', or use --with-texgyre-dir) bison >= 2.4.1 (installed: 2.3)

Lilypond 2.20 build fails on macOS 10.15.5

WARNING: Please consider installing optional programs or files:  guile < 1.9.0 (installed: 3.0.3) extractpdfmark texi2html <= 1.82 (installed: 5.0) dblatex

ERROR: Please install required programs:  TeX Gyre fonts OTF (make sure the fc-list utility can see them, e.g. 'sudo apt-get install fonts-texgyre', or use --with-texgyre-dir) guile-config < 1.9.0 (installed: 3.0.3) (guile-devel, guile-dev or libguile-dev package) libguile (libguile-dev, guile-devel or guile-dev package). GUILE-with-rational-bugfix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.