On Wed, Sep 23, 2015 at 08:45:24AM +0200, Ricardo Wurmus wrote: > Eric Bavier <ericbav...@openmailbox.org> writes: > > Is the "half.h" header in OpenEXR, or in blender? If the latter, would > > it make more sense to instead patch the include directive to include > > the OpenEXR path? > “half.h” is provided by “ilmbase”. The include is in Blender, in this > file: > blender-2.75a/source/blender/imbuf/intern/openexr/openexr_api.cpp > I could patch this instead, replacing > #include <half.h> > with > #include <OpenEXR/half.h> > I’ll fix this, recompile and if there are no further objections push > upon success.
This is a recurrent problem with Ilmbase/OpenEXR, see the previous thread starting with https://lists.gnu.org/archive/html/guix-devel/2015-09/msg00141.html We should find a general solution if possible. Andreas