-
Notifications
You must be signed in to change notification settings - Fork 32
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
LoadError: error compiling anonymous: could not load library "libgobject-2.0" + LoadError: Failed to precompile Gtk to /Applications/JuliaPro-0.6.2.2.app/Contents/Resources/pkgs-0.6.2.2/lib/v0.6/Gtk.ji. #146
Comments
Hi, Perhaps this has something to do with the PATH environment variable in Atom (i.e. JuliaPro's IDE). |
Thank you for your answer @zygmuntszpak from the REPL I typed the following command (after I was asked to run
and got the error message:
I ran |
with regard to the It seems that others are getting a similar problem with GTK. See this issue for example. What happens when you try to build |
Thank you very much @zygmuntszpak : i wrote properly the quotation mark, ran |
@bjce Glad it worked! Could you please confirm that
Then from inside Juno/Atom, launch the terminal and repeat the above four steps. Compare the PATH entries. Are they the same? |
Ok Here is what I just did in Julia Pro 0.6.2.2 (which runs on Atom/Juno):
$PATH Problem When running your commands from Shell Julia and Atom/Juno, the 2 paths are not the same Here is the
Here is the
|
Thank you, it doesn't look like the |
Hello again @zygmuntszpak. I'm allowing to write again on this issue because I just installed the freshest Julia Pro version (1.1.1.1) but the problem unfortunately persists. Do you have any Idea how the problem could be solved? |
I guess you need to wait until JuliaGraphics/Cairo.jl#271 is fixed |
Or force |
Thank you for your answer @timholy . Although I might lose some credibility here but when I entered the following line in
|
I think you do it from the Julia prompt. |
Some time ago I played with it and tried to support MacOS CI but faild. Installing specific glib version 2.58 using Homebrew.jl solves Segmentation fault 11; JuliaPackaging/Homebrew.jl#229 might give a luck though. I think we can reopen this issue? |
Hello
I'm using macOS 10.13.4
I'm trying to load an image with ImageView
I passed the following command:
But get the following error message
The text was updated successfully, but these errors were encountered: