On 19/09/2014 01:34, Etienne Fleurant wrote:
> Hi,
> 
> I am now trying to build static libraries for OIIO, without OCIO for the
> moment. I want to be able to compile the static libs successfully before I
> add OCIO in the equation.
> 
> My issue seems to be a linking problem towards the end of the building
> process, but what is strange in my case is that it doesn't seem to happen
> always at the exact same place.
> 

When running multiple tasks at the same time you can't guarantee they
finish in the same order they started. You get three errors as they all
started before the first error.

Build with 'Make -j 1' and you should fail in the same place each time.

Turn on CMAKE_VERBOSE_MAKEFILE to get more detailed output to help spot
what is wrong.

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

Reply via email to