Chickadee is using the autotools build system, so just run ./bootstrap and then ./configure before make. If you're missing something, it should be caught at the configuration step, not at the make step. Try this and let me know what you got.
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...