Page 1 of 1

EXR supported build

Posted: 2010-12-02T18:28:16-07:00
by chaney
Hello ,

I need a good dpx/cineon to exr converter for CentOS release 5.5 (Final) .

So I attempted to configure with
setenv LD_LIBRARY_PATH /usr/local/lib // Where exr libraries are
setenv PKG_CONFIG /tmp/openexr-1.7.0/ // Where OpenEXR.pc resides for this test
./configure --enable-hdri --with-openexr=yes

After configuration , I get :

-------------------------------------------------------------
checking for OPENEXR...
-------------------------------------------------------------

and then

High Dynamic Range Imagery
--enable-hdri=yes yes
OpenEXR --with-openexr=yes no

I cannot get the exr to work . Any suggestions ?

Thank You

Re: EXR supported build

Posted: 2010-12-02T21:58:33-07:00
by chaney
Case closed .

Using this
viewtopic.php?f=2&t=16875&start=0

And then setting
setenv PKG_CONFIG_PATH /tmp/openexr-1.7.0/lib/pkgconfig:/tmp/ilmbase-1.0.2/lib

seems to have resolved the issue