-
Notifications
You must be signed in to change notification settings - Fork 80
Gtk Getting Started example not working on Julia v1.0.3 or 1.1.1 on MacOS #421
Comments
Strange, what do you get ? and empty window ? Note that the button takes the whole window. |
#414? |
@jonathanBieler yes, just a blank window. And I am also on MacOS Mojave @timholy I read through #414 and it didn’t look like anything got resolved. |
+1 i also have this issue. also waiting for #414 to be resolved. |
@tknopp anything I can do to help out on the resolution for this? |
I don't know. This is not really a Gtk.jl bug but an issue with the Homebrew.jl installation (since it works here for me). We could check versions, I have:
If yours are more recent then that's the issue. |
How do I add HomeBrew like you're using? I did |
|
i checked and the only difference in version is glib: 2.60.1 (yours) glib: 2.60.2 (mine).
|
Mine is |
Also on a different version of glib.... |
How does one downgrade those versions in homebrew? |
@staticfloat As a maintainer/core dev of Homebrew.jl, do you have any advice for the people unable to use Gtk.jl because of the difference in Homebrew package versions? Can I pin versions to match @tknopp 's versions? |
@logankilpatrick To downgrade packages, maybe have a look at this: https://stackoverflow.com/a/9832084 You can run homebrew commands using: Homebrew.brew(`cmd`) Not sure if that works though. |
I am having the same issue. Have you found a working solution? |
@fipelle I am going to try downgrading this weekend and will report back. |
On Julia 1.3 on MacOs with master, I am now able to get this example to work. |
I run the code from this example: https://juliagraphics.github.io/Gtk.jl/latest/manual/gettingStarted.html#Getting-Started-1
No button shows up on 1.0.3 or 1.1.1....
The text was updated successfully, but these errors were encountered: