Try adding
#include "uint256_t.h"
to transactiontablemodel.h
try either changing uint256.h or adding the include, it's on line 4
let me know how you go
I built the wallet from source in Ubuntu 32 bit, Staked a few Blocks as well. Try adding that in and see if you can compile it and if so, let me know and I'll add it to the source.
transactiontablemodel.h :
#ifndef TRANSACTIONTABLEMODEL_H
#define TRANSACTIONTABLEMODEL_H
#include
#include
#include "uint256_t.h"
class CWallet;
class TransactionTablePriv;
class TransactionRecord;
class WalletModel;
hmm... does not work, can't compile
The last version I was able to compile without problems.
EDIT:
It may also be it's up to my Ubuntu version.
I'll check it on my other GNU/Linux.
Hey I found this from Hobonickels on a similar issue for Ubuntu 64 bit
Try this and see how you go, it's a little hackish but could do you to sort it out.
http://pastebin.com/Jh0GA75L