Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KRB] Karbo (Ҝ) Карбованець - Cryptonote / Anon
by
CTAXAHOB
on 18/02/2018, 17:31:20 UTC


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.



32bit? As a workaround  comment out https://github.com/seredat/karbowanec/blob/master/src/crypto/slow-hash.c#L51 like this:
Code:
#if !defined NO_AES && (defined(__x86_64__) || (defined(_MSC_VER)/* && defined(_WIN64)*/))

And why don't you open it in QT Creator?

Compiling for 64bit still fails to the 2nd error (TransactionId not a member of CryptoNote), your workaround doesn't fix it (it does fix the 1st error but it becomes irrelevant when compiling for 64 bits).


Thanks again.