chavezcoin-project / chavezcoinwallet

The ChavezCoin Wallet
GNU Lesser General Public License v3.0
1 stars 7 forks source link

CMake Error: cryptonote/src/version.h.in does not exist. #2

Closed ArtRaptors closed 6 years ago

ArtRaptors commented 6 years ago

How to fix this error?

CMake Error: File /home/asus/Desktop/chavezcoinwallet-master/cryptonote/src/version.h.in does not exist. CMake Error at CMakeLists.txt:44 (configure_file): configure_file Problem configuring file

-- Configuring incomplete, errors occurred! See also "/home/asus/Desktop/chavezcoinwallet-master/CMakeFiles/CMakeOutput.log". See also "/home/asus/Desktop/chavezcoinwallet-master/CMakeFiles/CMakeError.log".

servc4 commented 6 years ago

Hi you need to place your cryptonote source to "/home/asus/Desktop/chavezcoinwallet-master" folder as "cryptonote" or make a symbolic link... ln -s ../path-to-cryptonote-source cryptonote

Regards