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?