DavidBrainard / RenderToolbox3

Matlab toolbox for managing graphics rendering for psychophysics
MIT License
11 stars 4 forks source link

OpenEXR 2.1 Compatibility #56

Closed benjamin-heasly closed 9 years ago

benjamin-heasly commented 9 years ago

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.

mmbannert commented 9 years ago

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