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
MSVC does not have fseeko/ftello, causing compilation of the unmodified fuzzy.c file to fail on VS2022 (17.9.34728.123).
VS2022 (17.9.34728.123)
Relevant log entries (irrelevant paths stripped):
.\ssdeep\fuzzy.c(572,10): warning C4013: 'ftello' undefined; assuming extern returning int .\ssdeep\fuzzy.c(575,7): warning C4013: 'fseeko' undefined; assuming extern returning int fuzzy.obj : error LNK2001: unresolved external symbol fseeko fuzzy.obj : error LNK2001: unresolved external symbol ftello fatal error LNK1120: 2 unresolved externals
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MSVC does not have fseeko/ftello, causing compilation of the unmodified fuzzy.c file to fail on
VS2022 (17.9.34728.123)
.Relevant log entries (irrelevant paths stripped):
The text was updated successfully, but these errors were encountered: