Greets guys,
Having some difficulties compiling the daemon here. I want to add HUC to my p2pool node and have already compiled 5 other wallet daemons - including NMC - without issues, so I know it's not a dependency thing. Here's a copy of the error I keep getting:
obj/db.o: In function `void CDiskBlockIndex::Unserialize(CDataStream&, int, int)':
db.cpp:(.text._ZN15CDiskBlockIndex11UnserializeI11CDataStreamEEvRT_ii[_ZN15CDiskBlockIndex11UnserializeI11CDataStreamEEvRT_ii]+0x175): undefined reference to `int ReadWriteAuxPow(CDataStream&, boost::shared_ptr&, int, int, CSerActionUnserialize)'
collect2: error: ld returned 1 exit status
make: *** [huntercoind] Error 1
I'm running Xubuntu 14.04 64bit & my make syntax is:
make -f Makefile clean; make -f Makefile USE_UPNP=1
I get the same error if I try to compile without upnp also......
Hope you can help me out - would love to get into this coin

Thanks.