Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Pyside6 6.6.1: References to QRingBuffer in private API are undefined
Qt 6.11 is out! See what's new in the release blog

Pyside6 6.6.1: References to QRingBuffer in private API are undefined

Scheduled Pinned Locked Moved Unsolved Qt for Python
3 Posts 2 Posters 1.2k Views 1 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.
  • D Offline
    D Offline
    DeadComposer
    wrote on last edited by
    #1

    I am trying to run a Pyside6 6.6.1 (with Qt 6.6.1) application on Linux. The libraries libQt6Network.so and libQt6SerialPort.so contain references to QRingBuffer in the private API (the specific symbol is _ZN11QRingBuffer6appendEPKcx@@Qt_6_PRIVATE_API) which are undefined. Oddly, libQt6Core.so contains a definition of _ZN11QRingBuffer6appendEPKcx but without the Qt_6_PRIVATE_API version identifier, so libQt6Network.so and libQt6SerialPort.so can't find that one. Could it be that Qt 6 was built without the private API on my system? Any help will be appreciated.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      How did you install PySide6 ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      D 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        How did you install PySide6 ?

        D Offline
        D Offline
        DeadComposer
        wrote on last edited by
        #3

        @SGaist The system administrator installed Pyside6. I'll try to get more information from them about how it was done.

        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