Thanks for all the replies so far. I'm aim to work through them
properly when I get time and expect to have some follow-up questions.
For now, I just wanted to briefly address this comment:
You can still build with Autotools!
For GDAL 3.5.x, this is true. However, it is GDAL 3.6 (not yet
Hello,
When is the anticipated release date for GDAL release 3.5.1?
Thank you,
Adam
Sent with [Proton Mail](https://proton.me/) secure email.___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev
Even Rouault writes:
> https://download.osgeo.org/gdal/3.5.1/gdal-3.5.1rc1.tar.xz
This built within pkgsrc, with no changes to the set of installed files
(our PLIST file), and just a micro shlib bump. Note that I am still
building pkgsrc with autoconf.
autotest seems as ok as it's been on my
Hi
I try to read raster data from an URL with QGIS. I see QGIS uses GDAL
vsicurl to connect to data. It works just fine. Only GDAL tries to fetch
a lot of meta files which can be disabled by setting the
GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR
Using this:
GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR gda
On Tue, 28 Jun 2022 at 03:28, Nik Sands wrote:
> However, I’m getting numerous build errors, starting with the following error
> when running cmake to build GDAL 3.5.0:
>
> fatal error: 'direct.h' file not found
Check cmake command output for
-- Looking for direct.h
and what is the loo
"CheckIncludeFile.c:1:10: fatal error: 'direct.h' file not found" is not
an issue when it happens during the CMake configuration phase, ie when
you run "cmake" (it is not expected during the build phase of course).
The GDAL CMake configuration tries to find which header files are there
or not :
Nik Sands writes:
> Since I last built GDAL (2.2.2), cmake has been introduced and it
> appears as though it is going to be the only option going forward. So
> I’m attempting to use cmake to build GDAL 3.5.0 on macOS 12.4
> ('Monterey’). I’ve installed cmake using the ‘homebrew’ macOS package
Hi,
"brew install gdal" does work. I did it before, the problem is that I
forget to add the PATH of gdal and the default PATH is to Anaconda.
Now, it works :D
Thank you.
Andreas Oxenstierna 于2022年6月28日周二
15:28写道:
> Hi
>
> My gdal installation with brew, https://formulae.brew.sh/formula/gdal,