[gdal-dev] Error linking srsinfo in 3.9.1 (rc1 or rc2)
Greg Troxel
gdt at lexort.com
Mon Jun 24 11:03:10 PDT 2024
Barry DeZonia via gdal-dev <gdal-dev at lists.osgeo.org> writes:
> Scott, is it that you are using #include_next instead of #include?
> #include_next makes assumptions about the environment that #include does
> not.
And, stdlib.h is very much required by POSIX. On Debian 12 amd64,
/usr/include/stdlib.h is there, just as expected/required.
#include_next is new to me. Using it seems irregular, and using it for
stdlib seems wrong, from a posix-compliance point of view.
Is this in the gdal sources?
More information about the gdal-dev
mailing list