Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.4.3
-
None
Description
Trying to package pyside in vcpkg
Error:
In file included from E:\b\pyside\x64-win-llvm-release-rel\sources\pyside6\PySide6\QtNetwork\PySide6\QtNetwork\qnetworkinformation_wrapper.cpp:27: E:\b\pyside\x64-win-llvm-release-rel\sources\pyside6\PySide6\QtNetwork\PySide6\QtNetwork/qnetworkinformation_wrapper.h(26,7): error: deleted function '~QNetworkInformationWrapper' cannot override a non-deleted function class QNetworkInformationWrapper : public QNetworkInformation ^ E:\all\vcpkg\installed\x64-win-llvm-release\include\Qt6\QtNetwork/qnetworkinformation.h(87,5): note: overridden virtual function is here ~QNetworkInformation() override; ^ E:\b\pyside\x64-win-llvm-release-rel\sources\pyside6\PySide6\QtNetwork\PySide6\QtNetwork/qnetworkinformation_wrapper.h(26,36): note: destructor of 'QNetworkInformationWrapper' is implicitly deleted because base class 'QNetworkInformation' has an inaccessible destructor class QNetworkInformationWrapper : public QNetworkInformation ^ 1 error generated.
Qt version: 6.4.3
llvm: 15.0.7
(patched pyside to not assume clang as the CMAKE_CXX_COMPILER)
Relevant logs are attached