moneroexamples / access-blockchain-in-cpp

10 stars 6 forks source link

'cryptonote_core/cryptonote_basic.h' file not found #3

Open dendisuhubdy opened 7 years ago

dendisuhubdy commented 7 years ago

/Users/dendisuhubdy/dev/access-blockchain-in-cpp/src/monero_headers.h:11:10: fatal error: 'cryptonote_core/cryptonote_basic.h' file not found

include "cryptonote_core/cryptonote_basic.h"

moneroexamples commented 7 years ago

Just fixed the compilation problem.

Make sure you have Monero libraries and headers setup as shown here:

If any other problems or questions, please feel free to ask.

p.s. This is quite an old example. For much newer and up to date look and how to use c++ and monero, I can recommend newer examples, such as: