@Jmgr here is my latest debugging report.
I decided to start afresh. Remember that recently I installed Qt5.12.1 in my /opt directory.
Created a new folder ~/actiona-master-310
Followed the instructions here .. but
skipping the installation of ..
Code: Select all
sudo apt-get install git-core build-essential qtbase5-dev libqt5x11extras5-dev libqt5xmlpatterns5-dev qtscript5-dev qttools5-dev qtmultimedia5-dev qttools5-dev-tools libnotify-dev libopencv-core-dev libopencv-imgproc-dev libxtst-dev libboost-dev
since I reason that this might overwrite my fresh installation of Qt5.12.1.
https://wiki.actiona.tools/doku.php?id=en:compilation
From within that folder run ..
Code: Select all
git clone https://github.com/Jmgr/actiona.git
This clones folder actiona
Now ..
Compilation proceeds and refers without errors to Qt5 paths in recent new installation /opt/Qt5.12.1/Qt5.12.1
Reached this line in terminal output without obvious errors
Code: Select all
-I/opt/Qt5.12.1/5.12.1/gcc_64/mkspecs/linux-g++ -o generated/qnetworkinfo_linux.o systeminfo/linux/qnetworkinfo_linux.cpp
then follows a stream of errors typically as follows ...
Code: Select all
In file included from /usr/include/linux/wireless.h:74:0,
from systeminfo/linux/qnetworkinfo_linux.cpp:65:
/usr/include/linux/if.h:234:19: error: field ‘ifru_addr’ has incomplete type ‘sockaddr’
struct sockaddr ifru_addr;
^
Here are the closing lines from terminal.
Code: Select all
In file included from /usr/include/linux/wireless.h:74:0,
from systeminfo/linux/qnetworkinfo_linux.cpp:65:
/usr/include/linux/if.h:234:19: error: field ‘ifru_addr’ has incomplete type ‘sockaddr’
struct sockaddr ifru_addr;
^
The common reference in these errors is
However actiona executable is seen in actiona folder and it can
launch as version 3.10.0 but there are missing components in the left hand components panel.
System and Data component sets are missing.and there are some references as follows:
Code: Select all
note: forward declaration of ‘struct sockaddr’
It may be that there is some incompatibility with latest Qt5 installation 5.12.1?
I have not yet tried building using QtCreator again since the above errors are seen.