Configuring to build only bench
i.e: ./configure --with-gui=no --with-libs=no --with-utils=no --with-daemon=no --disable-tests
currently fails to link with:
0 CXXLD bench/bench_bitcoin
1Undefined symbols for architecture x86_64:
2 "_evhttp_uridecode", referenced from:
3 urlDecode(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in libbitcoin_util.a(libbitcoin_util_a-url.o)
4 "_event_enable_debug_logging", referenced from:
5 UpdateHTTPServerLogging(bool) in libbitcoin_server.a(libbitcoin_server_a-httpserver.o)
6ld: symbol(s) not found for architecture x86_64
7clang: error: linker command failed with exit code 1 (use -v to see invocation)
Want to work on this issue?
The purpose of the good first issue
label is to highlight which issues are suitable for a new contributor without a deep understanding of the codebase.
You do not need to request permission to start working on this. You are encouraged to comment on the issue if you are planning to work on it. This will help other contributors monitor which issues are actively being addressed and is also an effective way to request assistance if and when you need it.
For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.