Re: configure dependancy error: solved

2023-11-17 Thread pubabhervegueguen
Thanks a lot Jean! Now I can configure make and run Lilypond smoothly. git clean pointed out configure and autom4te.cache. Regenerated with autogen.sh then configure works fine. Cheers, Gerard Le 2023-11-16 23:04, Jean Abou Samra a écrit : Le mercredi 15 novembre 2023 à 20:14 +0100, pubabhe

Re: configure dependancy error

2023-11-16 Thread Jean Abou Samra
Le mercredi 15 novembre 2023 à 20:14 +0100, pubabhervegueg...@free.fr a écrit : > > Thanks Jean for imagemagick , no more 'convert' error. > guile-3.0-dev was already installed, I still have guile-devel >= 2.2 missing > error. That's a bit strange. It is very recent that LilyPond looks for Gui

Re: configure dependancy error

2023-11-16 Thread pubabhervegueguen
Hi Mats, More accurate: I am new to Lilypond development. I wrote previously: _"My name is Gerard and I want to seek if I can do something about traditional Japanese notations._ _As the subject is rare and difficult (such as vertical writing and quite many different notations depending on i

Re: configure dependancy error

2023-11-16 Thread Mats Bengtsson
Hi, If you are new to Lilypond, why do you want to compile it yourself? Why not simply install the available packaged version for your operating system, from http://lilypond.org/development.html ?    /Mats On 2023-11-15 15:09, pubabhervegueg...@free.fr wrote: Hi all, I am new to Lilypond.

Re: configure dependancy error

2023-11-15 Thread pubabhervegueguen
Thanks Jean for imagemagick , no more 'convert' error. guile-3.0-dev was already installed, I still have guile-devel >= 2.2 missing error. Any clue? Gerard Le 2023-11-15 15:29, Jean Abou Samra a écrit : I ran apt-get install guile-3.0 without improvement. You also want guile-3.0-dev, wh

Re: configure dependancy error

2023-11-15 Thread Jean Abou Samra
> I ran apt-get install guile-3.0 without improvement. You also want guile-3.0-dev, which contains C headers and other stuff needed to compile programs that use Guile, as opposed to merely using programs that use Guile. The convert tool should be provided by the imagemagick package. HTH Jean

configure dependancy error

2023-11-15 Thread pubabhervegueguen
Hi all, I am new to Lilypond. I face a configure 'ERROR: please install required programs: guile-devel >=2.2 convert' I use Debian 12 on VirtualBox and git pulled Lilypond 2.25.10 from https://gitlab.com/lilypond/lilypond [1] I ran apt-get install guile-3.0 without improvement. Can som