You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting below error on macOS Monterery and BigSur, I got below error on develop and v2.0.12wax02 branch, but I'm able to compile eosio branch v2.2.0-rc1 with any error.
Architecture: Darwin
OS name: macOS
OS Version: 12.1 1
Boost: 1.71.0
Clang: Apple clang version 13.0.0 (clang-1300.0.29.30), Target: x86_64-apple-darwin21.2.0
Dependencies
- cmake ok
- graphviz ok
- libtool ok
- automake ok
- wget ok
- gmp ok
- pkgconfig ok
- python ok
- doxygen ok
- libusb ok
- [email protected] ok
Error Trace
Undefined symbols for architecture x86_64:
"boost::filesystem::detail::absolute(boost::filesystem::path const&, boost::filesystem::path const&, boost::system::error_code*)", referenced from:
chainbase::pinnable_mapped_file::pinnable_mapped_file(boost::filesystem::path const&, bool, unsigned long long, bool, chainbase::pinnable_mapped_file::map_mode, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>) in libchainbase.a(pinnable_mapped_file.cpp.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libraries/chainbase/test/chainbase_test] Error 1
make[1]: *** [libraries/chainbase/test/CMakeFiles/chainbase_test.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
Getting below error on macOS Monterery and BigSur, I got below error on
develop
andv2.0.12wax02
branch, but I'm able to compile eosio branchv2.2.0-rc1
with any error.Dependencies
Error Trace
The text was updated successfully, but these errors were encountered: