ntCard
ntCard copied to clipboard
Do you plan to upgrade to latest nthash
Hi, I'm a member of the Debian Med team who is maintaining ntCard as well as ntHash for Debian. When ntHash version was bumped to version 2.3.0 I assumed ntCard might follow soonish and made the mistake to simply upload it to the Debian mirror. Now we have the unfortunate situation that ntCard 1.2.2 does not build against ntHash version 2.3.0 as it was reported in a bug report which boils down to the error:
g++ -DHAVE_CONFIG_H -I. -I./Common -I/usr/include -I/<<PKGBUILDDIR>> -fopenmp -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Werror -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o Common/nthll-Fcontrol.o `test -f 'Common/Fcontrol.cpp' || echo './'`Common/Fcontrol.cpp
ntcard.cpp:2:10: fatal error: nthash/ntHashIterator.hpp: No such file or directory
2 | #include "nthash/ntHashIterator.hpp"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:632: ntcard-ntcard.o] Error 1
make[3]: *** Waiting for unfinished jobs....
nthll.cpp:11:10: fatal error: nthash/ntHashIterator.hpp: No such file or directory
11 | #include "nthash/ntHashIterator.hpp"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I wonder whether we can expect some ntCard that is compatible with ntHash soon (or may be something is just missing in ntHash)?
Kind regards, Andreas.