tcd-utils 2024-02-22
This legacy package for converting Tide Constituent Database (TCD) files to and from other formats has been refreshed to fix a FTB with GCC 14. Get the latest from
https://flaterco.com/xtide/files.html#extras
(Compliance) build_tide_db.c: Fixed FTB with GCC 14. GCC is now making
it an error to pass char ** for a char const * const * parameter. This is
valid in C++ but not in C for arbitrary standards reasons. Bug report
credit: Mamoru Tasaka. Refs:
https://c-faq.com/ansi/constmismatch.html
https://isocpp.org/wiki/faq/const-correctness#constptrptr-conversion
(Bug) Added AM_DISTCHECK_CONFIGURE_FLAGS to Makefile.am to enable make
distcheck to succeed when out-of-path includes and libs are necessary to
build.
(Code rot) Regenerated autoconf scripts.
(Code rot) Fixed outdated URLs in README and build_tide_db.c.
(Cleanup) build_tide_db.c: Removed some commented-out code and comments.