-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use JLL package to provide GtkSourceView #9
Conversation
For reference, the error is
However:
So we're providing the right libxml, but maybe there is another one in the system overriding it? |
Ok, it looks like the system copy of
which confirms that it's this library that has the unexpected compatibility version. @staticfloat: any idea about how to avoid this? Note that there are also other system libraries like |
I just noted that our libxml2 depends on system libiconv, which is probably wrong? I assume we should add libiconv to the dependencies of xml2. Maybe other libraries are dragging system libxml2 in the same way? |
In this other job I run |
Problems on macOS have been fixed, this is ready to go when you want (and if you're happy with loading time 😬 ) |
Awesome! it's supposed to work on windows as well, right ? We could add it to travis. |
f323cfa
to
2e31b7c
Compare
2e31b7c
to
a99e2c1
Compare
I added Windows to Travis, it seems to be happy. I also updated the As a nice side effect of using the JLL package, you don't need to ship the |
Fix #8. (yes, loading time is not great at the moment...)
This is a draft because I need to debug the macOS failure.Fixed