The issue is that blender links against a static OIIO which has calls to openjpeg. if those are not resolved when linking blenders binary, blender wont build - giving linking errors.
Ill add the CMake option to build on linux with our bundled openjpeg, might simplify things. On Sat, Jun 23, 2012 at 2:57 PM, Thomas Dinges <[email protected]> wrote: > Well the problems Daniel get, are in Blenders compile process. If OIIO > has been built with OpenJPEG support, it can read the format, disabling > the option for Blender won't have an affect on OIIO. > > Am 23.06.2012 14:51, schrieb Campbell Barton: >> OpenImageIO requires it, therefor cycles. >> >> we could build OpenImageIO without openjpeg to workaround this >> problem, but then it cant open Jpeg 2000. >> >> On Sat, Jun 23, 2012 at 12:45 PM, Thomas Dinges <[email protected]> wrote: >>> Why don't you just disable OpenJPEG? It's only used for Jpeg 2000 support. >>> >>> Am 23.06.2012 04:33, schrieb Daniel Salazar - 3Developer.com: >>>> I have upgrated my libs to: >>>> >>>> OpenJPEG: 2.0.0 >>>> JPEG: 8.3.0 >>>> >>>> I'm getting this error when trying to build with OpenJPEG enabled >>>> >>>> http://www.pasteall.org/33157 >>>> >>>> Daniel Salazar >>>> patazstudio.com >>>> >>> -- >>> Thomas Dinges >>> Blender Developer, Artist and Musician >>> >>> www.dingto.org >>> >>> _______________________________________________ >>> Bf-committers mailing list >>> [email protected] >>> http://lists.blender.org/mailman/listinfo/bf-committers >> >> > > > -- > Thomas Dinges > Blender Developer, Artist and Musician > > www.dingto.org > > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers -- - Campbell _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
