RenderToolbox / RenderToolbox3

Matlab toolbox for managing graphics rendering for psychophysics
Other
5 stars 2 forks source link

OpenEXR 2.1 Compatibility #26

Closed benjamin-heasly closed 8 years ago

benjamin-heasly commented 9 years ago

Issue by benjamin-heasly Friday Oct 17, 2014 at 15:32 GMT Originally opened as https://github.com/DavidBrainard/RenderToolbox3/issues/56


Michael Bannert reported problems building ReadMultichannelEXR agains OpenEXR 2.1.0.

His system: MATLAB R2014a My Xcode version is 5.1.1 (5B1008) Mac OS X 10.9

He reported that it did work after downgrading to OpenEXR 2.0.1.

We should make RenderToolbox3 compatible with OpenEXR 2.0 and 2.1.

benjamin-heasly commented 9 years ago

Comment by SmashTV Tuesday Dec 09, 2014 at 18:43 GMT


Hi,

Sorry for not keeping you posted. I made RTB work again a few weeks ago. The major change I made was to install an old version of Xcode (4.6.3). This definitely wasn't all that there was to it, though! I played around with the above-mentioned versions of OpenEXR and at some point it worked. It is still a mystery to me.

I'm just posting this because it might be helpful to others to know that Apple's clang compiler (used by Xcode 5) can cause some problems and switching to Xcode 4 seemed to help with compiling errors I've had in the past.

Good luck to all! :)

mb