-
Notifications
You must be signed in to change notification settings - Fork 5
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
is_linux not defined #17
Comments
Hey, the README is a bit outdated, I need to update it. GtkSourceWidget is here now: https://github.com/JuliaGtk/GtkSourceWidget.jl There's probably some other issues (you might need the master branch of some packages) but I don't remember exactly. If you want to test it out though it would be useful, you can report other problems here. |
Hey! All were good except the last:
|
I just made a new release for ConfParser but in the meanwhile |
After using GtkIDE I get:
|
This I don't get, Immerse does have Cairo in its dependencies: https://github.com/JuliaGraphics/Immerse.jl/blob/master/REQUIRE#L8 I think doing |
It loaded the GtkIDE window, with nothing on it, and gave this error: (julia:4722): Gtk-CRITICAL **: 18:08:14.983: gtk_tree_store_set_value: assertion 'VALID_ITER (iter, tree_store)' failed
|
By the way I noticed you have a REQUIRE file, but I did nothing to install those. Not sure how to do it or if they should be installed by using the package. I'm on Julia v"1.1.0" |
Gadfly is supposed to be an optional dependency to GtkREPL, but that doesn't work anymore like in v0.6. I've added it as a dependency, if you do Anyway thanks for debugging this, I should really add tests on travis for it, I think I have all the info I need now. |
You are welcome. |
Cool, the interface is a bit minimalist indeed, I even do Note that zooming on plots also make it crash, it's a bug in Gtk I need to push a fix for. |
The text was updated successfully, but these errors were encountered: