I can't replicate this, whether with the tagged version of ImageView
(Pkg.free("ImageView")) nor with master. What does Pkg.status() say?
--Tim
On Saturday, April 09, 2016 07:49:44 AM Colin Beckingham wrote:
> Using openSUSE Leap 42.1
> I can add the package ImageView and even checkout the latest master and
> build. Then on "using ImageView" the error
> UndefVarError: _jl_libgobject not defined
> pops out. I guess this has something to do with my graphic backend, but not
> sure what the next step is. I have seen other references to problems with
> libgtobject but nothing that seems to coincide with my situation. Same
> problem on Julia v 4 and 5. I know from loading the image package in Octave
> that a backend GTK graphics engine is available. A call to Pkg.add()
> specifying GTK as an option does not seem to align with any version of
> .add() in an ImageView context.