-
Notifications
You must be signed in to change notification settings - Fork 39
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
Load library "libgobject-2.0" and precompile Gtk #104
Comments
Could you search existing issues in Gtk.jl and see if any of them report a workaround? And if not report your results with |
Thanks very much! Will do. |
Should be fixed if you use Julia 1.3 and up-to-date packages |
Seems to work! Error message is gone. Thank you! |
Ah - spoke too soon. Now I have
I deduce from JuliaGraphics/Cairo.jl#271 and JuliaGraphics/Cairo.jl#292 that getting Cairo installed is still something of an issue. Don't have time to dive in at the moment, but seems that folks are working on it. Thanks again! |
Actually it's I who jumped the gun; there's a dependency on GtkReactive that needs updating, but that's running into a bug with the new libraries (JuliaGizmos/GtkReactive.jl#91). Once that updates, you'll get the new Cairo & Gtk and it shouldn't take any manual effort at all. |
Wonderful! Thank you again! |
Give it a try now? |
I am using the juliapro and it is running the 1.0 version of julia. I have the same problems during the precompiling process of ImageView. Can you please tell me how I can update my julia version with the IDE? Thanks. |
If you're on OSX, you need to be running Julia 1.3 for this to work. You can get a binary at https://julialang.org/downloads/. |
Yes, I am on OSX. |
Short answer is no, not without a lot of work. You can dig around in issues in Cairo.jl and Gtk.jl for details (it's a Homebrew bug, IIUC). "had some issues" is not sufficiently specific for me to offer any advice. |
Sorry for being vague, the plot on Julia 1.3 works but displays the following: As for the juliapro, I edited the path of the julia binary (originally set to the binary that comes with juliapro (1.0.5) ) to julia 1.3 binary. The ImageView seems to work now, however every time I start Julia, I have an error that a package called TokenManager is missing and I cannot seem to add it. Thank you! |
None of those are ImageView issues. The locale issue is probably best for Gtk, the TokenManager is a JuliaBox issue. (Perhaps see https://discourse.julialang.org/t/i-am-stuck-at-please-authenticate/26313/8) |
The example in the documentation under header "Usage and visual interpretation" now works perfectly! Thanks very much!!! |
Have been getting the following errors, though everything seems to be up to date.
The text was updated successfully, but these errors were encountered: