rhx / SwiftGtk

A Swift wrapper around gtk-3.x and gtk-4.x that is largely auto-generated from gobject-introspection
https://rhx.github.io/SwiftGtk/
BSD 2-Clause "Simplified" License
317 stars 26 forks source link

SwiftGtk fails to build on Fedora 34 #49

Closed Kiwijane3 closed 3 years ago

Kiwijane3 commented 3 years ago

On Fedora 34, I am unable to compile SwiftGtk because GTreeNode and GStrvBuilder cannot be found. I've run run-gir2swift several times.

Kiwijane3 commented 3 years ago

This issue is specifically occurring in building GLib

Kiwijane3 commented 3 years ago

I have fixed the issues in GLib required and submitted a pull request.

rhx commented 3 years ago

I have merged your pull request now.