Author

Topic: 💸  DigiCube  🔷  NOW ON RAWX (NEW MCXNOW)  💸  EARN 50K CUBE/WEEK WITH TWITTER! - page 106. (Read 460458 times)

hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
https://bitcointalksearch.org/topic/m.14202092

this same error i see occured before in previous builds.

what is the solution. because i have all dependencies installed for qt5, and nothing is working.

I tested with another coin, and had no problem. please assist.

src/qt/bitcoingui.cpp :

 
Code:
/*
 * Qt4 DigiCube GUI.
 *
 * W.J. van der Laan 2011-2012
 * The Bitcoin Developers 2011-2012
 * The DigiCube Developers 2011-2013
 */

Huh You sure you have your info right?
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
https://bitcointalksearch.org/topic/m.14202092

this same error i see occured before in previous builds.

what is the solution. because i have all dependencies installed for qt5, and nothing is working.

I tested with another coin, and had no problem. please assist.
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
Code:
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: note: forward declaration of 'class QUrl'
 class QUrl;
       ^
In file included from /usr/include/qt4/QtCore/qobject.h:50:0,
                 from /usr/include/qt4/QtGui/qwidget.h:47,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from src/qt/bitcoingui.h:4,
                 from src/qt/bitcoingui.cpp:8:
/usr/include/qt4/QtCore/qlist.h:418:17: error: invalid use of incomplete type 'class QUrl'
                 (reinterpret_cast(current))->~T();

when running "make", it's looking for qt4 ?

so it's not using qt5?

EDIT:

not looking, but isn't building correctly based on that specified error about 'class QUrl'
legendary
Activity: 966
Merit: 1000
In holiday we trust
So when is CUBE going to take over China ?

Form submitted !
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
Looks like your qtwebkit is not being found (maybe it's in wrong directory?)

ader@UbuntuHP:~$ sudo apt-get -f install libqtwebkit-dev libqt5webkit5-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libqt5webkit5-dev is already the newest version (5.5.1+dfsg-2ubuntu1).
libqtwebkit-dev is already the newest version (2.3.2-0ubuntu11).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Installed.

still same error output
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Looks like your qtwebkit is not being found (maybe it's in wrong directory?)
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
Installed full Qt5 source with QtCreator (https://download.qt.io/official_releases/qt/5.7/5.7.0/) & qt5-qmake and libqt5webkit5-dev

Still errors:

Code:
10:40:42: Running steps for project DigiCube...
10:40:42: Starting: "/home/ader/Qt5.7.0/5.7/gcc_64/bin/qmake" /tmp/DigiCube/DigiCube.pro -r -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
Project MESSAGE: Building with UPNP support
Info: creating stash file /tmp/DigiCube/.qmake.stash
Warning: ignoring element
Warning: ignoring element
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Warning: ignoring element
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Warning: ignoring element
Project ERROR: Unknown module(s) in QT: webkit webkitwidgets
10:40:43: The process "/home/ader/Qt5.7.0/5.7/gcc_64/bin/qmake" exited with code 3.
Error while building/deploying project DigiCube (kit: Desktop Qt 5.7.0 GCC 64bit)
When executing step "qmake"
10:40:43: Elapsed time: 00:01.

Project ERROR: Unknown module(s) in QT: webkit webkitwidgets Huh

screenshots:
http://imgur.com/a/b2TYb
full member
Activity: 196
Merit: 100
Just spent an hour or so talking to mods/users of Cryptopia on DigiCube.   Decided to create a forum as well while I was there, nothing fancy just basic information and a place to answer questions.

https://www.cryptopia.co.nz/Forum/Thread/692


Yes.. Just posted in your thread  Smiley
newbie
Activity: 28
Merit: 0
Hello dear friends! I was stuck on the translation of c-cex. tell me what to do?
Здpaвcтвyйтe yвaжaeмыe фopyмчaнe! У мeня зacтpял пepeвoд нa c-cex. пoдcкaжитe чтo дeлaть?
 Huh
member
Activity: 90
Merit: 10
Just spent an hour or so talking to mods/users of Cryptopia on DigiCube.   Decided to create a forum as well while I was there, nothing fancy just basic information and a place to answer questions.

https://www.cryptopia.co.nz/Forum/Thread/692
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
Needed the following installed:

libqt5webkit5-dev

started compiling,

now this error came up:

Code:
In file included from src/qt/sendcoinsdialog.cpp:2:0:
build/ui_sendcoinsdialog.h:13:25: fatal error: QtGui/QAction: No such file or directory
compilation terminated.
Makefile:1351: recipe for target 'build/sendcoinsdialog.o' failed
make: *** [build/sendcoinsdialog.o] Error 1

solution?  Huh
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Added block countdown and estimated time left until v2 to the in-wallet page. Refresh your 'On the Web' tab to see it

http://freestaking.com/qt

DigiCube User Guide is now available in-wallet at the top. Refresh page again to see the new links


http://freestaking.com/qt
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
Needed the following installed:

libqt5webkit5-dev

started compiling,

now this error came up:

Code:
In file included from src/qt/sendcoinsdialog.cpp:2:0:
build/ui_sendcoinsdialog.h:13:25: fatal error: QtGui/QAction: No such file or directory
compilation terminated.
Makefile:1351: recipe for target 'build/sendcoinsdialog.o' failed
make: *** [build/sendcoinsdialog.o] Error 1


hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
Use Qt5

I had both installed qt4-qmake and qt5-qmake.

I purged qt4 from the system. now i just have qt5 but i get this error:

Code:
ader@UbuntuHP:/tmp/DigiCube$ qmake
qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
ader@UbuntuHP:/tmp/DigiCube$ make
make: *** No rule to make target '/usr/share/qt4/mkspecs/linux-g++-64/qmake.conf', needed by 'Makefile'.  Stop.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
DigiCube won't compile GUI on ubuntu:

ran:

cd /tmp
git clone https://github.com/iGotSpots/DigiCube
cd DigiCube
qmake -> success
make - > fails (see error below)

Code:
In file included from src/qt/bitcoingui.cpp:24:0:
src/qt/overviewpage.h:35:41: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
     void resizeEvent(QResizeEvent *event) override;
                                         ^
src/qt/bitcoingui.cpp: In member function 'virtual void BitcoinGUI::dropEvent(QDropEvent*)':
src/qt/bitcoingui.cpp:829:41: error: invalid use of incomplete type 'const class QUrl'
             sendCoinsPage->handleURI(uri.toString());
                                         ^
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: note: forward declaration of 'class QUrl'
 class QUrl;
       ^
In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0,
                 from /usr/include/qt4/QtCore/qobjectdefs.h:45,
                 from /usr/include/qt4/QtGui/qwindowdefs.h:45,
                 from /usr/include/qt4/QtGui/qwidget.h:46,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from src/qt/bitcoingui.h:4,
                 from src/qt/bitcoingui.cpp:8:
/usr/include/qt4/QtCore/qglobal.h: In instantiation of 'class QTypeInfo':
/usr/include/qt4/QtCore/qlist.h:113:62:   required from 'T& QList::Node::t() [with T = QUrl]'
/usr/include/qt4/QtCore/qlist.h:245:57:   required from 'const T& QList::const_iterator::operator*() const [with T = QUrl]'
src/qt/bitcoingui.cpp:827:9:   required from here
/usr/include/qt4/QtCore/qglobal.h:2244:26: error: invalid application of 'sizeof' to incomplete type 'QUrl'
         isLarge = (sizeof(T)>sizeof(void*)),
                          ^
In file included from /usr/include/qt4/QtCore/qobject.h:50:0,
                 from /usr/include/qt4/QtGui/qwidget.h:47,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from src/qt/bitcoingui.h:4,
                 from src/qt/bitcoingui.cpp:8:
/usr/include/qt4/QtCore/qlist.h: In instantiation of 'void QList::node_destruct(QList::Node*, QList::Node*) [with T = QUrl]':
/usr/include/qt4/QtCore/qlist.h:757:18:   required from 'void QList::free(QListData::Data*) [with T = QUrl]'
/usr/include/qt4/QtCore/qlist.h:732:13:   required from 'QList::~QList() [with T = QUrl]'
src/qt/bitcoingui.cpp:826:52:   required from here
/usr/include/qt4/QtCore/qlist.h:431:31: warning: possible problem detected in invocation of delete operator: [-Wdelete-incomplete]
         while(from != to) --to, delete reinterpret_cast(to->v);
                               ^
/usr/include/qt4/QtCore/qlist.h:431:31: warning: invalid use of incomplete type 'class QUrl'
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: note: forward declaration of 'class QUrl'
 class QUrl;
       ^
In file included from /usr/include/qt4/QtCore/qobject.h:50:0,
                 from /usr/include/qt4/QtGui/qwidget.h:47,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from src/qt/bitcoingui.h:4,
                 from src/qt/bitcoingui.cpp:8:
/usr/include/qt4/QtCore/qlist.h:431:31: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
         while(from != to) --to, delete reinterpret_cast(to->v);
                               ^
/usr/include/qt4/QtCore/qlist.h:433:32: error: invalid use of incomplete type 'class QUrl'
         while (from != to) --to, reinterpret_cast(to)->~T();
                                ^
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: note: forward declaration of 'class QUrl'
 class QUrl;
       ^
In file included from /usr/include/qt4/QtCore/qobject.h:50:0,
                 from /usr/include/qt4/QtGui/qwidget.h:47,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from src/qt/bitcoingui.h:4,
                 from src/qt/bitcoingui.cpp:8:
/usr/include/qt4/QtCore/qlist.h: In instantiation of 'void QList::node_copy(QList::Node*, QList::Node*, QList::Node*) [with T = QUrl]':
/usr/include/qt4/QtCore/qlist.h:711:18:   required from 'void QList::detach_helper(int) [with T = QUrl]'
/usr/include/qt4/QtCore/qlist.h:725:18:   required from 'void QList::detach_helper() [with T = QUrl]'
/usr/include/qt4/QtCore/qlist.h:122:93:   required from 'QList::QList(const QList&) [with T = QUrl]'
src/qt/bitcoingui.cpp:826:52:   required from here
/usr/include/qt4/QtCore/qlist.h:399:28: error: invalid use of incomplete type 'class QUrl'
                 current->v = new T(*reinterpret_cast(src->v));
                            ^
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: note: forward declaration of 'class QUrl'
 class QUrl;
       ^
In file included from /usr/include/qt4/QtCore/qobject.h:50:0,
                 from /usr/include/qt4/QtGui/qwidget.h:47,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from src/qt/bitcoingui.h:4,
                 from src/qt/bitcoingui.cpp:8:
/usr/include/qt4/QtCore/qlist.h:405:17: warning: possible problem detected in invocation of delete operator: [-Wdelete-incomplete]
                 delete reinterpret_cast(current->v);
                 ^
/usr/include/qt4/QtCore/qlist.h:405:17: warning: invalid use of incomplete type 'class QUrl'
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: note: forward declaration of 'class QUrl'
 class QUrl;
       ^
In file included from /usr/include/qt4/QtCore/qobject.h:50:0,
                 from /usr/include/qt4/QtGui/qwidget.h:47,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from src/qt/bitcoingui.h:4,
                 from src/qt/bitcoingui.cpp:8:
/usr/include/qt4/QtCore/qlist.h:405:17: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
                 delete reinterpret_cast(current->v);
                 ^
/usr/include/qt4/QtCore/qlist.h:412:17: error: invalid use of incomplete type 'class QUrl'
                 new (current) T(*reinterpret_cast(src));
                 ^
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: note: forward declaration of 'class QUrl'
 class QUrl;
       ^
In file included from /usr/include/qt4/QtCore/qobject.h:50:0,
                 from /usr/include/qt4/QtGui/qwidget.h:47,
                 from /usr/include/qt4/QtGui/qmainwindow.h:45,
                 from /usr/include/qt4/QtGui/QMainWindow:1,
                 from src/qt/bitcoingui.h:4,
                 from src/qt/bitcoingui.cpp:8:
/usr/include/qt4/QtCore/qlist.h:418:17: error: invalid use of incomplete type 'class QUrl'
                 (reinterpret_cast(current))->~T();
                 ^
In file included from src/qt/bitcoingui.cpp:8:0:
src/qt/bitcoingui.h:30:7: note: forward declaration of 'class QUrl'
 class QUrl;
       ^
Makefile:945: recipe for target 'build/bitcoingui.o' failed
make: *** [build/bitcoingui.o] Error 1

legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Added block countdown and estimated time left until v2 to the in-wallet page. Refresh your 'On the Web' tab to see it

http://freestaking.com/qt
legendary
Activity: 1582
Merit: 1001
www.neutroncoin.com
After the 1M block will switch to the new rate. For example if I have 500k of cube instead of 4 days we need something like 5 or 6 days to get a positive staking right? Due to 10% decrease in coinage every day of the 500k?

Right as far as I know once block 1 million kicks in the daily stake minimum stake will be around 2 million in order to receive the 1% - 500 %. Also if you don't have the minimum stake you will get penalized. I'm trying to buy as many CUBE as I can to get the daily 5.47 % as after block 1 million it becomes a random amount.

Your coin age is not reduced. The only time that -10% comes into play is if you ACTUALLY stake, for the negative rewards

Thank you for clarifying that for me.
Jump to: