[geos-devel] Fedora 38 GCC 13 3.11.2 build failure
Mike Taves
mwtoews at gmail.com
Tue Apr 25 14:49:30 PDT 2023
On Wed, 26 Apr 2023 at 03:31, Paul Ramsey <pramsey at 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
More information about the geos-devel
mailing list