Something to do with the late changes to the language standard, I guess. Though my days of C++ programming are over too long ago... Anyway, here are diagnostics:
Ubuntu Server 22.04.2 LTS (Jammy Jellyfish).
uname -a: Linux cheebuntu 5.15.0-76-generic #83-Ubuntu SMP Thu Jun 15 19:21:56 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux.
I'm getting the same error when trying to compile pdfalto in a docker container running Ubuntu with aarch64 architecture. Any tips or ideas on how to fix these errors would be greatly appreciated...
Something to do with the late changes to the language standard, I guess. Though my days of C++ programming are over too long ago... Anyway, here are diagnostics:
uname -a
: Linux cheebuntu 5.15.0-76-generic #83-Ubuntu SMP Thu Jun 15 19:21:56 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux.gcc --version
: gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0libfreetype.a
is rebuilt for arm64 and copied over into ./libs/freetype/linux/64, but that is far from being required yet.cmake . && cmake --build .
ends up with the following output: