Hi,
I'm new to Julia, and I fresh installed Julia today and tried to use Gadfly
(after installing Cairo, DataFrames), then the above error happened.
Here is the output of it.
julia> using Gadfly
Warning: Possible conflict in library symbol dtrtri_
Warning: Possible conflict in library symbol dgetri_
Warning: Possible conflict in library symbol dgetrf_
Fontconfig error: Cannot load default config file
Warning: New definition
|(NAtype,Any) at /Users/kims11/.julia/DataArrays/src/operators.jl:502
is ambiguous with:
|(Any,SynchronousStepCollection) at
/Users/kims11/.julia/BinDeps/src/BinDeps.jl:286.
To fix, define
|(NAtype,SynchronousStepCollection)
before the new definition.
Warning: New definition
|(Any,NAtype) at /Users/kims11/.julia/DataArrays/src/operators.jl:502
is ambiguous with:
|(SynchronousStepCollection,Any) at
/Users/kims11/.julia/BinDeps/src/BinDeps.jl:283.
To fix, define
|(SynchronousStepCollection,NAtype)
before the new definition.
ERROR: DenseArray not defined
in include at boot.jl:238
in include_from_node1 at loading.jl:114
in reload_path at loading.jl:140
in _require at loading.jl:58
in require at loading.jl:46
in include at boot.jl:238
in include_from_node1 at loading.jl:114
in reload_path at loading.jl:140
in _require at loading.jl:58
in require at loading.jl:46
in include at boot.jl:238
in include_from_node1 at loading.jl:114
in reload_path at loading.jl:140
in _require at loading.jl:58
in require at loading.jl:46
in include at boot.jl:238
in include_from_node1 at loading.jl:114
in reload_path at loading.jl:140
in _require at loading.jl:58
in require at loading.jl:43
at /Users/kims11/.julia/ArrayViews/src/ArrayViews.jl:31
at /Users/kims11/.julia/NumericExtensions/src/NumericExtensions.jl:3
at /Users/kims11/.julia/Distributions/src/Distributions.jl:3
at /Users/kims11/.julia/Gadfly/src/Gadfly.jl:7
julia>
Any help please?
SS