Hi Ludo’,
thanks for the help!
On Mon Jun 8, 2026 at 8:18 AM CEST, Ludovic Courtès wrote:
> (I would use ‘--with-git-url=guile=$PWD/../guile’; that makes sure only
> source files get in.)
I've tried using `--with-source` before, but the build failed due to missing
`gperf`.
With `--with-git-url`, it fails before even running configure, with:
./autogen.sh: line 14: autoconf: command not found
> Did you try, in the Guix build tree, “rm guile && make”?
> Because Guix uses its own ‘guile’ executable. That is a likely source
> of confusion…
Yeah, I've just retried that as well. Strangely enough, that `./guile` seems to
support my `clone` procedure, so I'm even more confused :-(
Do you have any other suggestions?
Thank you very much,
Johannes