-
Notifications
You must be signed in to change notification settings - Fork 5
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
Does not build with Swift 5.0 on Ubuntu 18.10 #3
Comments
Just quickly replacing libxml2 with CLibXML2 it looks like getting this running with Swift 5 may be a bigger job than simply getting that import statement right |
Can you try again (just committed a fix to CLibXML2). I just tested this and it works fine for me. |
Confirmed as working with Swift 5 under Debian buster, however, only using |
I can confirm that downstream of SwiftLibXML, gir2swift now successfully completes its build, as does SwiftHelloGTK. I'll be closing issue #2. Cheers. |
I'm looking at the issue now, here's the error:
It seems to involve this statement here:
So I'm wondering if something relating to libxml2 was removed in swift 5, i'm trying to track it down now but if you're more familiar with the internals of the frameworks maybe you already know where to look. I think an easy fix would be to just check that it's less than 5 but then I wonder if they've replaced libxml2 with something that would be better to use...
The text was updated successfully, but these errors were encountered: