Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Maieuticoin | 2014% PoS | Version 2 Staking Hardware Sales OPEN
by
iGotSpots
on 17/01/2015, 02:54:22 UTC
ok here ya go

Code:
johndowe@ghost1 ~/mmxiv-newui $ make
cd /home/johndowe/mmxiv-newui; /bin/sh share/genbuild.sh /home/johndowe/mmxiv-newui/build/build.h
g++ -c -pipe -fpermissive -fstack-protector -O2 -D_REENTRANT -Wall -Wextra -Wformat -Wformat-security -Wno-invalid-offsetof -Wno-sign-compare -Wno-unused-parameter -fdiagnostics-show-option -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DSTATIC -DQT_STATIC_BUILD -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_UPNP=1 -DSTATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/i386-linux-gnu/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/qt/plugins/mrichtexteditor -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/tradingdialog.o src/qt/tradingdialog.cpp
In file included from /usr/include/qt5/QtCore/qjsonobject.h:45:0,
                 from /usr/include/qt5/QtCore/QJsonObject:1,
                 from src/qt/tradingdialog.h:10,
                 from src/qt/tradingdialog.cpp:1:
/usr/include/qt5/QtCore/qjsonvalue.h: In member function ‘void tradingDialog::ParseAndPopulateMarketHistoryTable(QString)’:
/usr/include/qt5/QtCore/qjsonvalue.h:119:12: error: ‘QJsonValue::QJsonValue(const void*)’ is private
     inline QJsonValue(const void *) {}
            ^
src/qt/tradingdialog.cpp:528:97: error: within this context
             ui->MarketHistoryTable->item(itteration,1)->setBackgroundColor((obj["OrderType"] == "BUY") ? (QColor (150, 191, 70,255)) : ( QColor (201, 119, 153,255)));
                                                                                                 ^
make: *** [build/tradingdialog.o] Error 1

To add to this:

Both of my linux mint boxes will not cook the qt but do compile the daemon

I thought this and snowballs were the same codebase (ppc)?

Are these the only qt deps qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools ?

I had this issue too, found the old wallet to work fine. Stakes perfectly.

https://github.com/C2MMXIV/MMXIV

Correct. I'm going to work this weekend on replicating this to figure out what is causing the issue. Sorry about that. The github linked above (C2MMXIV) is also 1.0.8, so it will stake normally, just not be as pretty Sad