Re: [julia-users] Gadfly installation problem... ERROR: DenseArray not defined

2014-02-06 Thread Sung Soo Kim
But then, I can't install packages with pre-release version. Below is the error message. Is it because there is some version control going on now?? (build number, 1406, is different from what I directly compiled, which was 1347) julia> Pkg.add("RDatasets") INFO: Initializing package repository

Re: [julia-users] Gadfly installation problem... ERROR: DenseArray not defined

2014-02-06 Thread Sung Soo Kim
Great. Now I see the pre-release from the main download page. Thanks a lot. On Tuesday, February 4, 2014 10:57:09 PM UTC-5, John Myles White wrote: > > I’m sure you are. :) > > — John > > On Feb 4, 2014, at 6:37 PM, Elliot Saba > > wrote: > > We're working on it, I promise. :) > On Feb 4, 2014

Re: [julia-users] Gadfly installation problem... ERROR: DenseArray not defined

2014-02-04 Thread John Myles White
I’m sure you are. :) — John On Feb 4, 2014, at 6:37 PM, Elliot Saba wrote: > We're working on it, I promise. :) > > On Feb 4, 2014 6:01 PM, "John Myles White" wrote: > Yes, assuming we can get the builds working smoothly, it would be really > great to offer stable and unstable binaries rig

Re: [julia-users] Gadfly installation problem... ERROR: DenseArray not defined

2014-02-04 Thread Elliot Saba
We're working on it, I promise. :) On Feb 4, 2014 6:01 PM, "John Myles White" wrote: > Yes, assuming we can get the builds working smoothly, it would be really > great to offer stable and unstable binaries right on the main downloads > page. > > -- John > > On Feb 4, 2014, at 11:52 AM, Eric Davi

Re: [julia-users] Gadfly installation problem... ERROR: DenseArray not defined

2014-02-04 Thread John Myles White
Yes, assuming we can get the builds working smoothly, it would be really great to offer stable and unstable binaries right on the main downloads page. — John On Feb 4, 2014, at 11:52 AM, Eric Davies wrote: > On Tuesday, 4 February 2014 12:35:19 UTC-6, Sung Soo Kim wrote: > I think it would be

[julia-users] Gadfly installation problem... ERROR: DenseArray not defined

2014-01-31 Thread Ivar Nesje
It seems like you are using the 0.2.0 version of Julia, and some package authors have not correctly marked new versions of their package to require 0.3.0-prerelease when they decided to use features that has been introduced after the release of 0.2.0. The consequence is that Pkg.add and Pkg.upda

[julia-users] Gadfly installation problem... ERROR: DenseArray not defined

2014-01-31 Thread Sung Soo Kim
Hi, I'm new to Julia, and I fresh installed Julia today and tried to use Gadfly (after installing Cairo, DataFrames), then the above error happened. Here is the output of it. julia> using Gadfly Warning: Possible conflict in library symbol dtrtri_ Warning: Possible conflict in library symbol dge