We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When building GDAL using CMake and requesting that shapelib functions NOT be renamed a compilation failure occurs.
using cmake.exe -DGDAL_USE_INTERNAL_LIBS=WHEN_NO_EXTERNAL -DRENAME_INTERNAL_SHAPELIB_SYMBOLS=OFF .\ results in the compiler error when building
cmake.exe -DGDAL_USE_INTERNAL_LIBS=WHEN_NO_EXTERNAL -DRENAME_INTERNAL_SHAPELIB_SYMBOLS=OFF .\
Windows 10 Pro (22H2) 64-bit operating system, x64-based processor Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz 1.99 GHz
Issue is in 3.5.3 - 3.7.2
Credit to Russell Mills from Riskaware LTD for finding the issue.
The text was updated successfully, but these errors were encountered:
fixed per d7ab108 . backport to 3.7 per bbba4fe
Sorry, something went wrong.
Shape: fix build with -DRENAME_INTERNAL_SHAPELIB_SYMBOLS=OFF (fixes #…
d7ab108
…8532)
bbba4fe
Thanks 😄
Shape: fix build with -DRENAME_INTERNAL_SHAPELIB_SYMBOLS=OFF (fixes O…
edffd5a
…SGeo#8532)
rouault
No branches or pull requests
Expected behaviour and actual behaviour.
When building GDAL using CMake and requesting that shapelib functions NOT be renamed a compilation failure occurs.
Steps to reproduce the problem.
using
cmake.exe -DGDAL_USE_INTERNAL_LIBS=WHEN_NO_EXTERNAL -DRENAME_INTERNAL_SHAPELIB_SYMBOLS=OFF .\
results in the compiler error when buildingOperating system
Windows 10 Pro (22H2)
64-bit operating system, x64-based processor
Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz 1.99 GHz
GDAL version and provenance
Issue is in 3.5.3 - 3.7.2
Credit to Russell Mills from Riskaware LTD for finding the issue.
The text was updated successfully, but these errors were encountered: