-
Notifications
You must be signed in to change notification settings - Fork 21
doinstall: Gtk+ binary package not found #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've also run into this problem on Manjaro Linux. Installing manually with |
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.) |
Following that workaround, I get new issues:
Suffice to say, there is nothing in |
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?The text was updated successfully, but these errors were encountered: