I hit a small issue when building the original Infinitecoin qt client and also now this upgraded version....
If you're trying to build from source on Ubuntu and you're getting stuck at the following message when trying to run "make"....
" E:MinGWlibliboleaut32.a: No such file or directory"
replace the LIBS line in your makefile with the following....
LIBS = $(SUBLIBS) -L/usr/lib/i386-linux-gnu -lminiupnpc -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lpthread -lQtGui -lQtCore
More info regarding this at
https://bt.irlbtc.com/view/205101.msg2145145#msg2145145Once that was done, the upgraded version is running smoothly for me. Thanks fisheater!