-
Notifications
You must be signed in to change notification settings - Fork 13
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
Getting undefined reference to `g_object_new_with_properties' #73
Comments
What's GTK version you have installed? The samples works here with GTK version |
Linux Mint 18.2, GTK version 3.18.9 |
The binding generator now rely on I thinks this deserves a mention on README. |
So... what's your GLib version? Since this function comes from GObject library, that is usually in glib package. |
I think my GLib version is too old.
|
I guess this is the package for introspection of the glib package, not the glib package itself, since for sure your glib is 2.something. |
Not sure how to determine the GLib version, but it is safe to say it is not the most recent. |
What's your output of:
|
|
So yeah, that's 4 years old :/ https://gitlab.gnome.org/GNOME/glib/-/tags/2.47.3
The 18.04 Ubuntu LTS release ships 2.56: https://packages.ubuntu.com/bionic/libglib2.0-0 The 20.04 Ubuntu LTS release ships 2.64: https://packages.ubuntu.com/focal/libglib2.0-0 So I'm not sure it's worth to support such an old distro to be honest :/ |
No, you are right, I need to upgrade. |
Not sure what is happening here, but most of the samples don't work anymore
shard.yml
Error when trying to run a sample
The text was updated successfully, but these errors were encountered: