Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. Is my path too long ?
Qt 6.11 is out! See what's new in the release blog

Is my path too long ?

Scheduled Pinned Locked Moved Unsolved C++ Gurus
3 Posts 2 Posters 573 Views 2 Watching
  • 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    After ":add new project" it compiles , runs - but I get this error.

    I cannot find any "undefined symbols"

    _ZN27BT_Configuration_MainWindowC1EP7QWidget

    09:47:42: Starting /media/nov25-1/AAA_OS_RAID/RECOVERY_BACKUP_FEB17_/RECOVERY/BLUETOOTH/MAIN_PROJECT/MAIN_PROJECT...
    Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
    Run modified for bluetooth terminal 
    "Build an instance of  MainWindow_BT_Terminal "
    "add it as subwindow "
    "on_actionBT_Configuration_main_triggered# line 1959"
    
    
    **/media/nov25-1/AAA_OS_RAID/RECOVERY_BACKUP_FEB17_/RECOVERY/BLUETOOTH/MAIN_PROJECT/MAIN_PROJECT: symbol lookup error: /media/nov25-1/AAA_OS_RAID/RECOVERY_BACKUP_FEB17_/RECOVERY/BLUETOOTH/SOURCE/CCC_SOURCE/terminal_SERIAL_BLUETOOTH_VER_1/terminal_SERIAL_BLUETOOTH/terminal_BLUETOOTH/libterminal_BLUETOOTH.so.1: undefined symbol: _ZN27BT_Configuration_MainWindowC1EP7QWidget
    09:47:52: /media/nov25-1/AAA_OS_RAID/RECOVERY_BACKUP_FEB17_/RECOVERY/BLUETOOTH/MAIN_PROJECT/MAIN_PROJECT exited with code 127**
    
    
    Axel SpoerlA 1 Reply Last reply
    0
    • A Anonymous_Banned275

      After ":add new project" it compiles , runs - but I get this error.

      I cannot find any "undefined symbols"

      _ZN27BT_Configuration_MainWindowC1EP7QWidget

      09:47:42: Starting /media/nov25-1/AAA_OS_RAID/RECOVERY_BACKUP_FEB17_/RECOVERY/BLUETOOTH/MAIN_PROJECT/MAIN_PROJECT...
      Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
      Run modified for bluetooth terminal 
      "Build an instance of  MainWindow_BT_Terminal "
      "add it as subwindow "
      "on_actionBT_Configuration_main_triggered# line 1959"
      
      
      **/media/nov25-1/AAA_OS_RAID/RECOVERY_BACKUP_FEB17_/RECOVERY/BLUETOOTH/MAIN_PROJECT/MAIN_PROJECT: symbol lookup error: /media/nov25-1/AAA_OS_RAID/RECOVERY_BACKUP_FEB17_/RECOVERY/BLUETOOTH/SOURCE/CCC_SOURCE/terminal_SERIAL_BLUETOOTH_VER_1/terminal_SERIAL_BLUETOOTH/terminal_BLUETOOTH/libterminal_BLUETOOTH.so.1: undefined symbol: _ZN27BT_Configuration_MainWindowC1EP7QWidget
      09:47:52: /media/nov25-1/AAA_OS_RAID/RECOVERY_BACKUP_FEB17_/RECOVERY/BLUETOOTH/MAIN_PROJECT/MAIN_PROJECT exited with code 127**
      
      
      Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on last edited by
      #2

      @AnneRanch The patch shouldn't matter. The error means that Configuration_MainWindowis defined but not implemented.

      Software Engineer
      The Qt Company, Oslo

      A 1 Reply Last reply
      0
      • Axel SpoerlA Axel Spoerl

        @AnneRanch The patch shouldn't matter. The error means that Configuration_MainWindowis defined but not implemented.

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        @Axel-Spoerl "FIxed" ?? by OS update and reboot ,,, no comments

        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