Admin message

On Thursday, June 4th, we will be performing critical infrastructure maintenance on our Disaster Recovery processes. This will necessitate brief outages for Community GitLab from time to time. The outages will not lose any work, however, some jobs may need to be restarted. If you are not able to access one of our services or websites, please wait a few minutes and try again. Additional status updates will be available on our status page at https://status.opengroup.org/.

Build fix for gcc13 (default on Ubuntu 24.04 LTS)

Using default compiler on Ubuntu 24.04, gcc 13.2.0, the patch below is necessary for the C++ code to build.

First change is in types.cpp renaming _Float32 to __Float32, as _Float32 is already used internally in the compiler provided libraries.

Second change is always returning a copy in TrackTouched::removeDuplicates, not the input in case there is only 1 entry in the file, as that makes the compiler happy.

openzgy_buildpatch_gcc13.diff

Edited Jun 07, 2024 by Jon Jenssen
Assignee Loading
Time tracking Loading