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
{{ message }}
This repository was archived by the owner on Feb 18, 2018. It is now read-only.
I've tried to installed GLPlot on my Macbook. Several tries but always the same error when running
Pkg.test("GLPlot")
ERROR: lift has no method matching lift(::Function, ::Type{Vector2{Float64}}, ::Input{Vector2{Float64}}, ::Input{Vector4{Int64}})
in createwindow at /Users/Max/.julia/v0.3/GLWindow/src/reactglfw.jl:359
in createdisplay at /Users/Max/.julia/v0.3/GLPlot/src/GLPlot.jl:51
in include at /Applications/Julia-0.3.8.app/Contents/Resources/julia/lib/julia/sys.dylib
in include_from_node1 at loading.jl:128
in process_options at /Applications/Julia-0.3.8.app/Contents/Resources/julia/lib/julia/sys.dylib
in _start at /Applications/Julia-0.3.8.app/Contents/Resources/julia/lib/julia/sys.dylib
while loading /Users/Max/.julia/v0.3/GLPlot/test/runtests.jl, in expression starting on line 3
I'm running Julia 0.3.8 on my Macbook with OS X Yosemite. cmake is installed.
I've tried to install GLPlot on two ways:
Neither of them worked out for me.
Seems to me like there is a problem with Reactive.jl so i opened a Issue there. But wanted to leave that here anyway.
Maybe you know a quick fix / workaround for me?
Hi Simon,
I've tried to installed GLPlot on my Macbook. Several tries but always the same error when running
Pkg.test("GLPlot")
ERROR:
lifthas no method matching lift(::Function, ::Type{Vector2{Float64}}, ::Input{Vector2{Float64}}, ::Input{Vector4{Int64}})in createwindow at /Users/Max/.julia/v0.3/GLWindow/src/reactglfw.jl:359
in createdisplay at /Users/Max/.julia/v0.3/GLPlot/src/GLPlot.jl:51
in include at /Applications/Julia-0.3.8.app/Contents/Resources/julia/lib/julia/sys.dylib
in include_from_node1 at loading.jl:128
in process_options at /Applications/Julia-0.3.8.app/Contents/Resources/julia/lib/julia/sys.dylib
in _start at /Applications/Julia-0.3.8.app/Contents/Resources/julia/lib/julia/sys.dylib
while loading /Users/Max/.julia/v0.3/GLPlot/test/runtests.jl, in expression starting on line 3
I'm running Julia 0.3.8 on my Macbook with OS X Yosemite. cmake is installed.
I've tried to install GLPlot on two ways:
Pkg.add("GLPlot") and
Pkg.clone("https://github.com/SimonDanisch/GLPlot.jl.git").
Neither of them worked out for me.
Seems to me like there is a problem with Reactive.jl so i opened a Issue there. But wanted to leave that here anyway.
Maybe you know a quick fix / workaround for me?
Thank you
Max