Changes between Initial Version and Version 3 of Ticket #67500


Ignore:
Timestamp:
May 26, 2023, 3:36:28 AM (12 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The first error in the log is:

:info:build /opt/local/include/Alembic/Util/Foundation.h:66:10: fatal error: 'half.h' file not found
:info:build #include <half.h>
:info:build          ^~~~~~~~

half.h is part of openexr 2. The openexr port was recently updated to openexr 3 which is probably what broke this (and some other ports). If blender can be updated or fixed to work with openexr 3, great; if not, a new openexr2 port was created and blender could be changed to use that instead.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67500

    • Property Owner set to jasonliu--
    • Property Status changed from new to assigned
    • Property Summary changed from blender doesn't compile, errors out at alembic to blender @2.93.17: fatal error: 'half.h' file not found
  • Ticket #67500 – Description

    initial v3  
    11See attached log file, blender does not compile, errors out on intel platform. The log file doesn't give a lot of details, it shows errors on alembic and openxr:
    22
     3{{{
    34:info:build make[2]: *** [source/blender/io/alembic/CMakeFiles/bf_alembic.dir/intern/abc_customdata.cc.o] Error 1
    4 
    55:info:build make[2]: *** [source/blender/io/alembic/CMakeFiles/bf_alembic.dir/intern/abc_reader_archive.cc.o] Error 1
    6 
    76:info:build make[2]: *** [source/blender/io/alembic/CMakeFiles/bf_alembic.dir/intern/abc_reader_camera.cc.o] Error 1
    8 
    97:info:build make[2]: *** [source/blender/io/alembic/CMakeFiles/bf_alembic.dir/intern/abc_reader_curves.cc.o] Error 1
    10 
    118:info:build make[2]: *** [source/blender/io/alembic/CMakeFiles/bf_alembic.dir/intern/abc_reader_mesh.cc.o] Error 1
    12 
    139:info:build make[2]: *** [source/blender/io/alembic/CMakeFiles/bf_alembic.dir/intern/abc_reader_nurbs.cc.o] Error 1
    14 
    1510:info:build make[1]: *** [source/blender/io/alembic/CMakeFiles/bf_alembic.dir/all] Error 2
    16 
    1711:info:build make[2]: *** [source/blender/imbuf/intern/openexr/CMakeFiles/bf_imbuf_openexr.dir/openexr_api.cpp.o] Error 1
    18 
     12}}}