Are you really sure that you need to use a old development version of Julia.
If you do, you must learn to use using Pkg.pin("Winston", v"0.11.X")
<http://docs.julialang.org/en/release-0.3/stdlib/pkg/#Base.Pkg.pin>, to use
older versions of packages
See METADATA.jl/.../Winston/versions
<https://github.com/JuliaLang/METADATA.jl/tree/metadata-v2/Winston/versions> to
find valid versions to try. You might have to pin() other packages also in
order for this to work.
Ivar
kl. 08:27:08 UTC+2 tirsdag 16. september 2014 skrev paul analyst følgende:
>
>
> Sorry , I must use this version of Julia ;) but Winston not work.
> If Winston does not work what other simple package to charts you
> recommend?
>
>
> Version 0.3.0-prerelease+1400 (2014-02-05 19:14 UTC)
> Commit 6f3a4b6* (222 days old master)
> x86_64-w64-mingw32
>
>
> julia> Pkg.add("Winston")
> INFO: Nothing to be done
>
> julia> Pkg.add(Winston)
> ERROR: Winston not defined
>
> julia> using Win
> WinRPM WindowsRawSocket
> julia> using Winston
> ERROR: StepRange not defined
> in include at boot.jl:240
> in include_from_node1 at loading.jl:120
> in include_from_node1 at loading.jl:116
> while loading
> C:\Users\SAMSUNG2\.julia\v0.3\FixedPointNumbers\src\ufixed.jl, in
> expression starting
> on line 142
> while loading
> C:\Users\SAMSUNG2\.julia\v0.3\FixedPointNumbers\src\FixedPointNumbers.jl,
> in expressio
> n starting on line 42
> while loading C:\Users\SAMSUNG2\.julia\v0.3\Color\src\Color.jl, in
> expression starting on line 3
> while loading C:\Users\SAMSUNG2\.julia\v0.3\Cairo\src\Cairo.jl, in
> expression starting on line 5
> while loading C:\Users\SAMSUNG2\.julia\v0.3\Winston\src\Winston.jl, in
> expression starting on line 3
>
>
> julia>
>
> Paul
>