Дoбpый дeнь,
Пытaюcь cкoмпилиpoвaть wallet c
https://github.com/seredat/karbowanecwallet.gitHacкoлькo иcxoдники cooтвeтcтвyют peлизaм? Бeз cooтвeтcвyющиx иcxoдникoв я пpocтo тaк нe зaпycкaю.
B Win 10 / VS2017, c QT 5.10:
1>------ Build started: Project: cryptonote, Configuration: Release Win32 ------
1>slow-hash.c
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1153): warning C4028: formal parameter 3 different from declaration
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1153): error C2371: 'aesb_single_round': redefinition; different basic types
1>c:\test\karbowanecwallet\cryptonote\src\crypto\aesb.h(143): note: see declaration of 'aesb_single_round'
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1154): warning C4028: formal parameter 3 different from declaration
1>C:\test\karbowanecwallet\cryptonote\src\crypto\slow-hash.c(1154): error C2371: 'aesb_pseudo_round': redefinition; different basic types
1>c:\test\karbowanecwallet\cryptonote\src\crypto\aesb.h(154): note: see declaration of 'aesb_pseudo_round'
1>Done building project "cryptonote.vcxproj" -- FAILED.
2>------ Build started: Project: karbowanec, Configuration: Release Win32 ------
2>mocs_compilation.cpp
2>Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2039: 'TransactionId': is not a member of 'CryptoNote'
2>C:\test\karbowanecwallet\cryptonote\include\IWallet.h(25): note: see declaration of 'CryptoNote'
2>c:\test\karbowanecwallet\build\karbowanec_autogen\include_release\mxuweoxilk\../../../../src/gui/SendFrame.h(41): error C2061: syntax error: identifier 'TransactionId'
2>Done building project "karbowanec.vcxproj" -- FAILED.