When compiling qt for ubuntu 16.04 I am having an error in the object 'build/backtrace.o'
To compile I'm simply doing
qmake denarius-qt.pro
make
Any ideas about the possible mistake?'
Thanks and salute
You need libevent-dev installed now due to Tor integration:
sudo apt-get install libevent-dev
I did install libevent-dev, but I have 'build/hs_cache.o' error while compiling qt wallet.
What else should I do?
src/tor/address.h: In function tor_addr_to_mapped_ipv4h:
src/tor/torcompat.h:548:37: error: const struct in6_addr has no member named s6_addr32
#define S6_ADDR32(x) ((uint32_t*)(x).s6_addr32)
^
src/tor/address.h:126:35: note: in expansion of macro S6_ADDR32
#define tor_addr_to_in6_addr32(x) S6_ADDR32(*tor_addr_to_in6_assert(x))
^
src/tor/address.h:153:14: note: in expansion of macro tor_addr_to_in6_addr32
addr32 = tor_addr_to_in6_addr32(a);