Hello everyone!

I am currently trying to compile OIIO for CentOS 7, since the only installable version (1.5.x) is giving us a lot of trouble.

My minimum goal is OIIO with OCIO, LibRaw, Freetype, pybind and the command line tools. Although while I am at it, I will try to grab as much additional goodies as I can. ;)

I tried to use vcpkg and homebrew, but I am running into dead ends where debugging is getting super hard (if not impossible for me).

So I am trying to compile it the hard way and capturing all install commands along the way in THIS GIST <https://gist.github.com/fabiangeisler/3d45cbc88e5095064757b9223e987252>. (If this is of any help for the main repository, feel free to steal. :) )

Currently I am having the following issues:

- if I run "make config" I am getting this error:

    [...]
    Target "OpenImageIO_Util" INTERFACE_INCLUDE_DIRECTORIES property contains path:

        "/home/fabian.geisler/oiio/dist/include"

    which is prefixed in the source directory
    [...]

- The overall build succeeds, but when I lauch oiiotool it seems that the previously compiled extra libraries (like ocio, etc.) are not copied over to the dist folder. I don't know if that is intended or not. I can manually copy them over and then everything works. This might be related to the previous error.

If anybody has some hints/ideas or wants to jump on this task as well, I am forever grateful!

Cheers,
Fabian

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

Reply via email to