Hi
I've had no luck at all getting a qt client to run on linux.
cleanwatercoind compiles with some warnings, which works for me, but it'd be nice if there was a gui available for linux.
I'm running kubuntu 13.04
The pre-compiled version complains about missing libboost_*.so.1.48.0 libraries...
I went through an made a ton of links to from libboost_*.so.1.53.0 to 1.48.0, which got rid of those complaints, but then it ended up with:
cleanwatercoin.6.10/cleanwatercoin-1.7.0.1-qt: symbol lookup error: ./cleanwatercoin-1.7.0.1-qt: undefined symbol: _ZN5boost11filesystem34path21wchar_t_codecvt_facetEv
Which seemed like a dead end...
I also tried compiling the qt client from the latest github.
I've compiled several other *coin qt clients without any problems on my system, but cleanwatercoin-qt failed everything I've tried.
with qmake/make:
make says:
:0:2: error: no macro name given in #define directive
:0:1: error: macro names must be identifiers
make: *** [build/bitcoin.o] Error 1
qmake-qt4/make
qmake-qt4 mentions:
Warning: unknown QT: widgetsProject MESSAGE: Warning: unknown QT: widgets
then make stops at:
In file included from src/qt/optionsdialog.cpp:2:0:
build/ui_optionsdialog.h:13:29: fatal error: QtWidgets/QAction: No such file or directory
#include
^
compilation terminated.
make: *** [build/optionsdialog.o] Error 1
I tried a couple of weak attempts to resolve that, but no luck...
I also tried compiling on an ubuntu 12.04 box, but no luck there either
And qt-creator, naturally, had the same compile failures..
I mentioned this on the IRC, and it didn't seem like there were many linux types that wanted a gui.
Maybe that's true here as well... but since the code is out there, it would probably be good if it compiled on common platforms...
Maybe a statically linked binary?
Anyway, I'm glad other issues seem to be all fixed up... I'm mining away, waiting for the 0.00000100's or better...
Thanks!