fhs / pyhdf

Python wrapper around the NCSA HDF version 4 library
https://pypi.org/project/pyhdf/
Other
46 stars 15 forks source link

Fix FTBFS with GCC 14 (-Wincompatible-pointer-types) #75

Open sebastic opened 2 months ago

sebastic commented 2 months ago

As reported in Debian Bug #1075417, pyhdf fails to build with GCC 14.

See also: https://gcc.gnu.org/gcc-14/porting_to.html#incompatible-pointer-types

fhs commented 2 months ago

This is an auto-generated file, so I think the correct fix is to regenerate it using a newer version of swig. Is there a newer version of swig that supports gcc 14?

sebastic commented 2 months ago

SWIG development is very slow, don't count on change there.