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 W dniu 18 marca 2012 12:00 użytkownik Calculemus <[email protected]> napisał: > Unfortunately I don't know how to fix the build myself, all I can do > is provide the errors I get and communicate it to someone that can fix > it. > > So please guys, if someone works with windows help out. But I have no > time to waste so until this is fixed, I will have to transfer to > Linux. > > On 3/17/12, Larry Gritz <[email protected]> wrote: >> Most of these missing libraries are harmless for it not to find. It needs >> boost, libtiff, and OpenEXR. Almost everything else is optional, and the >> build will just skip over the specific parts of OIIO that require those >> optional libraries. >> >> You are welcome to transfer to Linux, but I'd prefer that we try to work out >> what's awkward with the Windows build. It's certainly possible to build >> under Windows -- lots of people do. But they probably worked out what was >> hard, fixed it on their end, and either forgot or simply never sent fixes >> back to us. We can then go a long time without noticing the problems again, >> until a new batch of developers comes along building for Windows for the >> first time (such as the start of GSoC season). This is an opportunity for >> us -- let's try to fix the build and/or the docs so that first-time Windows >> builders can make it work without help. It's worth the extra effort. >> >> -- lg >> >> >> On Mar 17, 2012, at 1:19 PM, Calculemus wrote: >> >>> I fixed the first missing variable I sent in the last pastebin but now >>> lots of other things seem to miss too: >>> >>> http://postimage.org/image/otn295s6z/ >>> >>> I am wasting time like this, should I transfer to linux? I could use >>> eclipse. >> >> -- >> Larry Gritz >> [email protected] >> >> >> _______________________________________________ >> Oiio-dev mailing list >> [email protected] >> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org >> > _______________________________________________ > 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
