The packed libraries are 32-bit, builded with Visual Studio 2008 AFAIR. Unfortunetally, I'm not Windows user anymore - so I'm unable to produce precompiled binaries for all VS 32- and 64bit versions.
Also, I think that best solution would be automagic script that build all needed dependencies: https://github.com/OpenImageIO/oiio/issues/79 Cheers Robert W dniu 19 marca 2012 22:01 użytkownik Simon Eves <[email protected]> napisał: > I was able to unpack it (on a Mac), but it's not clear what flavour > the DLLs/LIBs are... 2008? 2010? 32-bit? 64-bit? > > No offence to Robert, but surely if the intention is to provide > precompiled libraries, we need all the flavours...? > > S > > On Mon, Mar 19, 2012 at 12:11 PM, Larry Gritz <[email protected]> wrote: >> Robert, that file appears to be corrupted. When I downloaded it, it >> appeared truncated and "unzip" told me it was broken. >> >> -- lg >> >> >> On Mar 18, 2012, at 7:57 AM, Robert Matusewicz wrote: >> >>> Ok, >>> >>> I found a quick-workaround for cmake build system on Windows. It looks >>> like there are missing *.d lock files - cmake use this to find what >>> paths should it add to CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH. I >>> also changed the directory structure of windows external to match the >>> structure that was used on linux. >>> >>> Larry, could You upload external on our repo - the current one are >>> here: http://dl.dropbox.com/u/1010083/OIIO/external.zip >>> >>> >>> Calculemus, could You try to compile OIIO with those updated >>> externals? Just remember to define THIRD_PARTY_TOOLS_HOME and >>> BOOST_ROOT and to disable python support (USE_PYTHON=0) and TBB >>> (USE_TBB=0) >>> >>> Cheers >>> Robert >> >> -- >> Larry Gritz >> [email protected] >> >> >> >> >> _______________________________________________ >> Oiio-dev mailing list >> [email protected] >> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org > > > > -- > SUPPORT COMMUNITY THEATRE! > _______________________________________________ > Oiio-dev mailing list > [email protected] > http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org -- My public key can be found at https://keyserver2.pgp.com _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
