That second one is my fault, there's a PR pending that Dahua probably just
hasn't seen yet. If you're in a hurry, Pkg.add("BinDeps") first should fix
it.
On Wednesday, August 13, 2014 11:03:21 AM UTC-7, TR NS wrote:
>
> Getting this error:
>
> julia> Pkg.update("LightXML")
> ERROR: `update` has no method matching update(::ASCIIString)
>
> Using Julia 0.4.0-dev+95
>
> Note, I also can install LightXML from scratch, add produced:
>
> julia> Pkg.add("LightXML")
> BinDeps not found
> while loading /home/trans/.julia/v0.4/LightXML/deps/build.jl, in
> expression starting on line 1
>
>
>