Yes, that works absolutely fine. But every-time I have to do "using
ImageView" I have to build it first. Pkg.build("Images") works
absolutely fine. Thank you for your help.

On 3/15/14, Tim Holy <tim.h...@gmail.com> wrote:
> Images and ImageView are separate. The easier case should be Linux, as my
> own
> platform is Ubuntu 12.04 and it works fine. So let's start there.
>
> First, does Pkg.build("Images") work? Note: Images, not ImageView!
>
> Second, Pkg.build("ImageView") is failing because Pkg.build("Tk") is
> failing.
> To me it looks like the build script (in $PKGDIR/Tk/deps/build.jl) is
> expecting to find a tk8.6 package, but on Ubuntu 12.04 the latest is tk8.5.
> I'd
> recommend manually doing
>      sudo apt-get install tk8.5 tcl8.5
>
> Then try Pkg.build("Tk"). If that works, try Pkg.build("ImageView").
>
> Let us know whether this works, so we know what to do to improve the build
> script.
>
> --Tim
>
>
> On Saturday, March 15, 2014 06:54:56 AM Siddha Ganju wrote:
>> Sorry I forgot this part:
>>
>> Should I try building each package and all its dependencies
>> independently?
>


-- 
Siddha Ganju
3rd Year Undergraduate Student
Computer Science and Engineering Department
National Institute of Technology, Hamirpur - 177005
E-mail Id : siddhaga...@gmail.com

Reply via email to