[Bf-committers] ERROR! OpenShadingLanguage-1.6.9 failed to compile, exiting

2016-01-12 Thread INTERLICHTSPIELHAUS
hi tried to update my build env through install_deps.sh get the following error: Building OpenShadingLanguage-1.6.9 Ensuring /opt/lib exists and is writable by us ILMBASE_HOME=/opt/lib/openexr -- The C compiler identification is GNU 4.8.4 -- The CXX compiler identification is GNU 4.8.4 -- Check

Re: [Bf-committers] ERROR! OpenShadingLanguage-1.6.9 failed to compile, exiting

2016-01-12 Thread Bastien Montagne
We already got reported a similar error (on ubuntu 14.04 iirc), which one is your distro? Anyway, I do not know where this conflict with OIIO comes from, things you can try: * Check you do not have some 'libopenimageio-dev' package or so installed on your system (and if you have, remove it). *

Re: [Bf-committers] ERROR! OpenShadingLanguage-1.6.9 failed to compile, exiting

2016-01-12 Thread INTERLICHTSPIELHAUS
hi We already got reported a similar error (on ubuntu 14.04 iirc), which > one is your distro? > > ubuntu 14.04 too > Anyway, I do not know where this conflict with OIIO comes from, things > you can try: > * Check you do not have some 'libopenimageio-dev' package or so > installed on your system

Re: [Bf-committers] ERROR! OpenShadingLanguage-1.6.9 failed to compile, exiting

2016-01-13 Thread Benoit Bolsee
Hi, I came across the same problem (Linux Mint 17) and fixed it by patching one of the cmake file in OSL. Here is the diff: --- a/src/liboslexec/CMakeLists.txt +++ b/src/liboslexec/CMakeLists.txt @@ -144,7 +144,7 @@ ${OPENIMAGEIO_LIBRARY} ${PUGIXML_LIBRARIES}