If you download the release tarball as opposed to cloning the git repo, you won't need to bootstrap. You can ./configure and make as usual. Does it configure successfully?
It appears to say gl is missing despite me grabbing the OpenGL tarball for GNU Guile and running './configure' followed by 'sudo make install'
Output from the OpenGL tarball:
https://pastebin.com/47F5hLiU
https://pastebin.com/15Kfii3m
Output from Chickadee:
https://pastebin.com/9ryihs8U
Here's the script I use to compile and install Chickadee on my machines:
https://gitlab.com/binary-ec/chickadee-debian/-/blob/main/chickadee-install.sh?r...