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.
I remember I also had difficulties compiling the huntercoin daemon even though I had namecoin installed. I can't remember what the dependencies are, and trying to find a list of needed dependencies for namecoin/huntercoin is mission impossible - there just isn't a definitive list anywhere.
Maybe if someone who knows what they are could post them here.......? Sticky it to the OP even - it would save a lot of faffing about.