Hey! It seems 9.1.0 fails to compile with gcc-13, due to errors like these:
proj/proj-sys/PROJSRC/proj/proj-9.1.0/src/proj_json_streaming_writer.hpp:42:14: error: ‘int64_t’ in namespace ‘std’ does not name a type
42 | typedef std::int64_t GIntBig;
And more, seems to be fixed by this commit, which made it to 9.1.1. I just tested and it builds fine on 9.2.0 too.
Hey! It seems
9.1.0
fails to compile with gcc-13, due to errors like these:And more, seems to be fixed by this commit, which made it to
9.1.1
. I just tested and it builds fine on9.2.0
too.