We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails on non-64-bit systems:
/wrkdirs/usr/ports/biology/btllib/work/btllib-1.7.0/src/btllib/bloom_filter.cpp:250:10: error: call to constructor of 'NtHash' is ambiguous 250 | NtHash nthash(seq, seq_len, get_hash_num(), get_k()); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/btllib/nthash_kmer.hpp:248:3: note: candidate constructor 248 | NtHash(const char* seq, | ^ ../include/btllib/nthash_kmer.hpp:278:3: note: candidate constructor 278 | NtHash(const std::string& seq, | ^ /wrkdirs/usr/ports/biology/btllib/work/btllib-1.7.0/src/btllib/bloom_filter.cpp:260:10: error: call to constructor of 'NtHash' is ambiguous 260 | NtHash nthash(seq, seq_len, get_hash_num(), get_k()); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/btllib/nthash_kmer.hpp:248:3: note: candidate constructor 248 | NtHash(const char* seq, | ^ ../include/btllib/nthash_kmer.hpp:278:3: note: candidate constructor 278 | NtHash(const std::string& seq, | ^ /wrkdirs/usr/ports/biology/btllib/work/btllib-1.7.0/src/btllib/bloom_filter.cpp:273:10: error: call to constructor of 'NtHash' is ambiguous 273 | NtHash nthash(seq, seq_len, get_hash_num(), get_k()); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/btllib/nthash_kmer.hpp:248:3: note: candidate constructor 248 | NtHash(const char* seq, | ^ ../include/btllib/nthash_kmer.hpp:278:3: note: candidate constructor 278 | NtHash(const std::string& seq, | ^ 3 errors generated.
Version: 1.7.0 clang-16 FreeBSD 14.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Build fails on non-64-bit systems:
Version: 1.7.0
clang-16
FreeBSD 14.0
The text was updated successfully, but these errors were encountered: