Thanks, Isaiah, for your response. Below is what I see.

~~~
Version 0.3.0-prerelease+1400 (2014-02-05 19:14 UTC)
Commit 6f3a4b6* (37 days old master)
x86_64-w64-mingw32
~~~
julia> Pkg.update()
INFO: Updating METADATA...
INFO: Computing changes...
INFO: No packages to install, update or remove
~~~
julia> using Cairo
ERROR: could not open file ...\.julia\Cairo\src\../deps/deps.jl
while loading ...\.julia\Cairo\src\Cairo.jl, in expression starting on line 
3
~~~
julia> Pkg.add("Cairo")
INFO: Nothing to be done
~~~

I even tried to build Cairo manually:
~~~
julia> include(homedir() * "\\.julia\\Cairo\\deps\\build.jl")
ERROR: i not defined
 in next at env.jl:127
 in merge! at dict.jl:77
while loading ...\.julia\Cairo\deps\build.jl, in expression starting on 
line 225
~~~

I also tried renaming the Cairo directory and add the Cairo package again. 
It used to get back to the previous state, but today I got:
~~~
julia> Pkg.add("Cairo")
ERROR: unknown package Cairo
 in error at error.jl:21
 in anonymous at multi.jl:47
~~~

It looks like a mess...

Reply via email to