On 10/1/2019 4:44 PM, Frank Steinmetzger wrote:
There is no guile-1 anymore in the tree to roll back to.

The archives also have instructions for compiling Guile 1.8 from source.

<https://lists.gnu.org/archive/html/lilypond-devel/2017-10/msg00129.html>

This is for Debian Stretch, and I don't know if this is still the current preferred way of doing it.

git clone https://git.savannah.gnu.org/git/guile.git
cd guile
git checkout branch_release-1-8
./autogen.sh
./configure --disable-error-on-warning --prefix=/usr/local
make
sudo make install
sudo ldconfig
echo "GUILE_CONFIG=/usr/local/bin/guile-config" >> ~/.bashrc

--
Karlin High
Missouri, USA

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to