<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Sean,</p>
    <p>I've issue a rc3 with a fix for that issue:</p>
    <p>   <a class="moz-txt-link-freetext" href="https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc3.tar.xz">https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc3.tar.xz</a><br>
         <a class="moz-txt-link-freetext" href="https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc3.tar.gz">https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc3.tar.gz</a><br>
         <a class="moz-txt-link-freetext" href="https://download.osgeo.org/gdal/3.5.0/gdal350rc3.zip">https://download.osgeo.org/gdal/3.5.0/gdal350rc3.zip</a></p>
    <p>Even<br>
    </p>
    <div class="moz-cite-prefix">Le 09/05/2022 à 20:47, Sean Gillies a
      écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:CAOodmJrRg5fmU9xjobk6VbLSfKE5i2QA=PE9FOBJDwuqohkmPw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">
          <div>Hi Even,</div>
          <div><br>
          </div>
          <div>I'm still using the legacy configure script and have
            found that ogrmvtdataset.cpp doesn't compile on my system
            due to</div>
          <div><br>
          </div>
          <div>In file included from ogrmvtdataset.cpp:43:<br>
          </div>
          <div>.../ogr_geos.h:40:12: fatal error: geos_c.h: No such file
            or directory</div>
          <div><br>
          </div>
          <div>This is GDAL 3.5.0rc2. I haven't tried the earlier
            pre-releases. GDAL 3.4.3 compiled and installed on the same
            computer using the same script, which is:</div>
          <div><br>
          </div>
          <div>LD_LIBRARY_PATH=/home/seangillies/local/lib ./configure
            --prefix=/home/seangillies/local --with-curl
            --with-geos=/home/seangillies/local/bin/geos-config
            --with-proj=/home/seangillies/local</div>
          <div><br>
          </div>
        </div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Mon, May 9, 2022 at 3:48
            AM Even Rouault <<a
              href="mailto:even.rouault@spatialys.com"
              moz-do-not-send="true" class="moz-txt-link-freetext">even.rouault@spatialys.com</a>>
            wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">Hi,<br>
            <br>
            I've issued a RC2 with the following changes:<br>
            <br>
            - CMake: fix build of NITF driver if rebuilding after
            disabling JPEG driver<br>
            <br>
            - port/cpl_recode_iconv.cpp: fix invalid cast error with
            uclibc (#5684)<br>
            <br>
            - PNG: report cause when unable to create file<br>
            <br>
            - PCIDSK: fix build on 32-bit architectures on Debian (fixes
            #5694)<br>
            <br>
            - TileDB: compiler warning fix on 32bit<br>
            <br>
            - ogr2ogr: avoid potential nullptr deref (CID 1488679)<br>
            <br>
            - netCDF: add support for writing/reading geolocation array
            without a <br>
            grid_mapping variable<br>
            <br>
            Updated archives:<br>
            <br>
               <a
              href="https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc2.tar.xz"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc2.tar.xz</a><br>
               <a
              href="https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc2.tar.gz"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc2.tar.gz</a><br>
               <a
              href="https://download.osgeo.org/gdal/3.5.0/gdal350rc2.zip"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://download.osgeo.org/gdal/3.5.0/gdal350rc2.zip</a><br>
            <a
href="https://download.osgeo.org/gdal/3.5.0/gdalautotest-3.5.0rc2.tar.gz"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://download.osgeo.org/gdal/3.5.0/gdalautotest-3.5.0rc2.tar.gz</a><br>
               <a
              href="https://download.osgeo.org/gdal/3.5.0/gdalautotest-3.5.0rc2.zip"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://download.osgeo.org/gdal/3.5.0/gdalautotest-3.5.0rc2.zip</a><br>
            <br>
            Even<br>
            <br>
            Le 06/05/2022 à 15:06, Even Rouault a écrit :<br>
            > Hi,<br>
            ><br>
            > I have prepared a GDAL/OGR 3.5.0 release candidate.<br>
            ><br>
            > NEWS at:<br>
            ><br>
            >   <a
              href="https://github.com/OSGeo/gdal/blob/v3.5.0RC1/NEWS.md"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://github.com/OSGeo/gdal/blob/v3.5.0RC1/NEWS.md</a><br>
            ><br>
            > Note the first item about the new CMake build system,
            and the <br>
            > deprecation of the autoconf & nmake build systems
            that will be removed <br>
            > in GDAL 3.6.0<br>
            ><br>
            > Pick up an archive among the following ones (by
            ascending size):<br>
            ><br>
            >   <a
              href="https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc1.tar.xz"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc1.tar.xz</a><br>
            >   <a
              href="https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc1.tar.gz"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc1.tar.gz</a><br>
            >   <a
              href="https://download.osgeo.org/gdal/3.5.0/gdal350rc1.zip"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://download.osgeo.org/gdal/3.5.0/gdal350rc1.zip</a><br>
            ><br>
            > A snapshot of the gdalautotest suite is also available
            :<br>
            ><br>
            > <a
href="https://download.osgeo.org/gdal/3.5.0/gdalautotest-3.5.0rc1.tar.gz"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://download.osgeo.org/gdal/3.5.0/gdalautotest-3.5.0rc1.tar.gz</a><br>
            >   <a
              href="https://download.osgeo.org/gdal/3.5.0/gdalautotest-3.5.0rc1.zip"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://download.osgeo.org/gdal/3.5.0/gdalautotest-3.5.0rc1.zip</a><br>
            ><br>
            > A snapshot of the documentation is at:<br>
            ><br>
            >   <a
              href="https://download.osgeo.org/gdal/3.5.0/gdal350doc.zip"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://download.osgeo.org/gdal/3.5.0/gdal350doc.zip</a><br>
            ><br>
            > The GDAL-GRASS plugin sources and release process has
            been moved to <br>
            > <a href="https://github.com/OSGeo/gdal-grass"
              rel="noreferrer" target="_blank" moz-do-not-send="true"
              class="moz-txt-link-freetext">https://github.com/OSGeo/gdal-grass</a><br>
            ><br>
            > I'll call for a vote promoting it to next week if no
            serious problems <br>
            > are reported before.<br>
            ><br>
            > The "release/3.5" branch has been created for all bug
            fixes related to <br>
            > 3.5.x. master is now targetting 3.6.0dev.<br>
            ><br>
            > Best regards,<br>
            ><br>
            > Even<br>
            ><br>
            <br>
          </blockquote>
        </div>
        <br>
        -- <br>
        <div dir="ltr" class="gmail_signature">Sean Gillies</div>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
gdal-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
  </body>
</html>