On Fri, Mar 25, 2022 at 11:12:25PM +0100, Felix Salfelder wrote: > > You can try this package (a lot of dists dep. on debian): > > https://packages.debian.org/buster/libgeda-dev > > and its dependancies. > > Will give it a go. Thanks. (Issue seems to be guile-2.0-dev.)
I managed to install headers & libgeda.so from the ancient geda-gaf source package. It is sufficient to make install -C libgeda. I just had to bypass the guile version check (guile seems irrelevant for this). Anyway, "make check" passes all tests, except spice.gc (known for a while, known cause. Never managed to build it since.) The hack/workaround we need might be... include libgeda with gnucap-geda and link statically. Replace it as time permits. cheers felix