Request: a way to know the
build number. Compare illustations 1 (previous wallet) and 2 (new wallet, compiled today). No easy way to see the difference. Oh, there is one: the build date. And, surprise, surprise,
the build date for the newer wallet is older than the build date of the newer wallet! Plus, none of these build date correspond to today, but I assume this is normal, because this is build date and not
compilation|/i] date.
I also note that I once again have this issue of the menu bar (with the theme menu) disappearing with new code, so I have to stick with old code (illustration 3 is previous wallet, with menu bar and illustration 4 is new compilation without menu bar)
It is worth nothing that we I tried to upgrade old wallet (with a pull request and a compilation), I had this message:
Hi presstab,
david@david-laptop:~$ cd ~/cryptos/HyperStake && git pull && qmake HyperStake-qt.pro && make
Already up-to-date.
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with IPv6 support
Project MESSAGE: SSE2 detected, adding -msse2 flag
Warning: ignoring element
Warning: ignoring element
cd /home/david/cryptos/HyperStake; /bin/sh share/genbuild.sh /home/david/cryptos/HyperStake/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_WIDGETS_LIB -DQT_XML_LIB -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/QtWidgets -I/usr/include/qt5/QtXml -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/sendcoinsdialog.o src/qt/sendcoinsdialog.cpp
In file included from src/qt/sendcoinsdialog.cpp:2:0:
build/ui_sendcoinsdialog.h:13:25: fatal error: QtGui/QAction: Aucun fichier ou dossier de ce type
#include
^
compilation terminated.
make: *** [build/sendcoinsdialog.o] Erreur 1
So in order to get the new code, I had to reinstall from scratch.
Does the new code handles S4C correctly Or do I lose of lot of my stake with this new code too?