Hi Julio, this is almost certainly a bug in Cairo; I don't know the windows libraries well enough to have an opinion on a workaround, unfortunately. Can you please file the bug in Cairo's bug tracker? It's at
<https://github.com/JuliaLang/Cairo.jl/issues> The main Julia documentation describes the package manager in detail: <http://julia.readthedocs.org/en/release-0.3/manual/packages/> Pkg.rm("Cairo") will uninstall the Cairo package. Cairo is sometimes a soft dependency and you may be able to follow the rest of the tutorial even though it didn't install correctly. HTH, -- Gray On Friday, September 5, 2014 7:18:48 AM UTC-5, julio valdes wrote: > > I am absolutely new to Julia and wanted to give it a first try. > On a computer with windows 7 I installed Julia-0.3.0 (flawlessly). > The -very first- instruction that I typed on Julia's console was > Pkg.add("Cairo") > > I was willing to follow a hands on tutorial which included some plot > examples which required the Cairo package. > The process failed. > [...cut...]