Open vandalt opened 4 months ago
Hello, can someone please merge the notedPR and make a new release? Anything using datrie is now uninstallable on systems with GCC 14 (snakemake is an example).
A workaround is to set CFLAGS and CXXFLAGS to downgrade the gcc error:
export CFLAGS="-Wno-error=incompatible-pointer-types" ; export CXXFLAGS="-Wno-error=incompatible-pointer-types" ; pip install datrie
This affects me as well on fedora fc40
. Would be cool to merge a fix, as it appears to be available with #99
With the last commit beeing 4 years old this feels a bit dead. Anyone with a good suggestion for a tri library to switch to?
Installation fails with gcc14 on Archlinux, it seems #99 fixes the issue, but I wanted to open an issue just in case others encountered the issue.