cryptonotefoundation / cryptonotewallet

83 stars 635 forks source link

Missing file version.h.in #14

Open yagamidev opened 6 years ago

yagamidev commented 6 years ago

Hello, Please while compiling i had this error, saying that the version.h.in file is missing , can someone help with the content of that file ? Thanks.

itayzrihan commented 6 years ago

Same here !!!

BlackSeBo commented 6 years ago

Because your Cryptonote Folder ist missing

Just do this instead of symbolic link

git submodule add https://github.com/cryptonotefoundation/cryptonote.git cryptonote

Importend is the "cryptonote" at the and of the command. Dont forget to replace the URL for your git remote repository of your Coin.

flarecurrency commented 6 years ago

I did the submodule command and still got the error version.h.in does not exist. CMake Error at CMakeLists.txt:38 (configure_file): configure_file Problem configuring file

-- Configuring incomplete, errors occurred! See also "/home/nick/FlareWallet/build/CMakeFiles/CMakeOutput.log". See also "/home/nick/FlareWallet/build/CMakeFiles/CMakeError.log".

mihailShumilov commented 6 years ago

you should create symlink to cryptonote root directory at wallet root directory

mike2lab commented 6 years ago

Hi there , i managed to complete the build proccess but the executable app isn't working..

mike2lab commented 6 years ago

The application opens but the i get error that CryptonoteWallet quit unexpectedly.

mike2lab commented 6 years ago

Now i get an error at 99%

/Users/michail/Desktop/GitHub/cryptonotewallet/build/ALTHUS COIN_autogen/MXUWEOXILK/../../../src/gui/SendFrame.h:31:45: error: no type named 'TransactionId' in namespace 'CryptoNote'; did you mean 'Transaction'? void sendTransactionCompleted(CryptoNote::TransactionId _id, bool _error, const QString& _error_text);


                                            Transaction
/Users/michail/Desktop/GitHub/cryptonotewallet/Althus/include/CryptoNote.h:55:8: note: 'Transaction' declared
      here
struct Transaction : public TransactionPrefix {
GeorgeAlanis commented 6 years ago

Did you solve the 99% error?

Xuiquaxa commented 5 years ago

Because your Cryptonote Folder ist missing

Just do this instead of symbolic link

git submodule add https://github.com/cryptonotefoundation/cryptonote.git cryptonote

Importend is the "cryptonote" at the and of the command. Dont forget to replace the URL for your git remote repository of your Coin.

CMake Error at CMakeLists.txt:235 (add_library): Cannot find source file:

cryptonote/src/CryptoNoteCore/BlockchainIndices.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

CMake Error: Cannot determine link language for target "cryptonote". CMake Error: CMake can not determine linker language for target: cryptonote -- Generating done