|
"pure virtual method called" crash when developing nuke OP plugin with OCIO
Hi All,
I'm a new to both Nuke and OCIO. For some reason, I need to develop a nuke OP similar to OCIOFileTransform. But when I add just one simple line such as "OCIO::GetCurrentConfig()", I got a
Hi All,
I'm a new to both Nuke and OCIO. For some reason, I need to develop a nuke OP similar to OCIOFileTransform. But when I add just one simple line such as "OCIO::GetCurrentConfig()", I got a
|
By
Yanli Zhao <yanli...@...>
·
#1662
·
|
|
Pure Virtual Function crash when developing a nuke OP with OCIO / OpenColorIO API
Hi,
For some reason, I need to write a pixelOp similar to OCIOFileTransform with OCIO API. But when I add just one simple line such as "OCIO::GetCurrentConfig()", I got a crash with the terrible "Pure
Hi,
For some reason, I need to write a pixelOp similar to OCIOFileTransform with OCIO API. But when I add just one simple line such as "OCIO::GetCurrentConfig()", I got a crash with the terrible "Pure
|
By
Yanli Zhao <yanli...@...>
·
#1661
·
|
|
Support of the Java interface
Hi all,
I would like to know if OCIO java public interface is used? and should be maintained ?
OCIO currently supports three public interfaces: 1) The native C++, 2) The Python interface (built on top
Hi all,
I would like to know if OCIO java public interface is used? and should be maintained ?
OCIO currently supports three public interfaces: 1) The native C++, 2) The Python interface (built on top
|
By
Patrick Hodoul <patric...@...>
·
#1660
·
|
|
Re: 1.1.0 Release
Version 1.1.0 has just been released and is located on the "RB-1.1" branch for long-term support.
Please continue to evaluate and we will release patches as necessary.
Thanks!
Version 1.1.0 has just been released and is located on the "RB-1.1" branch for long-term support.
Please continue to evaluate and we will release patches as necessary.
Thanks!
|
By
Sean Cooper <se...@...>
·
#1659
·
|
|
Re: 1.1.0 Release
Crap, never mind again...
Richard
Crap, never mind again...
Richard
|
By
Richard Shaw <hobbe...@...>
·
#1656
·
|
|
Re: 1.1.0 Release
Ok, I spoke too soon, this doesn't look like a missing package problem:
! Package babel Error: You haven't specified a language option.
See the babel package documentation for
Ok, I spoke too soon, this doesn't look like a missing package problem:
! Package babel Error: You haven't specified a language option.
See the babel package documentation for
|
By
Richard Shaw <hobbe...@...>
·
#1655
·
|
|
Re: 1.1.0 Release
I'm getting it figured out... It's missing texlive packages but I don't want to install EVERYTHING because there's tons of packages, so I'm having to find what's missing one at a time and keep trying
I'm getting it figured out... It's missing texlive packages but I don't want to install EVERYTHING because there's tons of packages, so I'm having to find what's missing one at a time and keep trying
|
By
Richard Shaw <hobbe...@...>
·
#1654
·
|
|
Re: 1.1.0 Release
In my previous email I pasted the output from building the pdf documentation. For some reason pdflatex is getting to an interactive prompt which is of course bad when trying to build a package :)
In my previous email I pasted the output from building the pdf documentation. For some reason pdflatex is getting to an interactive prompt which is of course bad when trying to build a package :)
|
By
Richard Shaw <hobbe...@...>
·
#1653
·
|
|
Re: 1.1.0 Release
What issues are you having with the documentation?
What issues are you having with the documentation?
|
By
Sean Cooper <se...@...>
·
#1658
·
|
|
Re: 1.1.0 Release
Yes, this is with the PR already being applied as a patch, I appear to only be having issues with building the documentation. I can disable that but I would hate to release a new package without the
Yes, this is with the PR already being applied as a patch, I appear to only be having issues with building the documentation. I can disable that but I would hate to release a new package without the
|
By
Richard Shaw <hobbe...@...>
·
#1652
·
|
|
Re: 1.1.0 Release
Richard, have you tested Patrick's PR for the GCC fixes? I'm looking to release today and don't want to slot in unnecessary commits to the release, they have already been merged to master so will show
Richard, have you tested Patrick's PR for the GCC fixes? I'm looking to release today and don't want to slot in unnecessary commits to the release, they have already been merged to master so will show
|
By
Sean Cooper <se...@...>
·
#1657
·
|
|
Re: 1.1.0 Release
Ok, so I "fixed" it by adding --install-dir to all the python external projects but now I run into this:
[ 61%] Building pdf doc
cd
Ok, so I "fixed" it by adding --install-dir to all the python external projects but now I run into this:
[ 61%] Building pdf doc
cd
|
By
Richard Shaw <hobbe...@...>
·
#1651
·
|
|
Re: 1.1.0 Release
Yeah, I've thought about it. I actually added most of the USE_EXTERNAL... stuff when I first got OCIO in Fedora but I have far fewer free cycles these days.
Thanks,
Richard
Yeah, I've thought about it. I actually added most of the USE_EXTERNAL... stuff when I first got OCIO in Fedora but I have far fewer free cycles these days.
Thanks,
Richard
|
By
Richard Shaw <hobbe...@...>
·
#1650
·
|
|
Re: 1.1.0 Release
If you have some time you could do a pull request :) to help the community...
If you have some time you could do a pull request :) to help the community...
|
By
Patrick Hodoul <patric...@...>
·
#1649
·
|
|
Re: 1.1.0 Release
I think that's because ubuntu uses debian's scheme instead of /usr/lib{,64} like RPM based distros. Either way, there's still the question about why the system installed setuptools isn't
I think that's because ubuntu uses debian's scheme instead of /usr/lib{,64} like RPM based distros. Either way, there's still the question about why the system installed setuptools isn't
|
By
Richard Shaw <hobbe...@...>
·
#1648
·
|
|
Re: 1.1.0 Release
double-checked using the ubuntu 16 & gcc 5.4.0 docker image and setuptools is working fine.
double-checked using the ubuntu 16 & gcc 5.4.0 docker image and setuptools is working fine.
|
By
Patrick Hodoul <patric...@...>
·
#1646
·
|
|
Re: 1.1.0 Release
Ok, next error, setuptools is built thinking it needs /usr/lib but installs to /usr/lib64 (as it should) and then it gets confused.
Side question: Why do we have to build a bundled setuptools instead
Ok, next error, setuptools is built thinking it needs /usr/lib but installs to /usr/lib64 (as it should) and then it gets confused.
Side question: Why do we have to build a bundled setuptools instead
|
By
Richard Shaw <hobbe...@...>
·
#1647
·
|
|
Re: 1.1.0 Release
Please have a look to PR #498 to have the standalone fix (for gcc 5.4.0)
Please have a look to PR #498 to have the standalone fix (for gcc 5.4.0)
|
By
Patrick Hodoul <patric...@...>
·
#1645
·
|
|
Re: 1.1.0 Release
Using newer gcc version (i.e. 7.2.1), you are facing new warnings.
Please have a look to PR 488 where most of your problems should have been
Using newer gcc version (i.e. 7.2.1), you are facing new warnings.
Please have a look to PR 488 where most of your problems should have been
|
By
Patrick Hodoul <patric...@...>
·
#1642
·
|
|
Re: 1.1.0 Release
Ok, so I changed to yaml-cpp 0.5.x (was still using 0.3.x) and got past cmake, now:
/home/build/rpmbuild/OpenColorIO/BUILD/OpenColorIO-RB-1.1/src/core/Lut1DOp.cpp:192:14: error: 'void
Ok, so I changed to yaml-cpp 0.5.x (was still using 0.3.x) and got past cmake, now:
/home/build/rpmbuild/OpenColorIO/BUILD/OpenColorIO-RB-1.1/src/core/Lut1DOp.cpp:192:14: error: 'void
|
By
Richard Shaw <hobbe...@...>
·
#1644
·
|