[gdal-dev] Change name of compiled DLL

2023-06-29 Thread Derek Newhall
the build documentation, but couldn't find a setting for this. I also tried -DOUTPUT_NAME and -DLIBRARY_OUTPUT_NAME (per the CMake documentation) with no success. Thanks, Derek Newhall Disclaimer The information contained in this communication from the sender is confidential. It is intended solely

Re: [gdal-dev] ESRI Shapefile API missing

2023-06-20 Thread Derek Newhall
Also worth noting that this appears in the console output: -- Enabled drivers and features and found dependency packages -- The following features have been enabled: * ogr_SHAPE, ESRI shape-file Derek Newhall On Tue, Jun 20, 2023 at 9:01 PM Derek Newhall wrote: > Hi all, > > W

[gdal-dev] ESRI Shapefile API missing

2023-06-20 Thread Derek Newhall
b" -DEXPAT_LIBRARY="%~dp0Expat\RelWithDebInfo\libexpat.lib" ^ .. The build documentation at https://gdal.org/development/building_from_source.html says the ESRI Shapefile API cannot be disabled, so I'm wondering what's going on. Is this a bug, or did we just misconfigure som

[gdal-dev] Static link all optional libraries into gdal.dll

2023-04-05 Thread Derek Newhall
lite3. All the libraries pointed to in the associated *_LIBRARY CMake variables are the .lib files and we tried option(BUILD_SHARED_LIBS OFF) but that didn't work. Is there some setting to specify static linking? I notice some packages have *_IS_STATIC or *_USE_STATIC Thanks, Derek Newhall

[gdal-dev] Generated CMake build files missing external references

2023-03-16 Thread Derek Newhall
e're new to building the 3.6.x branch, so I'm presuming we've misconfigured something somewhere, but I am not sure what it is in this case. Thank you, Derek Newhall The following is the contents of our ConfigUser.cmake file: set(GDAL_BUILD_ABS_PATH "D:/gdal-3.6.3") se