Hmm. I haven't tested it on Windows (and don't have one near me now), but I'm 
surprised it doesn't Just Work.

The block of code starting on line 17 simply downloads and extracts a .zip 
file. Instead of building through Pkg (which wraps the code in a try/catch 
block, making it harder to debug), can you just execute build.jl directly? Or 
copy/paste the lines into the REPL?

--Tim

On Wednesday, April 02, 2014 07:13:24 PM Jacques Rioux wrote:
> I get errors building it.
> 
> julia> Pkg.build("TestImages")
> 
> =============================[ ERROR:
> TestImages]==============================
> 
> 
> spawn: no such file or directory (ENOENT)
> while loading C:\Users\Jacques\.julia\v0.3\TestImages\deps\build.jl, in
> expression starting on line 17
> 
> 
============================================================================
> ====
> 
> 
> ================================[ BUILD ERRORS
> ]================================
> 
> 
> WARNING: TestImages had build errors.
> 
>  - packages with build errors remain installed in
> C:\Users\Jacques\.julia\v0.3
>  - build a package and all its dependencies with `Pkg.build(pkg)`
>  - build a single package by running its `deps/build.jl` script
> 
> 
============================================================================
> ====
> On Wednesday, April 2, 2014 6:07:57 PM UTC-4, Tim Holy wrote:
> > It's a very simple package: it provides an easy way to load images that
> > have
> > become something of a standard in the image processing community.
> > 
> > https://github.com/timholy/TestImages.jl
> > 
> > If there are important ones I've missed, feel free to submit a PR.
> > 
> > --Tim

Reply via email to