Re: truelight compile error
Jeremy Selan <jeremy...@...>
Hello.
toggle quoted messageShow quoted text
The lack of Truelight is not causing an error in your build, the warning is merely informational in case you had intended for it to be used. Your build is failing as a result of not being able to find python headers. Do you know if you have the python headers installed on your system? For example, when using yum package management you would probably need "python-devel" installed. ( /usr/include/python2.6/ on my system) Alternatively, instead of specifying -D PYTHON_LIBRARY=/usr/bin/python2 you could try -D PYTHON:FILEPATH=python2 Also if you are using Fedora, or are on OSX you can install OCIO "the easy way", as now clarified on the website http://opencolorio.org/installation.html -- Jeremy
On Mon, Dec 17, 2012 at 5:18 AM, Nishith Singhai <singha...@...> wrote:
following error occurs when compiling. I have only one question 2) I have provided python library path yet error in highlight occurs. How to
|
|