deependresearch

Untitled

Feb 2nd, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. scan_hashdb.cpp: In function ‘void scan_hashdb(const scanner_params&, const recursion_control_block&)’:
  2. scan_hashdb.cpp:238:71: error: no matching function for call to ‘hashdb_t__<hash__<EVP_md5, 16ul> >::hashdb_t__(std::string&, uint32_t&, uint32_t&)’
  3. hashdb_import_max_duplicates);
  4. ^
  5. scan_hashdb.cpp:238:71: note: candidate is:
  6. In file included from scan_hashdb.cpp:34:0:
  7. /usr/local/include/hashdb.hpp:125:3: note: hashdb_t__<T>::hashdb_t__() [with T = hash__<EVP_md5, 16ul>]
  8. hashdb_t__();
  9. ^
  10. /usr/local/include/hashdb.hpp:125:3: note: candidate expects 0 arguments, 3 provided
  11. scan_hashdb.cpp:262:69: error: no matching function for call to ‘hashdb_t__<hash__<EVP_md5, 16ul> >::hashdb_t__(std::string&)’
  12. hashdb = new hashdb_t(hashdb_scan_path_or_socket);
  13. ^
  14. scan_hashdb.cpp:262:69: note: candidate is:
  15. In file included from scan_hashdb.cpp:34:0:
  16. /usr/local/include/hashdb.hpp:125:3: note: hashdb_t__<T>::hashdb_t__() [with T = hash__<EVP_md5, 16ul>]
  17. hashdb_t__();
  18. ^
  19. /usr/local/include/hashdb.hpp:125:3: note: candidate expects 0 arguments, 1 provided
  20. make[2]: *** [scan_hashdb.o] Error 1
  21. make[2]: Leaving directory `/home/forensics/programs/bulk_extractor-1.5.5/src'
  22. make[1]: *** [all-recursive] Error 1
  23. make[1]: Leaving directory `/home/forensics/programs/bulk_extractor-1.5.5'
  24. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment