Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
krzynek_one
on 31/10/2018, 16:27:31 UTC
Hi Ighor, I'm having difficulties with compilation of the new version of Qt trader.

First is, I cannot start compiling because:

Code:
pi@raspberrypi:~/Apps/QtBitcoinTrader/src $ QT_SELECT=5 qmake QtBitcoinTrader_Desktop.pro
Info: creating stash file /home/pi/Apps/QtBitcoinTrader/src/.qmake.stash
Project ERROR: Qt 5.7.1 is no longer supported. In order to compile Qt Bitcoin Trader you need update at least to Qt 5.9 http://qt.io/download-open-source/


So I tried precompiled linux binary, and it also failed:

Code:
pi@raspberrypi:~/Apps $ ./QtBitcoinTrader_linux-x86_64.run
bash: ./QtBitcoinTrader_linux-x86_64.run: cannot execute binary file: Exec format error

https://vpx.pl/i/2018/10/31/terminal.png

I'm on raspberry pi x64, updated and upgraded to latest version today but there is no newer version Qt than 5.7.1.

Beside that, this "Exec format error" to me seems like incompatible processor architecture. Binary is for x64, and I have arm. Can I ask you to share such version or how I can resolve the Qt version mismatch?