Hello my problem is this :


              _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "help()" to list help topics
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.2.1 (2014-02-11 06:30 UTC)
 _/ |\__'_|_|_|\__'_|  |  Official http://julialang.org/ release
|__/                   |  x86_64-w64-mingw32

julia> Pkg.status()
INFO: Initializing package repository C:\Users\Maxime\.julia\v0.2
INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl
No packages installed.

julia> Pkg.add("Winston")
INFO: Cloning cache of BinDeps from 
git://github.com/JuliaLang/BinDeps.jl.git
INFO: Cloning cache of Cairo from git://github.com/JuliaLang/Cairo.jl.git
INFO: Cloning cache of Color from git://github.com/JuliaLang/Color.jl.git
INFO: Cloning cache of HTTPClient from 
git://github.com/amitmurthy/HTTPClient.jl
.git
INFO: Cloning cache of IniFile from 
git://github.com/JuliaLang/IniFile.jl.git
INFO: Cloning cache of LibCURL from 
git://github.com/amitmurthy/LibCURL.jl.git
INFO: Cloning cache of LibExpat from 
git://github.com/amitmurthy/LibExpat.jl.git

INFO: Cloning cache of Tk from git://github.com/JuliaLang/Tk.jl.git
INFO: Cloning cache of URIParser from git://github.com/Keno/URIParser.jl.git
INFO: Cloning cache of URLParse from 
git://github.com/tanmaykm/URLParse.jl.git
INFO: Cloning cache of WinRPM from git://github.com/JuliaLang/WinRPM.jl.git
INFO: Cloning cache of Winston from git://github.com/nolta/Winston.jl.git
INFO: Cloning cache of Zlib from git://github.com/dcjones/Zlib.jl.git
INFO: Installing BinDeps v0.2.14
INFO: Installing Cairo v0.2.13
INFO: Installing Color v0.2.10
INFO: Installing HTTPClient v0.1.0
INFO: Installing IniFile v0.2.2
INFO: Installing LibCURL v0.1.3
INFO: Installing LibExpat v0.0.4
INFO: Installing Tk v0.2.12
INFO: Installing URIParser v0.0.2
INFO: Installing URLParse v0.0.0
INFO: Installing WinRPM v0.0.13
INFO: Installing Winston v0.11.0
INFO: Installing Zlib v0.1.5
INFO: Building LibCURL
WARNING: skipping repodata/repomd.xml, not in cache
WARNING: skipping repodata/repomd.xml, not in cache
INFO: Updating WinRPM package list
INFO: Downloading 
http://download.opensuse.org/repositories/windows:/mingw:/win3
2/openSUSE_Factory/
/repodata/repomd.xml
INFO: Downloading 
http://download.opensuse.org/repositories/windows:/mingw:/win3
2/openSUSE_Factory/
/repodata/5fce9ec687dcd100e438d04d02e800fa262c2744e140db940cc72050bfdb2165-prima
ry.xml.gz
WARNING: received error 0 while downloading 
http://download.opensuse.org/reposit
ories/windows:/mingw:/win32/openSUSE_Factory/
/repodata/5fce9ec687dcd100e438d04d02e800fa262c2744e140db940cc72050bfdb2165-prima
ry.xml.gz
INFO: Downloading 
http://download.opensuse.org/repositories/windows:/mingw:/win6
4/openSUSE_Factory/
/repodata/repomd.xml
INFO: Downloading 
http://download.opensuse.org/repositories/windows:/mingw:/win6
4/openSUSE_Factory/
/repodata/de780d578dbe061ba01d8d7617e44d1864e78c03fbf98ada4d49236ca88e1e40-prima
ry.xml.gz
WARNING: received error 0 while downloading 
http://download.opensuse.org/reposit
ories/windows:/mingw:/win64/openSUSE_Factory/
/repodata/de780d578dbe061ba01d8d7617e44d1864e78c03fbf98ada4d49236ca88e1e40-prima
ry.xml.gz
===============================[ ERROR: LibCURL 
]===============================



WARNING: backtraces on your platform are often misleading or partially 
incorrect

None of the selected providers can install dependency libcurl-4
at C:\Users\Maxime\.julia\v0.2\LibCURL\deps\build.jl:13

================================================================================

INFO: Building Cairo
================================[ ERROR: Cairo 
]================================



None of the selected providers can install dependency gobject
at C:\Users\Maxime\.julia\v0.2\Cairo\deps\build.jl:130

================================================================================

INFO: Building Tk
=================================[ ERROR: Tk 
]==================================



None of the selected providers can install dependency tcl
at C:\Users\Maxime\.julia\v0.2\Tk\deps\build.jl:54

================================================================================


================================[ BUILD ERRORS 
]================================


WARNING: Cairo, LibCURL and Tk had build errors.

 - packages with build errors remain installed in 
C:\Users\Maxime\.julia\v0.2
 - build a package and all its dependencies with `Pkg.build(pkg)`
 - build a single package by running its `deps/build.jl` script

================================================================================

INFO: REQUIRE updated.

julia> versioninfp()
ERROR: versioninfp not defined


julia> versioninfo()
Julia Version 0.2.1
Commit e44b593* (2014-02-11 06:30 UTC)
Platform Info:
  System: Windows (x86_64-w64-mingw32)
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY)
  LAPACK: libopenblas
  LIBM: libopenlibm

julia>


thanks for the help.

Reply via email to