JuliaGL / GLVisualize.jl

Visualization library written in Julia and OpenGL
Other
247 stars 34 forks source link

UndefVarError: post_empty not defined #154

Closed olegmikul closed 7 years ago

olegmikul commented 7 years ago

Hi,

The error happened for some examples:

<<< julia> include("/home/uname/.julia/v0.5/GLVisualize/examples/plots/drawing.jl") ERROR: LoadError: UndefVarError: post_empty not defined in _display(::Plots.Plot{Plots.GLVisualizeBackend}, ::Bool) at /home/uname/.julia/v0.5/Plots/src/backends/glvisualize.jl:1185 in gui(::Plots.Plot{Plots.GLVisualizeBackend}) at /home/uname/.julia/v0.5/Plots/src/output.jl:123 (repeats 2 times) in include_from_node1(::String) at ./loading.jl:488 while loading /home/uname/.julia/v0.5/GLVisualize/examples/plots/drawing.jl, in expression starting on line 24 <<<

Versions: Julia: Version 0.5.2-pre+1 (2017-03-06 03:59 UTC) Commit a6c55c5* (7 days old release-0.5) x86_64-redhat-linux

Pkg: 18 required packages:

SimonDanisch commented 7 years ago

Oh yeah, I need to merge sd/dev in Plots.jl: https://github.com/JuliaPlots/Plots.jl/pull/729