On Wed, 26 Apr 2023 at 03:31, Paul Ramsey <pram...@cleverelephant.ca> wrote:
>
> I just don’t have easy access to gcc13 to do the build/test cycle with.

If you have docker set-up locally, could test it with:

docker pull fedora:38
docker run -t -i --rm -v `pwd`:/io fedora:38 bash

then:
yum install -y g++ cmake
cd /io
rm -rf build && mkdir build && cd build
cmake ..
etc...

I've just checked with the 3.8 branch, it seems ok. Probably because of:
https://github.com/libgeos/geos/commit/5fe03b63e2c41ac2922a9865b3d67c006433efe9
_______________________________________________
geos-devel mailing list
geos-devel@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/geos-devel

Reply via email to