weggli-rs / weggli

weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases.
Apache License 2.0
2.34k stars 130 forks source link

compile error #62

Closed bb33bb closed 2 years ago

bb33bb commented 2 years ago

= note: ld.lld: error: undefined symbol: std::__cxx11::basic_string<wchar_t, std::char_traits, std::allocator >::_M_mutate(unsigned long long, unsigned long long, wchar_t const*, unsigned long long)

referenced by libtree-sitter-cpp-scanner.a(scanner.o):(.text$tree_sitter_cpp_external_scanner_scan) x86_64-w64-mingw32-clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: could not compile weggli due to previous error