Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. ubuntu 18.04 QT5.15.2 opcua open62541 ... could not find feature gds
Forum Updated to NodeBB v4.3 + New Features

ubuntu 18.04 QT5.15.2 opcua open62541 ... could not find feature gds

Scheduled Pinned Locked Moved Solved General and Desktop
1 Posts 1 Posters 298 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • gfxxG Offline
    gfxxG Offline
    gfxx
    wrote on last edited by gfxx
    #1

    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 .....

    bkt

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved