You've got tiff and openjpeg disabled in your configuration, but pre-compiled OIIO library requires both of this libraries. So i could see two posibilities for you:
1. Build OIIO yourself which would exactly match your system configuration. This is in fact best approach to use: pre-compiled libraries would be removed as soon as all modern distros would switch to libraries versions required by blender. 2. Enable both opehjpeg and tiff libraries in your configuration, but keep WITH_SYSTEM_OPENJPEG disabled, so there should be no conflicts between what imbuf stuff requires and what you've got in your system. On Sun, Jun 24, 2012 at 2:48 AM, Daniel Salazar - 3Developer.com < [email protected]> wrote: > Thank you Campbell I went ahead and disabled the flag but I still got this > :s > > http://www.pasteall.org/33180 > > and this is my entire CMakeCache.txt file in case it's useful > > http://www.pasteall.org/33181 > > Daniel Salazar > patazstudio.com > > > On Sat, Jun 23, 2012 at 8:25 AM, Campbell Barton <[email protected]> > wrote: > > @Daniel, try disable CMake's new WITH_SYSTEM_OPENJPEG option, this > > will build against OpenJPEG 1.5 bundled with blender. > > > > On Sat, Jun 23, 2012 at 3:27 PM, Campbell Barton <[email protected]> > wrote: > >> 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 > > > > > > > > -- > > - Campbell > > _______________________________________________ > > Bf-committers mailing list > > [email protected] > > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > -- With best regards, Sergey Sharybin _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
