Date
1 - 4 of 4
truelight compile error
Jeremy Selan <jeremy...@...>
Hello.
toggle quoted message
Show 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 |
|
Nishith Singhai <singha...@...>
Hello,
toggle quoted message
Show quoted text
at present i am using suse. got it running so far .. OIIO not found. Specify OIIO_PATH to locate it ( this seems ok ) but it halts at this point. Linking CXX shared module PyOpenColorIO.so [100%] Built target PyOpenColorIO make: *** [all] Error 2 nishith@linux-r03u:~> need some feedback. Thank you. On Monday, December 17, 2012 6:48:49 PM UTC+5:30, Nishith Singhai wrote:
following error occurs when compiling. I have only one question |
|
Jeremy Selan <jeremy...@...>
I am not sure why the python bindings are building on your system.
toggle quoted message
Show quoted text
In the meantime, you can configure CMake to skip building them. This should allow the build to succeed. cmake -D OCIO_BUILD_PYGLUE=NO -- Jeremy On Wed, Dec 19, 2012 at 2:38 AM, Nishith Singhai <singha...@...> wrote:
Hello, |
|
Nishith Singhai <singha...@...>
Hi,
since i am testing i should download fedora as you already mentioned. However , just to know bit about this system i'm pasting error ( complete clipboard ) nishith@linux-r03u:~> cmake -D PYTHON:FILEPATH=python2 -D OCIO_BUILD_PYGLUE=NO -D CMAKE_INSTALL_PREFIX=/tmp/softwar/ocio /home/nishith/Downloads/imageworks-OpenColorIO-b3cb224 Brgds, Nishith On Wednesday, December 19, 2012 11:52:36 PM UTC+5:30, Jeremy Selan wrote: I am not sure why the python bindings are building on your system. |
|