On Thu, Jul 28, 2011 at 9:39 PM, Sebastian Elsner <[email protected]> wrote: > I have been following > http://openimageio.org/wiki/index.php?title=Building_OpenImageIO_on_Windows
Ah. I found this though there was no mention of gtest on there so I thought I must have been reading the wrong guide. >> If the USE_TBB option is activated, oiio will build with the bundled TBB >> for atomic support and a few other things. If not, it'll try to use >> some simple atomic support built into OIIO. You shouldn't have to set >> any path here, and either option should work I think. > > Yes, either option works, except on windows VS needs to somehow know where > the lib is. I guess on linux tbb is found automatically via cmake?! Should > it be automatically found on windows too and added lo LIBPATH? No, I think it doesn't need to link against the library - AFAIK OIIO only uses some of the header-only parts of TBB. If it's not working, that may mean the bits of TBB that have been taken by OIIO are inconsistent on windows... >> I imagine this would be welcome, though someone else will have to chime >> in. > > Yes, I guess so because you have to compile all the dependencies yourself > (at least here on my ubuntu machine I can get all of them via the package > manager), which is quite painful for somebody not experienced with this. Right, thanks. I just meant that I don't know where such stuff would be hosted from since I'm not involved in that side of things ;-) ~Chris _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
