Running configuration tests...
Checking for BlueZ... yes
Checking for BlueZ Low Energy... yes
Checking for Linux Crypto API... yes
Done running configuration tests.

Configure summary:

Qt Bluetooth:
  BlueZ .................................. yes
  BlueZ Low Energy ....................... yes
  Linux Crypto API ....................... yes
  Native Win32 Bluetooth ................. no
  WinRT Bluetooth API (desktop & UWP) .... no
  WinRT advanced bluetooth low energy API (desktop & UWP) . no

Qt is now configured for building. Just run 'make'.
Once everything is built, you must run 'make install'.
Qt will be installed into '/usr'.

Prior to reconfiguration, make sure you remove any leftovers from
the previous build.

lecmaccalculator.cpp: In member function ‘bool LeCmacCalculator::verify(const QByteArray&, const quint128&, quint64) const’:
lecmaccalculator.cpp:172:35: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
  172 |         qCWarning(QT_BT_BLUEZ) << hex << "signature verification failed: calculated mac:"
      |                                   ^~~
In file included from /usr/include/qt5/QtCore/qdebug.h:49,
                 from /usr/include/qt5/QtCore/qcborcommon.h:45,
                 from /usr/include/qt5/QtCore/qcborvalue.h:45,
                 from /usr/include/qt5/QtCore/qcborarray.h:43,
                 from /usr/include/qt5/QtCore/QtCore:38,
                 from ../../include/QtBluetooth/QtBluetoothDepends:3:
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qbluetoothservicediscoveryagent_p.h:0: Note: No relevant classes found. No output generated.
qbluetoothdevicediscoveryagent_p.h:0: Note: No relevant classes found. No output generated.
bluez/hcimanager.cpp: In member function ‘QVector HciManager::activeLowEnergyConnections() const’:
bluez/hcimanager.cpp:323:76: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
  323 |             qCWarning(QT_BT_BLUEZ) << "Unknown active connection type:" << hex << info[i].type;
      |                                                                            ^~~
In file included from /usr/include/qt5/QtCore/qdebug.h:49,
                 from /usr/include/qt5/QtCore/qcborcommon.h:45,
                 from /usr/include/qt5/QtCore/qcborvalue.h:45,
                 from /usr/include/qt5/QtCore/qcborarray.h:43,
                 from /usr/include/qt5/QtCore/QtCore:38,
                 from ../../include/QtBluetooth/QtBluetoothDepends:3:
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
bluez/hcimanager.cpp: In member function ‘void HciManager::handleHciEventPacket(const quint8*, int)’:
bluez/hcimanager.cpp:470:61: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
  470 |     qCDebug(QT_BT_BLUEZ) << "HCI event triggered, type:" << hex << header->evt;
      |                                                             ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
bluez/hcimanager.cpp:478:46: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
  478 |                              << "handle:" << hex << event->handle
      |                                              ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
bluez/bluetoothmanagement.cpp: In member function ‘void BluetoothManagement::_q_readNotifier()’:
bluez/bluetoothmanagement.cpp:258:37: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
  258 |                                  << hex << qFromLittleEndian(hdr->cmdCode);
      |                                     ^~~
In file included from /usr/include/qt5/QtCore/qdebug.h:49,
                 from /usr/include/qt5/QtCore/qcborcommon.h:45,
                 from /usr/include/qt5/QtCore/qcborvalue.h:45,
                 from /usr/include/qt5/QtCore/qcborarray.h:43,
                 from /usr/include/qt5/QtCore/QtCore:38,
                 from ../../include/QtBluetooth/QtBluetoothDepends:3:
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In function ‘void dumpErrorInformation(const QByteArray&)’:
qlowenergycontroller_bluez.cpp:239:36: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
  239 |              << "last command:" << hex << lastCommand
      |                                    ^~~
In file included from /usr/include/qt5/QtCore/qdebug.h:49,
                 from /usr/include/qt5/QtCore/qcborcommon.h:45,
                 from /usr/include/qt5/QtCore/qcborvalue.h:45,
                 from /usr/include/qt5/QtCore/qcborarray.h:43,
                 from /usr/include/qt5/QtCore/QtCore:38,
                 from ../../include/QtBluetooth/QtBluetoothDepends:3:
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::handleGattRequestTimeout()’:
qlowenergycontroller_bluez.cpp:354:73: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
  354 |         qCWarning(QT_BT_BLUEZ).nospace() << "****** Request type 0x" << hex << currentRequest.command
      |                                                                         ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp:411:39: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
  411 |                                    << hex << command;
      |                                       ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::sendPacket(const QByteArray&)’:
qlowenergycontroller_bluez.cpp:986:64: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
  986 |         qCDebug(QT_BT_BLUEZ) << "Cannot write L2CP packet:" << hex
      |                                                                ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In function ‘QLowEnergyHandle parseReadByTypeCharDiscovery(QLowEnergyServicePrivate::CharData*, const char*, quint16)’:
qlowenergycontroller_bluez.cpp:1028:48: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1028 |     qCDebug(QT_BT_BLUEZ) << "Found handle:" << hex << attributeHandle
      |                                                ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In function ‘QLowEnergyHandle parseReadByTypeIncludeDiscovery(QList*, const char*, quint16)’:
qlowenergycontroller_bluez.cpp:1056:59: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1056 |     qCDebug(QT_BT_BLUEZ) << "Found included service: " << hex
      |                                                           ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::processReply(const Request&, const QByteArray&)’:
qlowenergycontroller_bluez.cpp:1133:81: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1133 |             qCDebug(QT_BT_BLUEZ) << "Found uuid:" << uuid << "start handle:" << hex
      |                                                                                 ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp:1440:81: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1440 |                 qCDebug(QT_BT_BLUEZ) << "Suppressing primary/characteristic" << hex << shortUuid;
      |                                                                                 ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp:1446:70: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1446 |                 qCDebug(QT_BT_BLUEZ) << "Suppressing char handle" << hex << descriptorHandle;
      |                                                                      ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp:1457:61: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1457 |                                  << "descriptor handle:" << hex << descriptorHandle;
      |                                                             ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::sendReadByGroupRequest(QLowEnergyHandle, QLowEnergyHandle, quint16)’:
qlowenergycontroller_bluez.cpp:1618:83: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1618 |     qCDebug(QT_BT_BLUEZ) << "Sending read_by_group_type request, startHandle:" << hex
      |                                                                                   ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::sendReadByTypeRequest(QSharedPointer, QLowEnergyHandle, quint16)’:
qlowenergycontroller_bluez.cpp:1656:77: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1656 |     qCDebug(QT_BT_BLUEZ) << "Sending read_by_type request, startHandle:" << hex
      |                                                                             ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::readServiceValuesByOffset(uint, quint16, bool)’:
qlowenergycontroller_bluez.cpp:1786:33: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1786 |                              << hex << descriptorHandle;
      |                                 ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp:1795:37: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1795 |                                  << hex << handleToRead;
      |                                     ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::processUnsolicitedReply(const QByteArray&)’:
qlowenergycontroller_bluez.cpp:1840:73: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1840 |             qCDebug(QT_BT_BLUEZ) << "Change notification for handle" << hex << changedHandle;
      |                                                                         ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp:1842:71: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1842 |             qCDebug(QT_BT_BLUEZ) << "Change indication for handle" << hex << changedHandle;
      |                                                                       ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::discoverNextDescriptor(QSharedPointer, QList, QLowEnergyHandle)’:
qlowenergycontroller_bluez.cpp:1969:60: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 1969 |     qCDebug(QT_BT_BLUEZ) << "Sending find_info request" << hex
      |                                                            ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::sendNextPrepareWriteRequest(QLowEnergyHandle, const QByteArray&, quint16)’:
qlowenergycontroller_bluez.cpp:2022:29: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 2022 |                          << hex << handle;
      |                             ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::sendExecuteWriteRequest(QLowEnergyHandle, const QByteArray&, bool)’:
qlowenergycontroller_bluez.cpp:2068:29: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 2068 |                          << hex << attrHandle;
      |                             ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘virtual void QLowEnergyControllerPrivateBluez::readCharacteristic(QSharedPointer, QLowEnergyHandle)’:
qlowenergycontroller_bluez.cpp:2146:66: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 2146 |     qCDebug(QT_BT_BLUEZ) << "Targeted reading characteristic" << hex << charHandle;
      |                                                                  ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘virtual void QLowEnergyControllerPrivateBluez::readDescriptor(QSharedPointer, QLowEnergyHandle, QLowEnergyHandle)’:
qlowenergycontroller_bluez.cpp:2181:62: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 2181 |     qCDebug(QT_BT_BLUEZ) << "Targeted reading descriptor" << hex << descriptorHandle;
      |                                                              ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::writeCharacteristicForCentral(const QSharedPointer&, QLowEnergyHandle, QLowEnergyHandle, const QByteArray&, QLowEnergyService::WriteMode)’:
qlowenergycontroller_bluez.cpp:2717:57: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 2717 |     qCDebug(QT_BT_BLUEZ) << "Writing characteristic" << hex << charHandle
      |                                                         ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::writeDescriptorForCentral(QLowEnergyHandle, QLowEnergyHandle, const QByteArray&)’:
qlowenergycontroller_bluez.cpp:2777:53: warning: ‘QTextStream& QTextStreamFunctions::hex(QTextStream&)’ is deprecated: Use Qt::hex [-Wdeprecated-declarations]
 2777 |     qCDebug(QT_BT_BLUEZ) << "Writing descriptor" << hex << descriptorHandle
      |                                                     ^~~
/usr/include/qt5/QtCore/qtextstream.h:277:74: note: declared here
  277 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::hex") QTextStream &hex(QTextStream &s);
      |                                                                          ^~~
qlowenergycontroller_bluez.cpp: In member function ‘void QLowEnergyControllerPrivateBluez::processReply(const Request&, const QByteArray&)’:
qlowenergycontroller_bluez.cpp:1460:32: warning: ‘descriptorHandle’ may be used uninitialized [-Wmaybe-uninitialized]
 1460 |         const QLowEnergyHandle nextPotentialHandle = descriptorHandle + 1;
      |                                ^~~~~~~~~~~~~~~~~~~
qlowenergycontroller_bluez.cpp:1421:26: note: ‘descriptorHandle’ was declared here
 1421 |         QLowEnergyHandle descriptorHandle;
      |                          ^~~~~~~~~~~~~~~~
main.cpp: In function ‘void parseAttributeValues(sdp_data_t*, int, QByteArray&)’:
main.cpp:99:65: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
   99 |         qsnprintf(snBuffer, BUFFER_SIZE, "\n", data->val.uint64);
      |                                                             ~~~~^         ~~~~~~~~~~~~~~~~
      |                                                                 |                   |
      |                                                                 unsigned int        uint64_t {aka long unsigned int}
      |                                                             %016lx
main.cpp:122:59: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
  122 |         qsnprintf(snBuffer, BUFFER_SIZE, "/n", data->val.int64);
      |                                                          ~^         ~~~~~~~~~~~~~~~
      |                                                           |                   |
      |                                                           int                 int64_t {aka long int}
      |                                                          %ld
qt.qdoc: Start qdoc for QtBluetooth in dual process mode: prepare phase.
qt.qdoc: Start qdoc for QtNfc in dual process mode: prepare phase.
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/cstddef:50:10: error: 'stddef.h' file not found
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/cstddef:58:11: error: no member named 'max_align_t' in the global namespace
/usr/include/qt5/QtCore/qglobal.h:51:12: error: 'stddef.h' file not found
/usr/include/stdlib.h:32:10: error: 'stddef.h' file not found
/usr/include/stdlib.h:98:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:213:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:217:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:221:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:233:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:239:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:251:39: error: unknown type name 'size_t'
/usr/include/stdlib.h:257:39: error: unknown type name 'size_t'
/usr/include/sys/types.h:144:10: error: 'stddef.h' file not found
/usr/include/stdlib.h:412:4: error: unknown type name 'size_t'
/usr/include/stdlib.h:442:4: error: unknown type name 'size_t'
/usr/include/stdlib.h:540:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:543:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:543:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:551:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:563:41: error: unknown type name 'size_t'
/usr/include/stdlib.h:563:57: error: unknown type name 'size_t'
/usr/include/stdlib.h:569:41: error: unknown type name 'size_t'
/usr/include/stdlib.h:569:57: error: unknown type name 'size_t'
/usr/include/alloca.h:24:10: error: 'stddef.h' file not found
/usr/include/alloca.h:32:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:580:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:586:45: error: unknown type name 'size_t'
/usr/include/stdlib.h:586:65: error: unknown type name 'size_t'
/usr/include/stdlib.h:592:29: error: unknown type name 'size_t'
/usr/include/stdlib.h:592:49: error: unknown type name 'size_t'
/usr/include/stdlib.h:829:9: error: unknown type name 'size_t'
/usr/include/stdlib.h:829:25: error: unknown type name 'size_t'
/usr/include/stdlib.h:838:34: error: unknown type name 'size_t'
/usr/include/stdlib.h:838:50: error: unknown type name 'size_t'
/usr/include/stdlib.h:841:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:841:52: error: unknown type name 'size_t'
/usr/include/stdlib.h:912:6: error: unknown type name 'size_t'
/usr/include/stdlib.h:915:6: error: unknown type name 'size_t'
/usr/include/stdlib.h:919:31: error: unknown type name 'size_t'
/usr/include/stdlib.h:923:31: error: unknown type name 'size_t'
/usr/include/stdlib.h:930:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:934:34: error: unknown type name 'size_t'
/usr/include/stdlib.h:941:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:942:32: error: unknown type name 'size_t'
/usr/include/stdlib.h:945:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:946:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:1002:46: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:533:15: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:985:43: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:987:55: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:988:73: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:989:62: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:991:36: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:991:49: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:48: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:61: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:77: error: unknown type name 'size_t'
/usr/include/string.h:33:10: error: 'stddef.h' file not found
/usr/include/string.h:44:8: error: unknown type name 'size_t'
/usr/include/string.h:47:56: error: unknown type name 'size_t'
/usr/include/string.h:55:18: error: unknown type name 'size_t'
/usr/include/string.h:61:42: error: unknown type name 'size_t'
/usr/include/string.h:64:56: error: unknown type name 'size_t'
/usr/include/string.h:80:60: error: unknown type name 'size_t'
/usr/include/string.h:87:42: error: unknown type name 'size_t'
/usr/include/string.h:89:54: error: unknown type name 'size_t'
/usr/include/string.h:126:49: error: unknown type name 'size_t'
/usr/include/string.h:129:61: error: unknown type name 'size_t'
/usr/include/string.h:145:39: error: unknown type name 'size_t'
/usr/include/string.h:153:9: error: unknown type name 'size_t'
/usr/include/string.h:159:57: error: unknown type name 'size_t'
/usr/include/string.h:166:8: error: unknown type name 'size_t'
/usr/include/string.h:167:40: error: unknown type name 'size_t'
/usr/include/string.h:179:8: error: unknown type name 'size_t'
/usr/include/string.h:179:59: error: unknown type name 'size_t'
/usr/include/string.h:195:45: error: unknown type name 'size_t'
/usr/include/string.h:293:8: error: unknown type name 'size_t'
/usr/include/string.h:297:8: error: unknown type name 'size_t'
/usr/include/string.h:389:46: error: unknown type name 'size_t'
/usr/include/string.h:390:30: error: unknown type name 'size_t'
/usr/include/string.h:398:34: error: unknown type name 'size_t'
/usr/include/string.h:401:39: error: unknown type name 'size_t'
/usr/include/string.h:407:8: error: unknown type name 'size_t'
/usr/include/string.h:413:8: error: unknown type name 'size_t'
/usr/include/string.h:413:46: error: unknown type name 'size_t'
/usr/include/string.h:444:53: error: unknown type name 'size_t'
/usr/include/strings.h:23:10: error: 'stddef.h' file not found
/usr/include/strings.h:34:54: error: unknown type name 'size_t'
/usr/include/strings.h:38:53: error: unknown type name 'size_t'
/usr/include/strings.h:42:31: error: unknown type name 'size_t'
/usr/include/strings.h:120:61: error: unknown type name 'size_t'
/usr/include/strings.h:134:6: error: unknown type name 'size_t'
/usr/include/string.h:466:40: error: unknown type name 'size_t'
/usr/include/string.h:497:34: error: unknown type name 'size_t'
/usr/include/string.h:500:39: error: unknown type name 'size_t'
/usr/include/string.h:513:34: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:92:5: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:92:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:115:51: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:115:70: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:116:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:117:80: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:118:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:119:46: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:120:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:220:56: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:228:72: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:242:56: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:278:20: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:50:10: error: 'stdarg.h' file not found
/usr/include/wchar.h:35:10: error: 'stddef.h' file not found
/usr/include/wchar.h:38:10: error: 'stdarg.h' file not found
/usr/include/wchar.h:93:38: error: unknown type name 'size_t'
/usr/include/wchar.h:102:38: error: unknown type name 'size_t'
/usr/include/wchar.h:109:63: error: unknown type name 'size_t'
/usr/include/wchar.h:118:4: error: unknown type name 'size_t'
/usr/include/wchar.h:126:6: error: unknown type name 'size_t'
/usr/include/wchar.h:135:8: error: unknown type name 'size_t'
/usr/include/wchar.h:136:42: error: unknown type name 'size_t'
/usr/include/wchar.h:150:8: error: unknown type name 'size_t'
/usr/include/wchar.h:151:5: error: unknown type name 'size_t'
/usr/include/wchar.h:188:8: error: unknown type name 'size_t'
/usr/include/wchar.h:192:8: error: unknown type name 'size_t'
/usr/include/wchar.h:223:8: error: unknown type name 'size_t'
/usr/include/wchar.h:241:8: error: unknown type name 'size_t'
/usr/include/wchar.h:241:44: error: unknown type name 'size_t'
/usr/include/wchar.h:254:59: error: unknown type name 'size_t'
/usr/include/wchar.h:259:63: error: unknown type name 'size_t'
/usr/include/wchar.h:264:37: error: unknown type name 'size_t'
/usr/include/wchar.h:268:63: error: unknown type name 'size_t'
/usr/include/wchar.h:272:53: error: unknown type name 'size_t'
/usr/include/wchar.h:278:38: error: unknown type name 'size_t'
/usr/include/wchar.h:297:8: error: unknown type name 'size_t'
/usr/include/wchar.h:298:38: error: unknown type name 'size_t'
/usr/include/wchar.h:302:8: error: unknown type name 'size_t'
/usr/include/wchar.h:306:8: error: unknown type name 'size_t'
/usr/include/wchar.h:306:53: error: unknown type name 'size_t'
/usr/include/wchar.h:308:8: error: unknown type name 'size_t'
/usr/include/wchar.h:308:51: error: unknown type name 'size_t'
/usr/include/wchar.h:338:8: error: unknown type name 'size_t'
/usr/include/wchar.h:339:36: error: unknown type name 'size_t'
/usr/include/wchar.h:344:8: error: unknown type name 'size_t'
/usr/include/wchar.h:345:39: error: unknown type name 'size_t'
/usr/include/wchar.h:352:8: error: unknown type name 'size_t'
/usr/include/wchar.h:353:37: error: unknown type name 'size_t'
/usr/include/wchar.h:354:6: error: unknown type name 'size_t'
/usr/include/wchar.h:358:8: error: unknown type name 'size_t'
/usr/include/wchar.h:360:6: error: unknown type name 'size_t'
/usr/include/wchar.h:360:20: error: unknown type name 'size_t'
/usr/include/wchar.h:372:42: error: unknown type name 'size_t'
/usr/include/wchar.h:558:38: error: unknown type name 'size_t'
/usr/include/wchar.h:581:53: error: unknown type name 'size_t'
/usr/include/wchar.h:605:47: error: unknown type name 'size_t'
/usr/include/wchar.h:615:9: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:622:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:626:48: error: unknown type name 'size_t'
/usr/include/wchar.h:628:9: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:690:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:697:7: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:702:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:713:7: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:716:6: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:720:11: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:852:8: error: unknown type name 'size_t'
/usr/include/wchar.h:852:50: error: unknown type name 'size_t'
/usr/include/wchar.h:859:8: error: unknown type name 'size_t'
/usr/include/wchar.h:859:52: error: unknown type name 'size_t'
/usr/include/locale.h:28:10: error: 'stddef.h' file not found
/usr/include/stdio.h:33:10: error: 'stddef.h' file not found
/usr/include/stdio.h:36:10: error: 'stdarg.h' file not found
/usr/include/bits/types/struct_FILE.h:95:3: error: unknown type name 'size_t'
/usr/include/bits/types/struct_FILE.h:98:67: error: use of undeclared identifier 'size_t'
/usr/include/bits/types/cookie_io_functions_t.h:28:43: error: unknown type name 'size_t'
/usr/include/bits/types/cookie_io_functions_t.h:37:44: error: unknown type name 'size_t'
/usr/include/stdio.h:52:9: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:308:35: error: unknown type name 'size_t'
/usr/include/stdio.h:314:47: error: unknown type name 'size_t'
/usr/include/stdio.h:321:53: error: unknown type name 'size_t'
/usr/include/stdio.h:333:20: error: unknown type name 'size_t'
/usr/include/stdio.h:339:10: error: unknown type name 'size_t'
/usr/include/stdio.h:366:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:371:54: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:374:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:378:44: error: unknown type name 'size_t'
/usr/include/stdio.h:382:45: error: unknown type name 'size_t'
/usr/include/stdio.h:383:42: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:391:9: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:404:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:460:7: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:467:53: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:472:40: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:481:37: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:485:5: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:490:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:633:30: error: unknown type name 'size_t'
/usr/include/stdio.h:636:28: error: unknown type name 'size_t'
/usr/include/stdio.h:646:27: error: unknown type name 'size_t'
/usr/include/stdio.h:675:8: error: unknown type name 'size_t'
/usr/include/stdio.h:675:46: error: unknown type name 'size_t'
/usr/include/stdio.h:676:8: error: unknown type name 'size_t'
/usr/include/stdio.h:681:8: error: unknown type name 'size_t'
/usr/include/stdio.h:681:53: error: unknown type name 'size_t'
/usr/include/stdio.h:682:9: error: unknown type name 'size_t'
/usr/include/stdio.h:702:8: error: unknown type name 'size_t'
/usr/include/stdio.h:702:55: error: unknown type name 'size_t'
/usr/include/stdio.h:703:10: error: unknown type name 'size_t'
/usr/include/stdio.h:704:8: error: unknown type name 'size_t'
/usr/include/stdio.h:704:62: error: unknown type name 'size_t'
/usr/include/stdio.h:705:11: error: unknown type name 'size_t'
/usr/include/stdio.h:858:8: error: unknown type name '__gnuc_va_list'
/usr/include/sched.h:29:10: error: 'stddef.h' file not found
/usr/include/bits/cpu-set.h:117:30: error: unknown type name 'size_t'
/usr/include/bits/cpu-set.h:119:37: error: unknown type name 'size_t'
/usr/include/sched.h:130:46: error: unknown type name 'size_t'
/usr/include/sched.h:134:46: error: unknown type name 'size_t'
/usr/include/time.h:29:10: error: 'stddef.h' file not found
/usr/include/time.h:100:8: error: unknown type name 'size_t'
/usr/include/time.h:100:47: error: unknown type name 'size_t'
/usr/include/time.h:116:8: error: unknown type name 'size_t'
/usr/include/time.h:116:49: error: unknown type name 'size_t'
/usr/include/pthread.h:304:11: error: unknown type name 'size_t'
/usr/include/pthread.h:309:11: error: unknown type name 'size_t'
/usr/include/pthread.h:367:19: error: unknown type name 'size_t'
/usr/include/pthread.h:374:11: error: unknown type name 'size_t'
/usr/include/pthread.h:381:7: error: unknown type name 'size_t'
/usr/include/pthread.h:388:7: error: unknown type name 'size_t'
/usr/include/pthread.h:395:6: error: unknown type name 'size_t'
/usr/include/pthread.h:402:6: error: unknown type name 'size_t'
/usr/include/pthread.h:459:11: error: unknown type name 'size_t'
/usr/include/pthread.h:489:52: error: unknown type name 'size_t'
/usr/include/pthread.h:494:52: error: unknown type name 'size_t'
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/bits/cxxabi_init_exception.h:38:10: error: 'stddef.h' file not found
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/bits/cxxabi_init_exception.h:63:32: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:105:41: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:107:40: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:74:26: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:137:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:183:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:252:37: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:252:49: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:47: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:59: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:90: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:102: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstring.h:60:10: error: 'stdarg.h' file not found
/usr/include/qt5/QtCore/qstring.h:91:38: warning: constexpr constructor that does not initialize all members is a C++20 extension [-Wc++20-extensions]
/usr/include/qt5/QtCore/qstring.h:225:9: note: member not initialized by constructor
/usr/include/qt5/QtCore/qstring.h:2105:75: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstring.h:2106:77: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qhashfunctions.h:71:66: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:1131:28: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
/usr/include/limits.h:124:16: error: 'limits.h' file not found
/usr/include/qt5/QtCore/qcontainerfwd.h:63:7: error: typedef redefinition with different types ('QList' vs 'QByteArrayList')
/usr/include/qt5/QtCore/qbytearraylist.h:66:7: note: previous definition is here
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qabstractitemmodel.h:272:110: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
/usr/include/qt5/QtCore/qarraydataops.h:61:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:86:21: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:99:19: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:150:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:177:21: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:191:19: error: unknown type name 'size_t'
/usr/include/limits.h:124:16: error: 'limits.h' file not found
/usr/include/qt5/QtCore/qsharedpointer.h:112:1: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qsharedpointer.h:112:44: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:111:40: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:112:42: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:347:66: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:350:52: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/quuid.h:179:37: error: constexpr function never produces a constant expression [-Winvalid-constexpr]
/usr/include/qt5/QtCore/quuid.h:181:17: note: non-literal type 'QUuid' cannot be used in a constant expression
/usr/include/qt5/QtCore/qcbormap.h:204:14: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qcbormap.h:216:14: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qrandom.h:148:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qxmlstream.h:155:51: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/cstddef:50:10: error: 'stddef.h' file not found
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/cstddef:58:11: error: no member named 'max_align_t' in the global namespace
/usr/include/qt5/QtCore/qglobal.h:51:12: error: 'stddef.h' file not found
/usr/include/stdlib.h:32:10: error: 'stddef.h' file not found
/usr/include/stdlib.h:98:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:213:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:217:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:221:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:233:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:239:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:251:39: error: unknown type name 'size_t'
/usr/include/stdlib.h:257:39: error: unknown type name 'size_t'
/usr/include/sys/types.h:144:10: error: 'stddef.h' file not found
/usr/include/stdlib.h:412:4: error: unknown type name 'size_t'
/usr/include/stdlib.h:442:4: error: unknown type name 'size_t'
/usr/include/stdlib.h:540:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:543:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:543:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:551:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:563:41: error: unknown type name 'size_t'
/usr/include/stdlib.h:563:57: error: unknown type name 'size_t'
/usr/include/stdlib.h:569:41: error: unknown type name 'size_t'
/usr/include/stdlib.h:569:57: error: unknown type name 'size_t'
/usr/include/alloca.h:24:10: error: 'stddef.h' file not found
/usr/include/alloca.h:32:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:580:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:586:45: error: unknown type name 'size_t'
/usr/include/stdlib.h:586:65: error: unknown type name 'size_t'
/usr/include/stdlib.h:592:29: error: unknown type name 'size_t'
/usr/include/stdlib.h:592:49: error: unknown type name 'size_t'
/usr/include/stdlib.h:829:9: error: unknown type name 'size_t'
/usr/include/stdlib.h:829:25: error: unknown type name 'size_t'
/usr/include/stdlib.h:838:34: error: unknown type name 'size_t'
/usr/include/stdlib.h:838:50: error: unknown type name 'size_t'
/usr/include/stdlib.h:841:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:841:52: error: unknown type name 'size_t'
/usr/include/stdlib.h:912:6: error: unknown type name 'size_t'
/usr/include/stdlib.h:915:6: error: unknown type name 'size_t'
/usr/include/stdlib.h:919:31: error: unknown type name 'size_t'
/usr/include/stdlib.h:923:31: error: unknown type name 'size_t'
/usr/include/stdlib.h:930:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:934:34: error: unknown type name 'size_t'
/usr/include/stdlib.h:941:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:942:32: error: unknown type name 'size_t'
/usr/include/stdlib.h:945:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:946:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:1002:46: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:533:15: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:985:43: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:987:55: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:988:73: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:989:62: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:991:36: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:991:49: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:48: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:61: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:77: error: unknown type name 'size_t'
/usr/include/string.h:33:10: error: 'stddef.h' file not found
/usr/include/string.h:44:8: error: unknown type name 'size_t'
/usr/include/string.h:47:56: error: unknown type name 'size_t'
/usr/include/string.h:55:18: error: unknown type name 'size_t'
/usr/include/string.h:61:42: error: unknown type name 'size_t'
/usr/include/string.h:64:56: error: unknown type name 'size_t'
/usr/include/string.h:80:60: error: unknown type name 'size_t'
/usr/include/string.h:87:42: error: unknown type name 'size_t'
/usr/include/string.h:89:54: error: unknown type name 'size_t'
/usr/include/string.h:126:49: error: unknown type name 'size_t'
/usr/include/string.h:129:61: error: unknown type name 'size_t'
/usr/include/string.h:145:39: error: unknown type name 'size_t'
/usr/include/string.h:153:9: error: unknown type name 'size_t'
/usr/include/string.h:159:57: error: unknown type name 'size_t'
/usr/include/string.h:166:8: error: unknown type name 'size_t'
/usr/include/string.h:167:40: error: unknown type name 'size_t'
/usr/include/string.h:179:8: error: unknown type name 'size_t'
/usr/include/string.h:179:59: error: unknown type name 'size_t'
/usr/include/string.h:195:45: error: unknown type name 'size_t'
/usr/include/string.h:293:8: error: unknown type name 'size_t'
/usr/include/string.h:297:8: error: unknown type name 'size_t'
/usr/include/string.h:389:46: error: unknown type name 'size_t'
/usr/include/string.h:390:30: error: unknown type name 'size_t'
/usr/include/string.h:398:34: error: unknown type name 'size_t'
/usr/include/string.h:401:39: error: unknown type name 'size_t'
/usr/include/string.h:407:8: error: unknown type name 'size_t'
/usr/include/string.h:413:8: error: unknown type name 'size_t'
/usr/include/string.h:413:46: error: unknown type name 'size_t'
/usr/include/string.h:444:53: error: unknown type name 'size_t'
/usr/include/strings.h:23:10: error: 'stddef.h' file not found
/usr/include/strings.h:34:54: error: unknown type name 'size_t'
/usr/include/strings.h:38:53: error: unknown type name 'size_t'
/usr/include/strings.h:42:31: error: unknown type name 'size_t'
/usr/include/strings.h:120:61: error: unknown type name 'size_t'
/usr/include/strings.h:134:6: error: unknown type name 'size_t'
/usr/include/string.h:466:40: error: unknown type name 'size_t'
/usr/include/string.h:497:34: error: unknown type name 'size_t'
/usr/include/string.h:500:39: error: unknown type name 'size_t'
/usr/include/string.h:513:34: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:92:5: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:92:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:115:51: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:115:70: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:116:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:117:80: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:118:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:119:46: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:120:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:220:56: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:228:72: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:242:56: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:278:20: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:50:10: error: 'stdarg.h' file not found
/usr/include/wchar.h:35:10: error: 'stddef.h' file not found
/usr/include/wchar.h:38:10: error: 'stdarg.h' file not found
/usr/include/wchar.h:93:38: error: unknown type name 'size_t'
/usr/include/wchar.h:102:38: error: unknown type name 'size_t'
/usr/include/wchar.h:109:63: error: unknown type name 'size_t'
/usr/include/wchar.h:118:4: error: unknown type name 'size_t'
/usr/include/wchar.h:126:6: error: unknown type name 'size_t'
/usr/include/wchar.h:135:8: error: unknown type name 'size_t'
/usr/include/wchar.h:136:42: error: unknown type name 'size_t'
/usr/include/wchar.h:150:8: error: unknown type name 'size_t'
/usr/include/wchar.h:151:5: error: unknown type name 'size_t'
/usr/include/wchar.h:188:8: error: unknown type name 'size_t'
/usr/include/wchar.h:192:8: error: unknown type name 'size_t'
/usr/include/wchar.h:223:8: error: unknown type name 'size_t'
/usr/include/wchar.h:241:8: error: unknown type name 'size_t'
/usr/include/wchar.h:241:44: error: unknown type name 'size_t'
/usr/include/wchar.h:254:59: error: unknown type name 'size_t'
/usr/include/wchar.h:259:63: error: unknown type name 'size_t'
/usr/include/wchar.h:264:37: error: unknown type name 'size_t'
/usr/include/wchar.h:268:63: error: unknown type name 'size_t'
/usr/include/wchar.h:272:53: error: unknown type name 'size_t'
/usr/include/wchar.h:278:38: error: unknown type name 'size_t'
/usr/include/wchar.h:297:8: error: unknown type name 'size_t'
/usr/include/wchar.h:298:38: error: unknown type name 'size_t'
/usr/include/wchar.h:302:8: error: unknown type name 'size_t'
/usr/include/wchar.h:306:8: error: unknown type name 'size_t'
/usr/include/wchar.h:306:53: error: unknown type name 'size_t'
/usr/include/wchar.h:308:8: error: unknown type name 'size_t'
/usr/include/wchar.h:308:51: error: unknown type name 'size_t'
/usr/include/wchar.h:338:8: error: unknown type name 'size_t'
/usr/include/wchar.h:339:36: error: unknown type name 'size_t'
/usr/include/wchar.h:344:8: error: unknown type name 'size_t'
/usr/include/wchar.h:345:39: error: unknown type name 'size_t'
/usr/include/wchar.h:352:8: error: unknown type name 'size_t'
/usr/include/wchar.h:353:37: error: unknown type name 'size_t'
/usr/include/wchar.h:354:6: error: unknown type name 'size_t'
/usr/include/wchar.h:358:8: error: unknown type name 'size_t'
/usr/include/wchar.h:360:6: error: unknown type name 'size_t'
/usr/include/wchar.h:360:20: error: unknown type name 'size_t'
/usr/include/wchar.h:372:42: error: unknown type name 'size_t'
/usr/include/wchar.h:558:38: error: unknown type name 'size_t'
/usr/include/wchar.h:581:53: error: unknown type name 'size_t'
/usr/include/wchar.h:605:47: error: unknown type name 'size_t'
/usr/include/wchar.h:615:9: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:622:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:626:48: error: unknown type name 'size_t'
/usr/include/wchar.h:628:9: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:690:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:697:7: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:702:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:713:7: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:716:6: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:720:11: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:852:8: error: unknown type name 'size_t'
/usr/include/wchar.h:852:50: error: unknown type name 'size_t'
/usr/include/wchar.h:859:8: error: unknown type name 'size_t'
/usr/include/wchar.h:859:52: error: unknown type name 'size_t'
/usr/include/locale.h:28:10: error: 'stddef.h' file not found
/usr/include/stdio.h:33:10: error: 'stddef.h' file not found
/usr/include/stdio.h:36:10: error: 'stdarg.h' file not found
/usr/include/bits/types/struct_FILE.h:95:3: error: unknown type name 'size_t'
/usr/include/bits/types/struct_FILE.h:98:67: error: use of undeclared identifier 'size_t'
/usr/include/bits/types/cookie_io_functions_t.h:28:43: error: unknown type name 'size_t'
/usr/include/bits/types/cookie_io_functions_t.h:37:44: error: unknown type name 'size_t'
/usr/include/stdio.h:52:9: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:308:35: error: unknown type name 'size_t'
/usr/include/stdio.h:314:47: error: unknown type name 'size_t'
/usr/include/stdio.h:321:53: error: unknown type name 'size_t'
/usr/include/stdio.h:333:20: error: unknown type name 'size_t'
/usr/include/stdio.h:339:10: error: unknown type name 'size_t'
/usr/include/stdio.h:366:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:371:54: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:374:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:378:44: error: unknown type name 'size_t'
/usr/include/stdio.h:382:45: error: unknown type name 'size_t'
/usr/include/stdio.h:383:42: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:391:9: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:404:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:460:7: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:467:53: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:472:40: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:481:37: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:485:5: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:490:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:633:30: error: unknown type name 'size_t'
/usr/include/stdio.h:636:28: error: unknown type name 'size_t'
/usr/include/stdio.h:646:27: error: unknown type name 'size_t'
/usr/include/stdio.h:675:8: error: unknown type name 'size_t'
/usr/include/stdio.h:675:46: error: unknown type name 'size_t'
/usr/include/stdio.h:676:8: error: unknown type name 'size_t'
/usr/include/stdio.h:681:8: error: unknown type name 'size_t'
/usr/include/stdio.h:681:53: error: unknown type name 'size_t'
/usr/include/stdio.h:682:9: error: unknown type name 'size_t'
/usr/include/stdio.h:702:8: error: unknown type name 'size_t'
/usr/include/stdio.h:702:55: error: unknown type name 'size_t'
/usr/include/stdio.h:703:10: error: unknown type name 'size_t'
/usr/include/stdio.h:704:8: error: unknown type name 'size_t'
/usr/include/stdio.h:704:62: error: unknown type name 'size_t'
/usr/include/stdio.h:705:11: error: unknown type name 'size_t'
/usr/include/stdio.h:858:8: error: unknown type name '__gnuc_va_list'
/usr/include/sched.h:29:10: error: 'stddef.h' file not found
/usr/include/bits/cpu-set.h:117:30: error: unknown type name 'size_t'
/usr/include/bits/cpu-set.h:119:37: error: unknown type name 'size_t'
/usr/include/sched.h:130:46: error: unknown type name 'size_t'
/usr/include/sched.h:134:46: error: unknown type name 'size_t'
/usr/include/time.h:29:10: error: 'stddef.h' file not found
/usr/include/time.h:100:8: error: unknown type name 'size_t'
/usr/include/time.h:100:47: error: unknown type name 'size_t'
/usr/include/time.h:116:8: error: unknown type name 'size_t'
/usr/include/time.h:116:49: error: unknown type name 'size_t'
/usr/include/pthread.h:304:11: error: unknown type name 'size_t'
/usr/include/pthread.h:309:11: error: unknown type name 'size_t'
/usr/include/pthread.h:367:19: error: unknown type name 'size_t'
/usr/include/pthread.h:374:11: error: unknown type name 'size_t'
/usr/include/pthread.h:381:7: error: unknown type name 'size_t'
/usr/include/pthread.h:388:7: error: unknown type name 'size_t'
/usr/include/pthread.h:395:6: error: unknown type name 'size_t'
/usr/include/pthread.h:402:6: error: unknown type name 'size_t'
/usr/include/pthread.h:459:11: error: unknown type name 'size_t'
/usr/include/pthread.h:489:52: error: unknown type name 'size_t'
/usr/include/pthread.h:494:52: error: unknown type name 'size_t'
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/bits/cxxabi_init_exception.h:38:10: error: 'stddef.h' file not found
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/bits/cxxabi_init_exception.h:63:32: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:105:41: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:107:40: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:74:26: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:137:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:183:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:252:37: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:252:49: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:47: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:59: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:90: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:102: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstring.h:60:10: error: 'stdarg.h' file not found
/usr/include/qt5/QtCore/qstring.h:91:38: warning: constexpr constructor that does not initialize all members is a C++20 extension [-Wc++20-extensions]
/usr/include/qt5/QtCore/qstring.h:225:9: note: member not initialized by constructor
/usr/include/qt5/QtCore/qstring.h:2105:75: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstring.h:2106:77: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qhashfunctions.h:71:66: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:1131:28: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
/usr/include/limits.h:124:16: error: 'limits.h' file not found
/usr/include/qt5/QtCore/qcontainerfwd.h:63:7: error: typedef redefinition with different types ('QList' vs 'QByteArrayList')
/usr/include/qt5/QtCore/qbytearraylist.h:66:7: note: previous definition is here
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qabstractitemmodel.h:272:110: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
/usr/include/qt5/QtCore/qarraydataops.h:61:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:86:21: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:99:19: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:150:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:177:21: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:191:19: error: unknown type name 'size_t'
/usr/include/limits.h:124:16: error: 'limits.h' file not found
/usr/include/qt5/QtCore/qsharedpointer.h:112:1: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qsharedpointer.h:112:44: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:111:40: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:112:42: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:347:66: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:350:52: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/quuid.h:179:37: error: constexpr function never produces a constant expression [-Winvalid-constexpr]
/usr/include/qt5/QtCore/quuid.h:181:17: note: non-literal type 'QUuid' cannot be used in a constant expression
/usr/include/qt5/QtCore/qcbormap.h:204:14: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qcbormap.h:216:14: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qrandom.h:148:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qxmlstream.h:155:51: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
qt.qdoc: Parse source files for "QtNfc"
qt.qdoc: Parse source files for "QtBluetooth"
qt.qdoc: Source files parsed for "QtNfc"
qt.qdoc: End qdoc for QtNfc in dual process mode: prepare phase.
qt.qdoc: Source files parsed for "QtBluetooth"
qt.qdoc: End qdoc for QtBluetooth in dual process mode: prepare phase.
qt.qdoc: Start qdoc for QtNfc in dual process mode: generate phase.
qt.qdoc: Start qdoc for QtBluetooth in dual process mode: generate phase.
qdoc: warning: "QtNfc" Cannot locate index file for dependency "qtcore"
qdoc: warning: "QtNfc" Cannot locate index file for dependency "qtdoc"
qdoc: warning: "QtBluetooth" Cannot locate index file for dependency "qtcore"
qdoc: warning: "QtBluetooth" Cannot locate index file for dependency "qtdoc"
qdoc: warning: "QtBluetooth" Cannot locate index file for dependency "qtquick"
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/cstddef:50:10: error: 'stddef.h' file not found
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/cstddef:58:11: error: no member named 'max_align_t' in the global namespace
/usr/include/qt5/QtCore/qglobal.h:51:12: error: 'stddef.h' file not found
/usr/include/stdlib.h:32:10: error: 'stddef.h' file not found
/usr/include/stdlib.h:98:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:213:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:217:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:221:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:233:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:239:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:251:39: error: unknown type name 'size_t'
/usr/include/stdlib.h:257:39: error: unknown type name 'size_t'
/usr/include/sys/types.h:144:10: error: 'stddef.h' file not found
/usr/include/stdlib.h:412:4: error: unknown type name 'size_t'
/usr/include/stdlib.h:442:4: error: unknown type name 'size_t'
/usr/include/stdlib.h:540:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:543:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:543:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:551:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:563:41: error: unknown type name 'size_t'
/usr/include/stdlib.h:563:57: error: unknown type name 'size_t'
/usr/include/stdlib.h:569:41: error: unknown type name 'size_t'
/usr/include/stdlib.h:569:57: error: unknown type name 'size_t'
/usr/include/alloca.h:24:10: error: 'stddef.h' file not found
/usr/include/alloca.h:32:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:580:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:586:45: error: unknown type name 'size_t'
/usr/include/stdlib.h:586:65: error: unknown type name 'size_t'
/usr/include/stdlib.h:592:29: error: unknown type name 'size_t'
/usr/include/stdlib.h:592:49: error: unknown type name 'size_t'
/usr/include/stdlib.h:829:9: error: unknown type name 'size_t'
/usr/include/stdlib.h:829:25: error: unknown type name 'size_t'
/usr/include/stdlib.h:838:34: error: unknown type name 'size_t'
/usr/include/stdlib.h:838:50: error: unknown type name 'size_t'
/usr/include/stdlib.h:841:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:841:52: error: unknown type name 'size_t'
/usr/include/stdlib.h:912:6: error: unknown type name 'size_t'
/usr/include/stdlib.h:915:6: error: unknown type name 'size_t'
/usr/include/stdlib.h:919:31: error: unknown type name 'size_t'
/usr/include/stdlib.h:923:31: error: unknown type name 'size_t'
/usr/include/stdlib.h:930:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:934:34: error: unknown type name 'size_t'
/usr/include/stdlib.h:941:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:942:32: error: unknown type name 'size_t'
/usr/include/stdlib.h:945:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:946:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:1002:46: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:533:15: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:985:43: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:987:55: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:988:73: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:989:62: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:991:36: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:991:49: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:48: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:61: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:77: error: unknown type name 'size_t'
/usr/include/string.h:33:10: error: 'stddef.h' file not found
/usr/include/string.h:44:8: error: unknown type name 'size_t'
/usr/include/string.h:47:56: error: unknown type name 'size_t'
/usr/include/string.h:55:18: error: unknown type name 'size_t'
/usr/include/string.h:61:42: error: unknown type name 'size_t'
/usr/include/string.h:64:56: error: unknown type name 'size_t'
/usr/include/string.h:80:60: error: unknown type name 'size_t'
/usr/include/string.h:87:42: error: unknown type name 'size_t'
/usr/include/string.h:89:54: error: unknown type name 'size_t'
/usr/include/string.h:126:49: error: unknown type name 'size_t'
/usr/include/string.h:129:61: error: unknown type name 'size_t'
/usr/include/string.h:145:39: error: unknown type name 'size_t'
/usr/include/string.h:153:9: error: unknown type name 'size_t'
/usr/include/string.h:159:57: error: unknown type name 'size_t'
/usr/include/string.h:166:8: error: unknown type name 'size_t'
/usr/include/string.h:167:40: error: unknown type name 'size_t'
/usr/include/string.h:179:8: error: unknown type name 'size_t'
/usr/include/string.h:179:59: error: unknown type name 'size_t'
/usr/include/string.h:195:45: error: unknown type name 'size_t'
/usr/include/string.h:293:8: error: unknown type name 'size_t'
/usr/include/string.h:297:8: error: unknown type name 'size_t'
/usr/include/string.h:389:46: error: unknown type name 'size_t'
/usr/include/string.h:390:30: error: unknown type name 'size_t'
/usr/include/string.h:398:34: error: unknown type name 'size_t'
/usr/include/string.h:401:39: error: unknown type name 'size_t'
/usr/include/string.h:407:8: error: unknown type name 'size_t'
/usr/include/string.h:413:8: error: unknown type name 'size_t'
/usr/include/string.h:413:46: error: unknown type name 'size_t'
/usr/include/string.h:444:53: error: unknown type name 'size_t'
/usr/include/strings.h:23:10: error: 'stddef.h' file not found
/usr/include/strings.h:34:54: error: unknown type name 'size_t'
/usr/include/strings.h:38:53: error: unknown type name 'size_t'
/usr/include/strings.h:42:31: error: unknown type name 'size_t'
/usr/include/strings.h:120:61: error: unknown type name 'size_t'
/usr/include/strings.h:134:6: error: unknown type name 'size_t'
/usr/include/string.h:466:40: error: unknown type name 'size_t'
/usr/include/string.h:497:34: error: unknown type name 'size_t'
/usr/include/string.h:500:39: error: unknown type name 'size_t'
/usr/include/string.h:513:34: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:92:5: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:92:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:115:51: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:115:70: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:116:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:117:80: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:118:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:119:46: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:120:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:220:56: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:228:72: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:242:56: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:278:20: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:50:10: error: 'stdarg.h' file not found
/usr/include/wchar.h:35:10: error: 'stddef.h' file not found
/usr/include/wchar.h:38:10: error: 'stdarg.h' file not found
/usr/include/wchar.h:93:38: error: unknown type name 'size_t'
/usr/include/wchar.h:102:38: error: unknown type name 'size_t'
/usr/include/wchar.h:109:63: error: unknown type name 'size_t'
/usr/include/wchar.h:118:4: error: unknown type name 'size_t'
/usr/include/wchar.h:126:6: error: unknown type name 'size_t'
/usr/include/wchar.h:135:8: error: unknown type name 'size_t'
/usr/include/wchar.h:136:42: error: unknown type name 'size_t'
/usr/include/wchar.h:150:8: error: unknown type name 'size_t'
/usr/include/wchar.h:151:5: error: unknown type name 'size_t'
/usr/include/wchar.h:188:8: error: unknown type name 'size_t'
/usr/include/wchar.h:192:8: error: unknown type name 'size_t'
/usr/include/wchar.h:223:8: error: unknown type name 'size_t'
/usr/include/wchar.h:241:8: error: unknown type name 'size_t'
/usr/include/wchar.h:241:44: error: unknown type name 'size_t'
/usr/include/wchar.h:254:59: error: unknown type name 'size_t'
/usr/include/wchar.h:259:63: error: unknown type name 'size_t'
/usr/include/wchar.h:264:37: error: unknown type name 'size_t'
/usr/include/wchar.h:268:63: error: unknown type name 'size_t'
/usr/include/wchar.h:272:53: error: unknown type name 'size_t'
/usr/include/wchar.h:278:38: error: unknown type name 'size_t'
/usr/include/wchar.h:297:8: error: unknown type name 'size_t'
/usr/include/wchar.h:298:38: error: unknown type name 'size_t'
/usr/include/wchar.h:302:8: error: unknown type name 'size_t'
/usr/include/wchar.h:306:8: error: unknown type name 'size_t'
/usr/include/wchar.h:306:53: error: unknown type name 'size_t'
/usr/include/wchar.h:308:8: error: unknown type name 'size_t'
/usr/include/wchar.h:308:51: error: unknown type name 'size_t'
/usr/include/wchar.h:338:8: error: unknown type name 'size_t'
/usr/include/wchar.h:339:36: error: unknown type name 'size_t'
/usr/include/wchar.h:344:8: error: unknown type name 'size_t'
/usr/include/wchar.h:345:39: error: unknown type name 'size_t'
/usr/include/wchar.h:352:8: error: unknown type name 'size_t'
/usr/include/wchar.h:353:37: error: unknown type name 'size_t'
/usr/include/wchar.h:354:6: error: unknown type name 'size_t'
/usr/include/wchar.h:358:8: error: unknown type name 'size_t'
/usr/include/wchar.h:360:6: error: unknown type name 'size_t'
/usr/include/wchar.h:360:20: error: unknown type name 'size_t'
/usr/include/wchar.h:372:42: error: unknown type name 'size_t'
/usr/include/wchar.h:558:38: error: unknown type name 'size_t'
/usr/include/wchar.h:581:53: error: unknown type name 'size_t'
/usr/include/wchar.h:605:47: error: unknown type name 'size_t'
/usr/include/wchar.h:615:9: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:622:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:626:48: error: unknown type name 'size_t'
/usr/include/wchar.h:628:9: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:690:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:697:7: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:702:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:713:7: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:716:6: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:720:11: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:852:8: error: unknown type name 'size_t'
/usr/include/wchar.h:852:50: error: unknown type name 'size_t'
/usr/include/wchar.h:859:8: error: unknown type name 'size_t'
/usr/include/wchar.h:859:52: error: unknown type name 'size_t'
/usr/include/locale.h:28:10: error: 'stddef.h' file not found
/usr/include/stdio.h:33:10: error: 'stddef.h' file not found
/usr/include/stdio.h:36:10: error: 'stdarg.h' file not found
/usr/include/bits/types/struct_FILE.h:95:3: error: unknown type name 'size_t'
/usr/include/bits/types/struct_FILE.h:98:67: error: use of undeclared identifier 'size_t'
/usr/include/bits/types/cookie_io_functions_t.h:28:43: error: unknown type name 'size_t'
/usr/include/bits/types/cookie_io_functions_t.h:37:44: error: unknown type name 'size_t'
/usr/include/stdio.h:52:9: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:308:35: error: unknown type name 'size_t'
/usr/include/stdio.h:314:47: error: unknown type name 'size_t'
/usr/include/stdio.h:321:53: error: unknown type name 'size_t'
/usr/include/stdio.h:333:20: error: unknown type name 'size_t'
/usr/include/stdio.h:339:10: error: unknown type name 'size_t'
/usr/include/stdio.h:366:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:371:54: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:374:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:378:44: error: unknown type name 'size_t'
/usr/include/stdio.h:382:45: error: unknown type name 'size_t'
/usr/include/stdio.h:383:42: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:391:9: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:404:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:460:7: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:467:53: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:472:40: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:481:37: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:485:5: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:490:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:633:30: error: unknown type name 'size_t'
/usr/include/stdio.h:636:28: error: unknown type name 'size_t'
/usr/include/stdio.h:646:27: error: unknown type name 'size_t'
/usr/include/stdio.h:675:8: error: unknown type name 'size_t'
/usr/include/stdio.h:675:46: error: unknown type name 'size_t'
/usr/include/stdio.h:676:8: error: unknown type name 'size_t'
/usr/include/stdio.h:681:8: error: unknown type name 'size_t'
/usr/include/stdio.h:681:53: error: unknown type name 'size_t'
/usr/include/stdio.h:682:9: error: unknown type name 'size_t'
/usr/include/stdio.h:702:8: error: unknown type name 'size_t'
/usr/include/stdio.h:702:55: error: unknown type name 'size_t'
/usr/include/stdio.h:703:10: error: unknown type name 'size_t'
/usr/include/stdio.h:704:8: error: unknown type name 'size_t'
/usr/include/stdio.h:704:62: error: unknown type name 'size_t'
/usr/include/stdio.h:705:11: error: unknown type name 'size_t'
/usr/include/stdio.h:858:8: error: unknown type name '__gnuc_va_list'
/usr/include/sched.h:29:10: error: 'stddef.h' file not found
/usr/include/bits/cpu-set.h:117:30: error: unknown type name 'size_t'
/usr/include/bits/cpu-set.h:119:37: error: unknown type name 'size_t'
/usr/include/sched.h:130:46: error: unknown type name 'size_t'
/usr/include/sched.h:134:46: error: unknown type name 'size_t'
/usr/include/time.h:29:10: error: 'stddef.h' file not found
/usr/include/time.h:100:8: error: unknown type name 'size_t'
/usr/include/time.h:100:47: error: unknown type name 'size_t'
/usr/include/time.h:116:8: error: unknown type name 'size_t'
/usr/include/time.h:116:49: error: unknown type name 'size_t'
/usr/include/pthread.h:304:11: error: unknown type name 'size_t'
/usr/include/pthread.h:309:11: error: unknown type name 'size_t'
/usr/include/pthread.h:367:19: error: unknown type name 'size_t'
/usr/include/pthread.h:374:11: error: unknown type name 'size_t'
/usr/include/pthread.h:381:7: error: unknown type name 'size_t'
/usr/include/pthread.h:388:7: error: unknown type name 'size_t'
/usr/include/pthread.h:395:6: error: unknown type name 'size_t'
/usr/include/pthread.h:402:6: error: unknown type name 'size_t'
/usr/include/pthread.h:459:11: error: unknown type name 'size_t'
/usr/include/pthread.h:489:52: error: unknown type name 'size_t'
/usr/include/pthread.h:494:52: error: unknown type name 'size_t'
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/bits/cxxabi_init_exception.h:38:10: error: 'stddef.h' file not found
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/bits/cxxabi_init_exception.h:63:32: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:105:41: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:107:40: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:74:26: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:137:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:183:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:252:37: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:252:49: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:47: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:59: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:90: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:102: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstring.h:60:10: error: 'stdarg.h' file not found
/usr/include/qt5/QtCore/qstring.h:91:38: warning: constexpr constructor that does not initialize all members is a C++20 extension [-Wc++20-extensions]
/usr/include/qt5/QtCore/qstring.h:225:9: note: member not initialized by constructor
/usr/include/qt5/QtCore/qstring.h:2105:75: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstring.h:2106:77: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qhashfunctions.h:71:66: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:1131:28: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
/usr/include/limits.h:124:16: error: 'limits.h' file not found
/usr/include/qt5/QtCore/qcontainerfwd.h:63:7: error: typedef redefinition with different types ('QList' vs 'QByteArrayList')
/usr/include/qt5/QtCore/qbytearraylist.h:66:7: note: previous definition is here
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qabstractitemmodel.h:272:110: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
/usr/include/qt5/QtCore/qarraydataops.h:61:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:86:21: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:99:19: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:150:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:177:21: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:191:19: error: unknown type name 'size_t'
/usr/include/limits.h:124:16: error: 'limits.h' file not found
/usr/include/qt5/QtCore/qsharedpointer.h:112:1: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qsharedpointer.h:112:44: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:111:40: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:112:42: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:347:66: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:350:52: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/quuid.h:179:37: error: constexpr function never produces a constant expression [-Winvalid-constexpr]
/usr/include/qt5/QtCore/quuid.h:181:17: note: non-literal type 'QUuid' cannot be used in a constant expression
/usr/include/qt5/QtCore/qcbormap.h:204:14: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qcbormap.h:216:14: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qrandom.h:148:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qxmlstream.h:155:51: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/cstddef:50:10: error: 'stddef.h' file not found
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/cstddef:58:11: error: no member named 'max_align_t' in the global namespace
/usr/include/qt5/QtCore/qglobal.h:51:12: error: 'stddef.h' file not found
/usr/include/stdlib.h:32:10: error: 'stddef.h' file not found
/usr/include/stdlib.h:98:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:213:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:217:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:221:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:233:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:239:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:251:39: error: unknown type name 'size_t'
/usr/include/stdlib.h:257:39: error: unknown type name 'size_t'
/usr/include/sys/types.h:144:10: error: 'stddef.h' file not found
/usr/include/stdlib.h:412:4: error: unknown type name 'size_t'
/usr/include/stdlib.h:442:4: error: unknown type name 'size_t'
/usr/include/stdlib.h:540:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:543:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:543:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:551:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:563:41: error: unknown type name 'size_t'
/usr/include/stdlib.h:563:57: error: unknown type name 'size_t'
/usr/include/stdlib.h:569:41: error: unknown type name 'size_t'
/usr/include/stdlib.h:569:57: error: unknown type name 'size_t'
/usr/include/alloca.h:24:10: error: 'stddef.h' file not found
/usr/include/alloca.h:32:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:580:22: error: unknown type name 'size_t'
/usr/include/stdlib.h:586:45: error: unknown type name 'size_t'
/usr/include/stdlib.h:586:65: error: unknown type name 'size_t'
/usr/include/stdlib.h:592:29: error: unknown type name 'size_t'
/usr/include/stdlib.h:592:49: error: unknown type name 'size_t'
/usr/include/stdlib.h:829:9: error: unknown type name 'size_t'
/usr/include/stdlib.h:829:25: error: unknown type name 'size_t'
/usr/include/stdlib.h:838:34: error: unknown type name 'size_t'
/usr/include/stdlib.h:838:50: error: unknown type name 'size_t'
/usr/include/stdlib.h:841:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:841:52: error: unknown type name 'size_t'
/usr/include/stdlib.h:912:6: error: unknown type name 'size_t'
/usr/include/stdlib.h:915:6: error: unknown type name 'size_t'
/usr/include/stdlib.h:919:31: error: unknown type name 'size_t'
/usr/include/stdlib.h:923:31: error: unknown type name 'size_t'
/usr/include/stdlib.h:930:36: error: unknown type name 'size_t'
/usr/include/stdlib.h:934:34: error: unknown type name 'size_t'
/usr/include/stdlib.h:941:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:942:32: error: unknown type name 'size_t'
/usr/include/stdlib.h:945:8: error: unknown type name 'size_t'
/usr/include/stdlib.h:946:38: error: unknown type name 'size_t'
/usr/include/stdlib.h:1002:46: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:533:15: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:985:43: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:987:55: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:988:73: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:989:62: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:991:36: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:991:49: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:48: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:61: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qglobal.h:992:77: error: unknown type name 'size_t'
/usr/include/string.h:33:10: error: 'stddef.h' file not found
/usr/include/string.h:44:8: error: unknown type name 'size_t'
/usr/include/string.h:47:56: error: unknown type name 'size_t'
/usr/include/string.h:55:18: error: unknown type name 'size_t'
/usr/include/string.h:61:42: error: unknown type name 'size_t'
/usr/include/string.h:64:56: error: unknown type name 'size_t'
/usr/include/string.h:80:60: error: unknown type name 'size_t'
/usr/include/string.h:87:42: error: unknown type name 'size_t'
/usr/include/string.h:89:54: error: unknown type name 'size_t'
/usr/include/string.h:126:49: error: unknown type name 'size_t'
/usr/include/string.h:129:61: error: unknown type name 'size_t'
/usr/include/string.h:145:39: error: unknown type name 'size_t'
/usr/include/string.h:153:9: error: unknown type name 'size_t'
/usr/include/string.h:159:57: error: unknown type name 'size_t'
/usr/include/string.h:166:8: error: unknown type name 'size_t'
/usr/include/string.h:167:40: error: unknown type name 'size_t'
/usr/include/string.h:179:8: error: unknown type name 'size_t'
/usr/include/string.h:179:59: error: unknown type name 'size_t'
/usr/include/string.h:195:45: error: unknown type name 'size_t'
/usr/include/string.h:293:8: error: unknown type name 'size_t'
/usr/include/string.h:297:8: error: unknown type name 'size_t'
/usr/include/string.h:389:46: error: unknown type name 'size_t'
/usr/include/string.h:390:30: error: unknown type name 'size_t'
/usr/include/string.h:398:34: error: unknown type name 'size_t'
/usr/include/string.h:401:39: error: unknown type name 'size_t'
/usr/include/string.h:407:8: error: unknown type name 'size_t'
/usr/include/string.h:413:8: error: unknown type name 'size_t'
/usr/include/string.h:413:46: error: unknown type name 'size_t'
/usr/include/string.h:444:53: error: unknown type name 'size_t'
/usr/include/strings.h:23:10: error: 'stddef.h' file not found
/usr/include/strings.h:34:54: error: unknown type name 'size_t'
/usr/include/strings.h:38:53: error: unknown type name 'size_t'
/usr/include/strings.h:42:31: error: unknown type name 'size_t'
/usr/include/strings.h:120:61: error: unknown type name 'size_t'
/usr/include/strings.h:134:6: error: unknown type name 'size_t'
/usr/include/string.h:466:40: error: unknown type name 'size_t'
/usr/include/string.h:497:34: error: unknown type name 'size_t'
/usr/include/string.h:500:39: error: unknown type name 'size_t'
/usr/include/string.h:513:34: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:92:5: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:92:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:115:51: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:115:70: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:116:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:117:80: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:118:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:119:46: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:120:13: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:220:56: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:228:72: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:242:56: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydata.h:278:20: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:50:10: error: 'stdarg.h' file not found
/usr/include/wchar.h:35:10: error: 'stddef.h' file not found
/usr/include/wchar.h:38:10: error: 'stdarg.h' file not found
/usr/include/wchar.h:93:38: error: unknown type name 'size_t'
/usr/include/wchar.h:102:38: error: unknown type name 'size_t'
/usr/include/wchar.h:109:63: error: unknown type name 'size_t'
/usr/include/wchar.h:118:4: error: unknown type name 'size_t'
/usr/include/wchar.h:126:6: error: unknown type name 'size_t'
/usr/include/wchar.h:135:8: error: unknown type name 'size_t'
/usr/include/wchar.h:136:42: error: unknown type name 'size_t'
/usr/include/wchar.h:150:8: error: unknown type name 'size_t'
/usr/include/wchar.h:151:5: error: unknown type name 'size_t'
/usr/include/wchar.h:188:8: error: unknown type name 'size_t'
/usr/include/wchar.h:192:8: error: unknown type name 'size_t'
/usr/include/wchar.h:223:8: error: unknown type name 'size_t'
/usr/include/wchar.h:241:8: error: unknown type name 'size_t'
/usr/include/wchar.h:241:44: error: unknown type name 'size_t'
/usr/include/wchar.h:254:59: error: unknown type name 'size_t'
/usr/include/wchar.h:259:63: error: unknown type name 'size_t'
/usr/include/wchar.h:264:37: error: unknown type name 'size_t'
/usr/include/wchar.h:268:63: error: unknown type name 'size_t'
/usr/include/wchar.h:272:53: error: unknown type name 'size_t'
/usr/include/wchar.h:278:38: error: unknown type name 'size_t'
/usr/include/wchar.h:297:8: error: unknown type name 'size_t'
/usr/include/wchar.h:298:38: error: unknown type name 'size_t'
/usr/include/wchar.h:302:8: error: unknown type name 'size_t'
/usr/include/wchar.h:306:8: error: unknown type name 'size_t'
/usr/include/wchar.h:306:53: error: unknown type name 'size_t'
/usr/include/wchar.h:308:8: error: unknown type name 'size_t'
/usr/include/wchar.h:308:51: error: unknown type name 'size_t'
/usr/include/wchar.h:338:8: error: unknown type name 'size_t'
/usr/include/wchar.h:339:36: error: unknown type name 'size_t'
/usr/include/wchar.h:344:8: error: unknown type name 'size_t'
/usr/include/wchar.h:345:39: error: unknown type name 'size_t'
/usr/include/wchar.h:352:8: error: unknown type name 'size_t'
/usr/include/wchar.h:353:37: error: unknown type name 'size_t'
/usr/include/wchar.h:354:6: error: unknown type name 'size_t'
/usr/include/wchar.h:358:8: error: unknown type name 'size_t'
/usr/include/wchar.h:360:6: error: unknown type name 'size_t'
/usr/include/wchar.h:360:20: error: unknown type name 'size_t'
/usr/include/wchar.h:372:42: error: unknown type name 'size_t'
/usr/include/wchar.h:558:38: error: unknown type name 'size_t'
/usr/include/wchar.h:581:53: error: unknown type name 'size_t'
/usr/include/wchar.h:605:47: error: unknown type name 'size_t'
/usr/include/wchar.h:615:9: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:622:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:626:48: error: unknown type name 'size_t'
/usr/include/wchar.h:628:9: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:690:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:697:7: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:702:8: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:713:7: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:716:6: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:720:11: error: unknown type name '__gnuc_va_list'
/usr/include/wchar.h:852:8: error: unknown type name 'size_t'
/usr/include/wchar.h:852:50: error: unknown type name 'size_t'
/usr/include/wchar.h:859:8: error: unknown type name 'size_t'
/usr/include/wchar.h:859:52: error: unknown type name 'size_t'
/usr/include/locale.h:28:10: error: 'stddef.h' file not found
/usr/include/stdio.h:33:10: error: 'stddef.h' file not found
/usr/include/stdio.h:36:10: error: 'stdarg.h' file not found
/usr/include/bits/types/struct_FILE.h:95:3: error: unknown type name 'size_t'
/usr/include/bits/types/struct_FILE.h:98:67: error: use of undeclared identifier 'size_t'
/usr/include/bits/types/cookie_io_functions_t.h:28:43: error: unknown type name 'size_t'
/usr/include/bits/types/cookie_io_functions_t.h:37:44: error: unknown type name 'size_t'
/usr/include/stdio.h:52:9: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:308:35: error: unknown type name 'size_t'
/usr/include/stdio.h:314:47: error: unknown type name 'size_t'
/usr/include/stdio.h:321:53: error: unknown type name 'size_t'
/usr/include/stdio.h:333:20: error: unknown type name 'size_t'
/usr/include/stdio.h:339:10: error: unknown type name 'size_t'
/usr/include/stdio.h:366:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:371:54: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:374:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:378:44: error: unknown type name 'size_t'
/usr/include/stdio.h:382:45: error: unknown type name 'size_t'
/usr/include/stdio.h:383:42: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:391:9: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:404:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:460:7: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:467:53: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:472:40: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:481:37: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:485:5: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:490:8: error: unknown type name '__gnuc_va_list'
/usr/include/stdio.h:633:30: error: unknown type name 'size_t'
/usr/include/stdio.h:636:28: error: unknown type name 'size_t'
/usr/include/stdio.h:646:27: error: unknown type name 'size_t'
/usr/include/stdio.h:675:8: error: unknown type name 'size_t'
/usr/include/stdio.h:675:46: error: unknown type name 'size_t'
/usr/include/stdio.h:676:8: error: unknown type name 'size_t'
/usr/include/stdio.h:681:8: error: unknown type name 'size_t'
/usr/include/stdio.h:681:53: error: unknown type name 'size_t'
/usr/include/stdio.h:682:9: error: unknown type name 'size_t'
/usr/include/stdio.h:702:8: error: unknown type name 'size_t'
/usr/include/stdio.h:702:55: error: unknown type name 'size_t'
/usr/include/stdio.h:703:10: error: unknown type name 'size_t'
/usr/include/stdio.h:704:8: error: unknown type name 'size_t'
/usr/include/stdio.h:704:62: error: unknown type name 'size_t'
/usr/include/stdio.h:705:11: error: unknown type name 'size_t'
/usr/include/stdio.h:858:8: error: unknown type name '__gnuc_va_list'
/usr/include/sched.h:29:10: error: 'stddef.h' file not found
/usr/include/bits/cpu-set.h:117:30: error: unknown type name 'size_t'
/usr/include/bits/cpu-set.h:119:37: error: unknown type name 'size_t'
/usr/include/sched.h:130:46: error: unknown type name 'size_t'
/usr/include/sched.h:134:46: error: unknown type name 'size_t'
/usr/include/time.h:29:10: error: 'stddef.h' file not found
/usr/include/time.h:100:8: error: unknown type name 'size_t'
/usr/include/time.h:100:47: error: unknown type name 'size_t'
/usr/include/time.h:116:8: error: unknown type name 'size_t'
/usr/include/time.h:116:49: error: unknown type name 'size_t'
/usr/include/pthread.h:304:11: error: unknown type name 'size_t'
/usr/include/pthread.h:309:11: error: unknown type name 'size_t'
/usr/include/pthread.h:367:19: error: unknown type name 'size_t'
/usr/include/pthread.h:374:11: error: unknown type name 'size_t'
/usr/include/pthread.h:381:7: error: unknown type name 'size_t'
/usr/include/pthread.h:388:7: error: unknown type name 'size_t'
/usr/include/pthread.h:395:6: error: unknown type name 'size_t'
/usr/include/pthread.h:402:6: error: unknown type name 'size_t'
/usr/include/pthread.h:459:11: error: unknown type name 'size_t'
/usr/include/pthread.h:489:52: error: unknown type name 'size_t'
/usr/include/pthread.h:494:52: error: unknown type name 'size_t'
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/bits/cxxabi_init_exception.h:38:10: error: 'stddef.h' file not found
/usr/lib/gcc/x86_64-pc-linux-gnu/13.3.0/../../../../include/c++/13.3.0/bits/cxxabi_init_exception.h:63:32: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:105:41: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qbytearray.h:107:40: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:74:26: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:137:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:183:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstringview.h:252:37: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:252:49: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:47: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:59: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:90: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstringview.h:256:102: error: use of undeclared identifier 'size_t'
/usr/include/qt5/QtCore/qstring.h:60:10: error: 'stdarg.h' file not found
/usr/include/qt5/QtCore/qstring.h:91:38: warning: constexpr constructor that does not initialize all members is a C++20 extension [-Wc++20-extensions]
/usr/include/qt5/QtCore/qstring.h:225:9: note: member not initialized by constructor
/usr/include/qt5/QtCore/qstring.h:2105:75: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qstring.h:2106:77: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qhashfunctions.h:71:66: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:1131:28: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
/usr/include/limits.h:124:16: error: 'limits.h' file not found
/usr/include/qt5/QtCore/qcontainerfwd.h:63:7: error: typedef redefinition with different types ('QList' vs 'QByteArrayList')
/usr/include/qt5/QtCore/qbytearraylist.h:66:7: note: previous definition is here
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qabstractitemmodel.h:272:110: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
/usr/include/qt5/QtCore/qarraydataops.h:61:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:86:21: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:99:19: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:150:27: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:177:21: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qarraydataops.h:191:19: error: unknown type name 'size_t'
/usr/include/limits.h:124:16: error: 'limits.h' file not found
/usr/include/qt5/QtCore/qsharedpointer.h:112:1: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qsharedpointer.h:112:44: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:111:40: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:112:42: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:347:66: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qdebug.h:350:52: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/quuid.h:179:37: error: constexpr function never produces a constant expression [-Winvalid-constexpr]
/usr/include/qt5/QtCore/quuid.h:181:17: note: non-literal type 'QUuid' cannot be used in a constant expression
/usr/include/qt5/QtCore/qcbormap.h:204:14: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qcbormap.h:216:14: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qrandom.h:148:30: error: unknown type name 'size_t'
/usr/include/qt5/QtCore/qvector.h:234:14: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qxmlstream.h:155:51: note: in instantiation of template class 'QVector' requested here
/usr/include/qt5/QtCore/qvector.h:149:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:235:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:148:10: note: previous declaration is here
/usr/include/qt5/QtCore/qvector.h:236:21: error: functions that differ only in their return type cannot be overloaded
/usr/include/qt5/QtCore/qvector.h:147:10: note: previous declaration is here
qt.qdoc: Parse source files for "QtNfc"
qt.qdoc: Parse source files for "QtBluetooth"
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-overview.qdoc:54: (qdoc) warning: Missing '\endcode'
qt.qdoc: Source files parsed for "QtNfc"
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndefrecord.cpp:48: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndefrecord.cpp:48: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndeffilter.cpp:46: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndeffilter.cpp:46: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndefmessage.cpp:45: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndefmessage.cpp:45: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndefnfctextrecord.cpp:47: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndefnfctextrecord.cpp:47: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndefnfcurirecord.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndefnfcurirecord.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndefnfcsmartposterrecord.cpp:50: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qndefnfcsmartposterrecord.cpp:50: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qnearfieldtarget.cpp:55: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qnearfieldtarget.cpp:55: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qnearfieldtarget.cpp:521: (qdoc) warning: Can't link to 'Q_INVOKABLE'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qnearfieldtarget.cpp:178: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qnearfieldtarget.cpp:178: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qnearfieldmanager.cpp:58: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qnearfieldmanager.cpp:58: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qnearfieldsharemanager.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qnearfieldsharemanager.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qnearfieldsharetarget.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qnearfieldsharetarget.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qqmlndefrecord.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qqmlndefrecord.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qqmlndefrecord.cpp:49: (qdoc) warning: Can't link to 'Q_INVOKABLE'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/annotatedurl/doc/src/annotatedurl.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/annotatedurl/doc/src/annotatedurl.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/annotatedurl/doc/src/annotatedurl.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/corkboard/doc/src/corkboard.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/corkboard/doc/src/corkboard.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/corkboard/doc/src/corkboard.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/ndefeditor/doc/src/ndefeditor.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/ndefeditor/doc/src/ndefeditor.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/ndefeditor/doc/src/ndefeditor.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/poster/doc/src/poster.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/poster/doc/src/poster.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/nfc/poster/doc/src/poster.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/nfc/qdeclarativendeffilter.cpp:42: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/nfc/qdeclarativendeffilter.cpp:42: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-qml.qdoc:29: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/nfc/qdeclarativendefmimerecord.cpp:42: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/nfc/qdeclarativendefmimerecord.cpp:42: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/nfc/qdeclarativendeftextrecord.cpp:44: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/nfc/qdeclarativendeftextrecord.cpp:44: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/nfc/qdeclarativendefurirecord.cpp:44: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/nfc/qdeclarativendefurirecord.cpp:44: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/nfc/qdeclarativenearfield.cpp:52: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/nfc/qdeclarativenearfield.cpp:52: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/examples.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-android.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-cpp.qdoc:27: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-index.qdoc:29: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-index.qdoc:29: (qdoc) warning: Can't link to 'Qt for Android'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-index.qdoc:29: (qdoc) warning: Can't link to 'Qt for Linux/X11'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-index.qdoc:29: (qdoc) warning: Can't link to 'The Qt Company'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-index.qdoc:29: (qdoc) warning: Can't link to 'GNU Lesser General Public License, version 3'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-index.qdoc:29: (qdoc) warning: Can't link to 'GNU General Public License, version 2'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-index.qdoc:29: (qdoc) warning: Can't link to 'Qt Licensing'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-index.qdoc:29: (qdoc) warning: Can't link to 'Configuring Categories'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/doc/src/nfc-overview.qdoc:29: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qqmlndefrecord.cpp:88: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/nfc/qqmlndefrecord.cpp:88: (qdoc) warning: Can't link to 'index.html'
qt.qdoc: End qdoc for QtNfc in dual process mode: generate phase.
qt.qdoc: Source files parsed for "QtBluetooth"
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetooth.cpp:47: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothaddress.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothaddress.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothdeviceinfo.cpp:45: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothdeviceinfo.cpp:45: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothdeviceinfo.cpp:45: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothdevicediscoveryagent.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothdevicediscoveryagent.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothhostinfo.cpp:45: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothhostinfo.cpp:45: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothlocaldevice.cpp:48: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothlocaldevice.cpp:48: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothuuid.cpp:53: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothuuid.cpp:53: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothuuid.cpp:610: (qdoc) warning: Can't link to 'QUuid::toString()'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothuuid.cpp:649: (qdoc) warning: Can't link to 'isNull()'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothserviceinfo.cpp:90: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothserviceinfo.cpp:90: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothserviceinfo.cpp:47: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothserviceinfo.cpp:47: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothserviceinfo.cpp:69: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothserviceinfo.cpp:69: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothsocket.cpp:67: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothsocket.cpp:67: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothsocket.cpp:67: (qdoc) warning: Can't link to 'waitForReadyRead()'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothsocket.cpp:67: (qdoc) warning: Can't link to 'waitForBytesWritten()'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothsocket.cpp:67: (qdoc) warning: Can't link to 'readyRead()'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothsocket.cpp:67: (qdoc) warning: Can't link to 'read()'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothsocket.cpp:67: (qdoc) warning: Can't link to 'write()'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothsocket.cpp:352: (qdoc) warning: Can't link to 'read()'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothserver.cpp:48: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothserver.cpp:48: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothservicediscoveryagent.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothservicediscoveryagent.cpp:49: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothtransfermanager.cpp:55: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothtransfermanager.cpp:55: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothtransferrequest.cpp:47: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothtransferrequest.cpp:47: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothtransferreply.cpp:46: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qbluetoothtransferreply.cpp:46: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyadvertisingdata.cpp:65: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyadvertisingdata.cpp:65: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergydescriptor.cpp:47: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergydescriptor.cpp:47: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergydescriptor.cpp:209: (qdoc) warning: Can't link to 'QUuid::isNull()'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergycharacteristic.cpp:46: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergycharacteristic.cpp:46: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergycharacteristic.cpp:163: (qdoc) warning: Can't link to 'QUuid::isNull()'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergycharacteristic.cpp:190: (qdoc) warning: Can't link to 'QByteArray'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyservice.cpp:56: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyservice.cpp:56: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergycontroller.cpp:82: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergycontroller.cpp:82: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergycontroller.cpp:82: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyadvertisingparameters.cpp:62: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyadvertisingparameters.cpp:62: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyadvertisingparameters.cpp:117: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyadvertisingparameters.cpp:117: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergycharacteristicdata.cpp:72: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergycharacteristicdata.cpp:72: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyconnectionparameters.cpp:61: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyconnectionparameters.cpp:61: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergydescriptordata.cpp:58: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergydescriptordata.cpp:58: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyservicedata.cpp:61: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/qlowenergyservicedata.cpp:61: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/btchat/doc/src/btchat.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/btchat/doc/src/btchat.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/btchat/doc/src/btchat.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/btfiletransfer/doc/src/btfiletransfer.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/btfiletransfer/doc/src/btfiletransfer.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/btfiletransfer/doc/src/btfiletransfer.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/btscanner/doc/src/btscanner.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/btscanner/doc/src/btscanner.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/btscanner/doc/src/btscanner.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/chat/doc/src/chat.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/chat/doc/src/chat.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/chat/doc/src/chat.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/heartrate-game/doc/src/heartrate-game.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/heartrate-game/doc/src/heartrate-game.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/heartrate-game/doc/src/heartrate-game.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc:29: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc:29: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc:29: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/picturetransfer/doc/src/picturetransfer.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/picturetransfer/doc/src/picturetransfer.qdoc:28: (qdoc) warning: Can't link to 'QStandardPaths::PicturesLocation'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/picturetransfer/doc/src/picturetransfer.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/picturetransfer/doc/src/picturetransfer.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/picturetransfer/doc/src/picturetransfer.qdoc:28: (qdoc) warning: Can't link to 'FolderListModel'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/pingpong/doc/src/pingpong.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/pingpong/doc/src/pingpong.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/pingpong/doc/src/pingpong.qdoc:28: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/scanner/doc/src/scanner.qdoc:29: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/scanner/doc/src/scanner.qdoc:29: (qdoc) warning: Can't link to 'Qt Creator Manual'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/examples/bluetooth/scanner/doc/src/scanner.qdoc:29: (qdoc) warning: Can't link to 'Qt Creator: Building and Running an Example'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/codeattributions.qdoc:1: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-cpp.qdoc:27: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Qt for Android'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Qt for iOS'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Qt for Linux/X11'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'macOS'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Qt for UWP'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Qt for Windows'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Configuring Categories'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Qt for Android'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Qt for iOS'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Qt for macOS'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Qt for UWP'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Qt for Windows'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'QLoggingCategory'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'The Qt Company'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'GNU Lesser General Public License, version 3'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'GNU General Public License, version 2'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Qt Licensing'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'GNU General Public License, version 2'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-le-overview.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-overview.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/bluetooth-qml.qdoc:29: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/bluetooth/doc/src/examples.qdoc:28: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp:51: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp:51: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp:599: (qdoc) warning: Can't link to 'QUuid'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/bluetooth/qdeclarativebluetoothservice.cpp:53: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/bluetooth/qdeclarativebluetoothservice.cpp:53: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp:52: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp:52: (qdoc) warning: Can't link to 'index.html'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp:52: (qdoc) warning: Can't link to 'QDataStream'
qt.qdoc: End qdoc for QtBluetooth in dual process mode: generate phase.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/doc/qtbluetooth/qtbluetooth.qhp:853: Missing attribute in .
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/doc/qtbluetooth/qtbluetooth.qhp:927: Missing attribute in .
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/doc/qtbluetooth/qtbluetooth.qhp:1001: Missing attribute in .
/var/pisi/qt5-connectivity-5.15.16-29/work/qtconnectivity-everywhere-src-5.15.16/doc/qtbluetooth/qtbluetooth.qhp:1023: Missing attribute in .