Closed plowsof closed 1 year ago
[ 4%] Building C object src/crypto/CMakeFiles/mycrypto.dir/rx-slow-hash.c.o [ 9%] Linking C static library libmycrypto.a [ 9%] Built target mycrypto [ 13%] Building CXX object ext/CMakeFiles/myext.dir/fmt/format.cc.o [ 18%] Building CXX object ext/CMakeFiles/myext.dir/fmt/ostream.cc.o [ 22%] Linking CXX static library libmyext.a [ 22%] Built target myext [ 27%] Building CXX object ext/mstch/src/CMakeFiles/mstch.dir/state/in_section.cpp.o [ 31%] Building CXX object ext/mstch/src/CMakeFiles/mstch.dir/state/outside_section.cpp.o [ 36%] Building CXX object ext/mstch/src/CMakeFiles/mstch.dir/mstch.cpp.o [ 40%] Building CXX object ext/mstch/src/CMakeFiles/mstch.dir/render_context.cpp.o [ 45%] Building CXX object ext/mstch/src/CMakeFiles/mstch.dir/template_type.cpp.o [ 50%] Building CXX object ext/mstch/src/CMakeFiles/mstch.dir/token.cpp.o [ 54%] Building CXX object ext/mstch/src/CMakeFiles/mstch.dir/utils.cpp.o [ 59%] Linking CXX static library libmstch.a [ 59%] Built target mstch [ 63%] Building CXX object src/CMakeFiles/myxrm.dir/MicroCore.cpp.o In file included from /home/human/dev/onion-monero-blockchain-explorer/src/MicroCore.h:10, from /home/human/dev/onion-monero-blockchain-explorer/src/MicroCore.cpp:5: /home/human/dev/onion-monero-blockchain-explorer/src/monero_headers.h:26:10: fatal error: cryptonote_core/blockchain_and_pool.h: No such file or directory 26 | #include "cryptonote_core/blockchain_and_pool.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
building master works fine. seems to be a devel branch specific issue
devel branch of the explorer should be build against master branch of monero. Did you try that?
devel
master
doh, Of course not! works fine. thank you very much for the quick response and this great project!
building master works fine. seems to be a devel branch specific issue