Closed MatthieuSchaller closed 8 months ago
Do you have libgtk2-dev installed already? I think that package provides the AM_PATH_GTK_2_0 macro that's causing one of the fatal errors so autoreconf will fail without it. I'm not sure why AC_MSG_ERROR would be missing so maybe that is a change between versions.
You might have more luck with a tar file from the releases page so you don't need to regenerate the configure script. But he best fix for this is probably for me to update the gtk3 branch and merge it into master.
Actually, that worked. :) I thought the other macro errors were unrelated to libgtk (which was tricky to get to install)
I hit the following problems on my system:
The 2023 version of Ubuntu only ships with more recent autotool versions than the code assumes. Some of the macros have changed behaviour. (The GTK 2 thing is not the issue here; i can install the packages)