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
EXR supported build
Re: EXR supported build
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
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