Christophe Meyer

Results 28 comments of Christophe Meyer

+1 here's the [complete log on Travis](https://travis-ci.org/cmey/WaveSim.jl/jobs/380223824)

BTW, GR works well by itself: ``` x = randn(100000) y = randn(100000) hexbin(x, y, nbins=30) ``` ![Screen Shot 2021-03-10 at 1 23 46 PM](https://user-images.githubusercontent.com/1876264/110628973-f41b1500-81a3-11eb-85b7-352e8210c14f.png)

Thank you for your prompt response! Here is what you asked: ``` $ /Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia --project=. _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _|...

![Screen Shot 2021-03-10 at 5 43 28 PM](https://user-images.githubusercontent.com/1876264/110666184-60f4d600-81c9-11eb-8cfc-ebe065d413cb.png)

``` $ /Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia --project=. _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg...

I deleted my `~/.julia`, tried with julia 1.5.3, from a clean julia env added only Gtk and GR, and ran gtk_ex.jl. Getting the same exact issue!

I thought maybe my `PATH` or `LD_LIBRARY_PATH` env vars would be causing an issue. I cleaned them down to `export PATH=/usr/bin:/bin:/usr/sbin` and `export LD_LIBRARY_PATH=`, then retried the above again. Still...

Both GR and Gtk tests (`pkg> test Gtk GR`) all pass. There is only a warning produced during Gtk tests: ``` (:3896): Gtk-WARNING **: 15:58:40.970: Could not load a pixbuf...

The latest release of Gtk did not help this issue. `[4c0ca9eb] ↑ Gtk v1.1.6 ⇒ v1.1.7`