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
On Julia 0.6, RasterIO precompile fails (after a bunch of deprecation warnings) with:
ERROR: LoadError: LoadError: LoadError: UndefVarError: CPLVirtualMem 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] include_from_node1(::String) at ./loading.jl:569
[6] eval(::Module, ::Any) at ./boot.jl:235
[7] _require(::Symbol) at ./loading.jl:483
[8] require(::Symbol) at ./loading.jl:398
while loading /home/mauro/.julia/v0.6/RasterIO/src/clang/gdal_cfuns.jl, in expression starting on line 797
while loading /home/mauro/.julia/v0.6/RasterIO/src/gdal_api.jl, in expression starting on line 2
while loading /home/mauro/.julia/v0.6/RasterIO/src/RasterIO.jl, in expression starting on line 12
Does Clang.jl need to be re-run?
The text was updated successfully, but these errors were encountered:
mauro3
changed the title
Not procompiling on Julia 0.6
Not precompiling on Julia 0.6
Jun 26, 2017
On Julia 0.6, RasterIO precompile fails (after a bunch of deprecation warnings) with:
Does Clang.jl need to be re-run?
The text was updated successfully, but these errors were encountered: