Re: Problem in configuring source directory in Debian 12
Werner LEMBERG <[email protected]> Sat, 14 Mar 2026 12:54:19 +0000
| Newsgroups | gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <[email protected]> |
> 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