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 Apr 28, 2021. It is now read-only.
I'm using Julia 0.6 on Windows 7 64-bit. Pkg.add("GLVisualize") went fine, but Pkg.test("GLVisualize") produces number of errors starting with:
WARNING: both GeometryTypes and FixedSizeArrays export "Mat"; uses of it in module GLAbstraction must be qualified
ERROR: LoadError: LoadError: UndefVarError: Mat not defined
Stacktrace:
[1] include_from_node1(::String) at .\loading.jl:569
[2] include(::String) at .\sysimg.jl:14
[3] include_from_node1(::String) at .\loading.jl:569
[4] include(::String) at .\sysimg.jl:14
[5] anonymous at .<missing>:2
while loading C:\Users\Paul.julia\v0.6\GLAbstraction\src\composition.jl, in expression starting on line 76
while loading C:\Users\Paul.julia\v0.6\GLAbstraction\src\GLAbstraction.jl, in expression starting on line 57
BTW, I reproduced the same problem on Ubuntu 16.04.