ubuntu 18.04 QT5.15.2 opcua open62541 ... could not find feature gds
Solved
General and Desktop
-
Hi, for try and test I download opcua plugin using these step:
for fisrt, but not sure is interesting here, I install some library ... and for test open62541 lib too with these command:
sudo apt-get install libssl-dev sudo apt install libssl-dev libxml2-dev sudo apt-get update sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0xCDC3B839E740CF6B7186813D6AE0429562D6201D sudo add-apt-repository ppa:open62541-team/ppa sudo apt-get update sudo add-apt-repository ppa:open62541-team/ppa sudo apt-get install libopen62541-1-dev
after to check if library was correctly intalled, i try to install qtopcua plugin (that as can understand not need open62541 library because is inside package)
git clone https://code.qt.io/qt/qtopcua.git cd qtopcua git checkout 5.15.2 mkdir build && cd build ~/Qt/5.15.2/gcc_64/bin/qmake .. make sudo make install
Than try to start and example .... opcuaviewer .... but obtain these error messages:
PROJECT ERROR: could not find feature gds
Sorry but only gds i know was ubuntu 18.04 gds for gpu amd .... why these and how can eliminate these feature?
#####################################################
2 sec after see on opcua example support for winrt than need GDS .... commented out in .pro file and all work .....