Post
Topic
Board Announcements (Altcoins)
Re: Feathercoin [FTC] - time proven, fast, secure and unique POW coin
by
Wellenreiter
on 10/11/2015, 08:08:14 UTC
i am having an issue building feathercoin:

Code:
base58_tests.cpp:93:10: note: bool base58_tests::TestAddrTypeVisitor::operator()(const CNoDestination&) const
     bool operator()(const CNoDestination &no) const
          ^
base58_tests.cpp:93:10: note:   no known conversion for argument 1 from ‘CStealthAddress’ to ‘const CNoDestination&’
Makefile:881: recipe for target 'test_bitcoin-base58_tests.o' failed
make[4]: *** [test_bitcoin-base58_tests.o] Error 1
make[4]: *** Waiting for unfinished jobs....
Makefile:923: recipe for target 'test_bitcoin-bloom_tests.o' failed
make[4]: *** [test_bitcoin-bloom_tests.o] Error 1
make[4]: Leaving directory '/home/user/apps/Feathercoin/src/test'
Makefile:700: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/home/user/apps/Feathercoin/src/test'
Makefile:913: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/user/apps/Feathercoin/src'
Makefile:666: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/user/apps/Feathercoin/src'
Makefile:502: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

The test section of the code is currently broken. It is not needed for a fully functional wallet.
you can disable the compilation of the tests by adding '--enable-tests=no' as parameter to the configure script.