Skip to content
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

Fails to build with glib >= 2.80 #20

Open
jbeich opened this issue Mar 15, 2024 · 1 comment
Open

Fails to build with glib >= 2.80 #20

jbeich opened this issue Mar 15, 2024 · 1 comment

Comments

@jbeich
Copy link
Contributor

jbeich commented Mar 15, 2024

Regressed by GNOME/glib@7cb953dab8d0. From error log:

../_build/generated/gio/Socket.d(1239): Error: function `gio.c.functions.g_socket_receive_bytes_from(GSocket* socket, GSocketAddress** address, ulong size, long timeoutUs, GCancellable* cancellable, GError** err)` is not callable using argument types `(GSocket*, GSocketAddress*, ulong, long, GCancellable*, GError**)`
../_build/generated/gio/Socket.d(1239):        cannot pass argument `address is null ? cast(GSocketAddress*)null : address.getSocketAddressStruct(false)` of type `GSocketAddress*` to parameter `GSocketAddress** address`
@MikeWey
Copy link
Member

MikeWey commented Apr 23, 2024

I looks like this error is no longer present in the release version of glib 2,80 / gobject-introspection 1.80.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants