google-code-export / cortex-vfx

Automatically exported from code.google.com/p/cortex-vfx
0 stars 0 forks source link

compilation problem due to openexr #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello Guys,
as every body here did ,i am now trying to compile Cortex ,

i am using the latest available trunk as of today

i have manage to fix few of the issues i faced already with compiling and now i 
am stuck at this error

scons: Reading SConscript files ...
Checking for C++ header file boost/version.hpp... yes
Checking for C++ library boost_iostreams... yes
Checking for C++ library Iex... no
ERROR : unable to find the OpenEXR libraries - check OPENEXR_INCLUDE_PATH and 
OPENEXR_LIB_PATH.

and the config file has this information :(the error part)
.sconf_temp/conftest_2.cpp:3:34: error: OpenEXR/ImfInputFile.h: No such file or 
directory
scons: Configure: no

it says the file doesnt exist but indeed its located in the folder .

iam using openexr 1.6.1 after compiling it .

helps are appreciated

thanks
Saber

Original issue reported on code.google.com by jlassisa...@gmail.com on 3 Jan 2013 at 3:07