Hi
I am having trouble making the Images package work.
I've just pull'd and make'd the latest version of Julia and removed my
.julia directory.
In Julia I've executed the following commands:
Pkg.add("Images")
Pkg.add("ImageView")
using Images
The response from the last command is:
Warning: New definition
eltype(Type{AbstractImage{T,N}},) at
/home/robert/.julia/Images/src/core.jl:100
is ambiguous with:
eltype(Type{AbstractArray{T,n}},) at abstractarray.jl:12.
To fix, define
eltype(Type{AbstractImage{T,n}},)
before the new definition.
Warning: New definition
eltype(Type{Overlay{T,N,SIT<:(ScaleInfo{T}...,)}},) at
/home/robert/.julia/Images/src/core.jl:425
is ambiguous with:
eltype(Type{AbstractArray{T,n}},) at abstractarray.jl:12.
To fix, define
eltype(Type{Overlay{T,n,SIT<:(ScaleInfo{T}...,)}},)
before the new definition.
ERROR: no method conj(ASCIIString)
in ctranspose at array.jl:1295
in reload_path at loading.jl:146
in _require at loading.jl:59
in require at loading.jl:43
while loading /home/robert/.julia/Images/src/ioformats/libmagickwand.jl, in
expression starting on line 28
while loading /home/robert/.julia/Images/src/Images.jl, in expression
starting on line 16
Does anybody know what I'm doing wrong? I'm using Ubuntu 12.10 (with
ImageMagick installed) and the output from versioninfo() in Julia is
Julia Version 0.3.0-prerelease+1184
Commit 4d74d02* (2014-01-24 13:57 UTC)
Platform Info:
System: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY)
LAPACK: libopenblas
LIBM: libopenlibm
Thanks,
Robert