-
Notifications
You must be signed in to change notification settings - Fork 80
Error in precompiling #427
Comments
My guess is you don't have the GTK libraries installed. |
Yes, it fails. julia> using WinRPM
julia> WinRPM.install(["gtk2","gtk3","hicolor-icon-theme","tango-icon-theme","glib2-tools","glib2-devel","gnome-icon-theme","gnome-icon-theme-extras","gnome-icon-theme-symbolic","gtk3-devel","gtk2-devel","gtk3-tools","gtk2-tools","pango-tools","gdk-pixbuf-query-loaders","gtk2-lang","gtk3-lang"])
ERROR: Package candidate for gtk3 not found
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] select(::WinRPM.Packages{Array{LibExpat.ETree,1}}, ::String) at C:\Users\montazer\.julia\packages\WinRPM\Y9QdZ\src\WinRPM.jl:258
[3] #install#18(::Bool, ::Function, ::Array{String,1}, ::String) at C:\Users\montazer\.julia\packages\WinRPM\Y9QdZ\src\WinRPM.jl:377
[4] install at C:\Users\montazer\.julia\packages\WinRPM\Y9QdZ\src\WinRPM.jl:375 [inlined] (repeats 2 times)
[5] top-level scope at none:0 |
I am having the same issue in JuliaPro 1.1.1.1 and Windows 10. |
It did install on appveyor 10 days ago, so there must be a way to get it to work. On my windows machine I can't even install Cairo however... |
@jonathanBieler: What is the regular platform appveyor runs on? I have restarted the latest CI build. |
@tknopp I'm not sure, could be Windows Server 2016 according to this page: |
Hm, builds are passing. |
Cairo has been failing for a long time, Homebrew has been updated a week ago, but it doesn't seem to have solved everything. |
Hello,
I have Windows 10 64 bit O.S. And Julia version 1.1.0 and I get this error.
How can I fix this problem?
I Also have a Linux mint OS which has no problem.
Thank you.
The text was updated successfully, but these errors were encountered: