You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Method definition closefig(Integer) inmodule Immerse at /home/kjwiik/.julia/v0.4/Immerse/src/display_gadfly.jl:284 overwritten inmodule Main at /home/kjwiik/.julia/v0.4/GtkIDE/src/PlotWindow.jl:158.
ERROR: LoadError: MethodError: convert has no method matching convert(::Type{Immerse.Figure})
This may have arisen from a call to the constructor Immerse.Figure(...),
since type constructors fall back to convert methods.
Closest candidates are:convert{T}(::Type{T}, ::T)
Immerse.Figure(, ::Gtk.GtkCanvas)
Immerse.Figure(, ::Gtk.GtkCanvas, ::Gadfly.Plot)
...in figure at /home/kjwiik/.julia/v0.4/GtkIDE/src/PlotWindow.jl:127in include at ./boot.jl:261in include_from_node1 at ./loading.jl:320in require at ./loading.jl:259while loading /home/kjwiik/.julia/v0.4/GtkIDE/src/GtkIDE.jl, in expression starting on line 171
julia>
julia>versioninfo()
Julia Version 0.4.5
Commit 2ac304d (2016-03-1800:58 UTC)
Platform Info:
System: Linux (x86_64-unknown-linux-gnu)
CPU:Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
WORD_SIZE:64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Nehalem)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.3
I followed the instructions (checkout). It is strange that versioninfo() returns nothing after trying to start GtkIDE...
The text was updated successfully, but these errors were encountered:
I followed the instructions (checkout). It is strange that
versioninfo()
returns nothing after trying to start GtkIDE...The text was updated successfully, but these errors were encountered: