Can't Compile
Closed this issue · 1 comments
I have Monero working so I should have all the dependencies:
The 'make' step is where it fails for me with the following:
Scanning dependencies of target myxrm [ 7%] Building CXX object src/CMakeFiles/myxrm.dir/MicroCore.cpp.o In file included from /home/red/lmdbcpp-monero/src/MicroCore.h:10:0, from /home/red/lmdbcpp-monero/src/MicroCore.cpp:5: /home/red/lmdbcpp-monero/src/monero_headers.h:11:46: fatal error: cryptonote_core/cryptonote_basic.h: No such file or directory compilation terminated. src/CMakeFiles/myxrm.dir/build.make:62: recipe for target 'src/CMakeFiles/myxrm.dir/MicroCore.cpp.o' failed make[2]: *** [src/CMakeFiles/myxrm.dir/MicroCore.cpp.o] Error 1 CMakeFiles/Makefile2:236: recipe for target 'src/CMakeFiles/myxrm.dir/all' failed make[1]: *** [src/CMakeFiles/myxrm.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2
Did you setup your monero headers and shared libraries as shown in here?: