Changes between Version 3 and Version 4 of Ticket #4144
- Timestamp:
- 07/03/11 09:00:20 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4144 – Description
v3 v4 6 6 * and creating a header file that does #define original_symbol_name gdal_original_symbol_name for each symbol. 7 7 8 This process is automated by a dump_symbols.sh scripts in frmts/gtiff/libtiff and frmts/gtiff/libgeotiff that must be run whenever internal libtiff/libgeotiff is updated (and that the version includes new symbols). 8 This process is automated by a dump_symbols.sh scripts in frmts/gtiff/libtiff and frmts/gtiff/libgeotiff that must be run whenever internal libtiff/libgeotiff is updated (and that the version includes new symbols). The generated files are placed in svn to avoid running the script at each build, mainly because the script might only work on Linux. Wouldn't work as it on MacOS. But the end-result should be portable. 9 9 10 10 Of course, one also must make sure this header file is included at the appropriate places. This mainly consists in including it in the tif_config.h and geo_config.h, but also in the INGR, NITF, JPEG drivers happen to use libtiff symbols, and MrSID for libgeotiff.