-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error g_error_free on Windows 11 #56
Comments
Correction, installing that way allows me to compile the project. I guess I accidentally installed mingw-w64-ucrt-x86_64-gtk4. They are not the same.
|
I have a little project: https://github.com/bigos/clos-sweeper In the README file, I explain various problems I had with making my little game run on Windows. I managed to solve the problem, but I do not know the recommended setup for running SBCL on Windows and using GTK4 and related libraries. Developing on Linux is so much easier. |
It seems like you haven't mentioned any errors related to running on Windows in the README. In fact, Windows has not been the preferred platform for GTK because it is not UNIX, and configuring the development and runtime environments can be more complicated, as described in your README. Based on my experience, if your application runs well on Linux but encounters issues on Windows, it is likely a problem with GTK itself. |
Or the environment variables... Maybe, one day, someone will provide more information. Thank you for the great library. |
https://stdin.top/posts/gtk4-on-windows/ Could that be the information I need? I will try tomorrow. |
I believe packages like pkg-config mentioned in this article are not necessary for Lisp. All you need to do is install |
While trying to run your library on Windows 11 I got this error. I have installed Msys2 and pulled the Gtk libraries this way and added the dlls of thos libraries to the Windows PATH. Does anybody have idea how to solve it?
The text was updated successfully, but these errors were encountered: