Changes between Initial Version and Version 1 of Ticket #18537, comment 6


Ignore:
Timestamp:
Dec 24, 2023, 6:17:08 PM (11 months ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18537, comment 6

    initial v1  
    11Yes. OpenEXR 3.2.1 for x86 and x86_64 (GCC 13+). OpenEXR 2.2.1 for x86_gcc2 (GCC 2).
     2
     3There are small issues with the CI build system with the translator"
     4
     5Seems like it downloads (x86_64):
     6
     7openexr30-3.0.5-1-x86_64.hpkg
     8
     9openexr-2.4.1-1-x86_64.hpkg 
     10
     11https://ci.haiku-os.org/teams/nightly/pipelines/master-x86_64/jobs/compile-master-x86_64/builds/373
     12
     13
     14{{{
     15...on 15200th target...
     16AppendToContainerCopyFilesScript <hpkg_-haiku_datatranslators.hpkg>haiku.package-copy-files-dummy-data/locale/catalogs/x-vnd.Haiku-BMPTranslator
     17MkDir1 objects/catalogs/add-ons/translators/exr
     18ExtractCatalogEntries1 objects/catalogs/add-ons/translators/exr/en.catkeys
     19../haiku-git/src/add-ons/translators/exr/ConfigView.cpp:17:10: fatal error: OpenEXRConfig.h: No such file or directory
     20   17 | #include <OpenEXRConfig.h>
     21      |          ^~~~~~~~~~~~~~~~~
     22compilation terminated.
     23In file included from ../haiku-git/src/add-ons/translators/exr/EXRTranslator.cpp:11:
     24../haiku-git/src/add-ons/translators/exr/EXRGamma.h:9:10: fatal error: halfFunction.h: No such file or directory
     25    9 | #include "halfFunction.h"
     26      |          ^~~~~~~~~~~~~~~~
     27compilation terminated.
     28}}}