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

Building SwiftGtk results in error with SwiftGObject #42

Closed melody-notpond closed 3 years ago

melody-notpond commented 3 years ago

I get the following error when building SwiftGObject with SwiftGtk on arch linux:

error: SwiftGObject is required using two different revision-based requirements (master and main), which is not supported
wbehrens-on-gh commented 3 years ago

I'd like to second this, I've gotten the same issue on linux, even when trying to compile one of the pre-existing examples using the build scripts I still get the same issue.

rhx commented 3 years ago

Fixed, thanks!

All dependencies have now switched to the main branch. I'll keep around master for a little bit longer, but best to ensure that your packages now depend on "main" rather than "master" to avoid similar issues.