Re: Problem in configuring source directory in Debian 12
Tim Yang <[email protected]> Mon, 16 Mar 2026 13:47:04 +0800
| Newsgroups | gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <CAEL5zCe_z68Sxf1Wb7Sx3tHcTeu5dgK_+aE22AxP659qj=k__w@mail.gmail.com> |
Thank, this works. After solving a few more dependency issues, I am able to finish the configuration and start the building in Debian 12. Unfortunately LilyDev-3 can not work anymore. Debian Buster is not maintained anymore and libgc-dev can not be installed. This system is too old anyway. Tim Werner LEMBERG <[email protected]> 於 2026年3月14日週六 下午8:54寫道: > > > First I downloaded LilyDev-3 and following the instructions to start > > the container. > > I think LilyDev is currently not maintained. > > > configure: error: Package requirements (bdw-gc) were not met: > > > > No package 'bdw-gc' found > > > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > > installed software in a non-standard prefix. > > > > Alternatively, you may set the environment variables BDWGC_CFLAGS > > and BDWGC_LIBS to avoid the need to call pkg-config. > > See the pkg-config man page for more details. > > > Then I tried to work on the source code directory directly under > > Debian 12. The same error arose. I found the function of bdw-gc is > > provided by libgc1 in Debian so I installed it, but it does not > > help. > > Try to install 'libgc-dev' – you need the file > `.../pkgconfig/bdw-gc.pc` > > > Werner >