Post
Topic
Board Announcements (Altcoins)
Re: [BLU] BlueCoin (ß) | First X11 PoW / PoS Hybrid | 5% Stake | Anti-ASIC
by
tanoury
on 05/09/2014, 21:48:20 UTC
Guys is there any possibility to stake BLU on Linux? I can't see wallet for Linux anywhere..
Fow now you must compile your own wallet on Linux.

I tried but there's something wrong.

Code:
asd@KujawLap:~/Coins/bluecoin-master$ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Warning: ignoring element
Warning: ignoring element
asd@KujawLap:~/Coins/bluecoin-master$ make
cd /home/asd/Coins/bluecoin-master; /bin/sh share/genbuild.sh /home/asd/Coins/bluecoin-master/build/build.h
g++ -c -m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -msse2 -O2 -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -D_REENTRANT -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -I/usr/include/qt5 -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/qt/bitcoin.cpp:4:0:
src/qt/bitcoingui.h:4:23: fatal error: QMainWindow: No such file or directory
 #include
                       ^
compilation terminated.
make: *** [build/bitcoin.o] Błąd 1

Anyone?

It looks like you're missing a dependency: sudo apt-get install libqt4-dev
if that's it make sure you have the other dependencies from /bluecoin-master/doc/readme-qt.rst installed as well

I've got all dependencies required in readme-qt.rst
I built Reddcoin wallet without any problems. I'm too new to linux, I don't have any wisdom about programming so I can't help myself ;/

I've got the same problem and all dependencies are met. Did you ever find a solution??

Solution: I had to use qmake --version 4 . . . qmake version 5 will give you the "fatal error: QMainWindow"