Open okellogg opened 4 years ago
I've also run into this problem on Manjaro Linux. Installing manually with ./configure --prefix=/usr --with-GL=no
and then sudo make all install
worked, however.
On Debian 9 I had this problem, and @Rodeo-McCabe 's workaround works.
The same happened to me. Again, the fix proposed by @Rodeo-McCabe worked perfectly
I had the same problem on Fedora 35. I was able to install using @Rodeo-McCabe 's workaround, and even compile and run the tests, but they did not work because they do not detect that I have OpenGL. (I do.)
In commit 300690d of 2020-01-09, the INSTALL guide was simplified to just reference doinstall for the build. If I follow the new INSTALL instructions, I get:
Looking into the doinstall script, I find:
I do have the gtk binary package installed on my system (OpenSuSE Tumbleweed):
I am puzzled: How does this local
./gtk-bin
directory come into existence?