> On Feb 13, 2012, Jens Olsson <[email protected]> wrote: 
> ...
> I just noticed it says 0.9.0, not 0.10.4. Did I miss something in the
> setup? I installed homebrew fresh and ran
> 
> brew install --gui openimageio



Yeah that's the old version, 0.9.0.  You probably didn't update homebrew before 
trying to build things:
You should first remove everything you built, then update, and doctor like this:

    brew rm -f `brew list`
    brew update
    brew doctor
    brew install gawk git

If those all work, then you should be able to

    brew info openimageio

and have it tell you:

    openimageio 0.10.4
    http://openimageio.org
    Depends on: cmake, pkg-config, doxygen, ilmbase, openexr, boost, libtiff, 
jpeg, jasper, openjpeg, cfitsio, hdf5, field3d
    Not installed
    
http://github.com/mxcl/homebrew/commits/master/Library/Formula/openimageio.rb

and then you're good to

    brew install --gui openimageio

Ok good luck.  Only a few more minutes till glory.


 
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to