<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">I am getting this error on PyQt5 building a pyqtdeploy sysroot for iOS:<div><br></div><div>qobject.sip:380:10: error: use of undeclared identifier ‘sipName_QProcess'</div><div>qobject.sip:380:29: error: use of undeclared identifier ‘sipType_QProcess'</div><div><br></div><div>Those lines show:</div><div><br></div><div><div> #if !defined(QT_NO_PROCESS)</div><div> {sipName_QProcess, &sipType_QProcess, -1, -1},</div><div> #else</div></div><div><br></div><div>So I guess <span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">QT_NO_PROCESS is not getting defined or something since QProcess is not available on iOS.</span></div><div><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><br></span></div><div><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">I do still see PyQt_Process in disabled_features in my sysroot.toml which worked some years </span><font color="#000000"><span style="caret-color: rgb(0, 0, 0);">ago…</span></font></div><div><font color="#000000"><span style="caret-color: rgb(0, 0, 0);"><br></span></font></div><div><font color="#000000"><span style="caret-color: rgb(0, 0, 0);"><br></span></font></div><div><div>[PyQt.ios]</div><div>disabled_features = [</div><div> "PyQt_Desktop_OpenGL", "PyQt_MacOSXOnly",</div><div> "PyQt_MacCocoaViewContainer", "PyQt_Printer",</div><div> "PyQt_PrintDialog", "PyQt_PrintPreviewDialog",</div><div> "PyQt_PrintPreviewWidget", "PyQt_Process",</div><div> "PyQt_NotBootstrapped"</div><div>]</div><div>installed_modules = [</div><div> "QtCore", "QtGui", "QtNetwork", "QtWidgets",</div><div> "QtMacExtras", "QtQml", "QtQuick", "QtQuickWidgets"</div><div>]</div></div><div><br></div><div>Any idea how to fix it? Cheers,</div><div><br></div><div>-Patrick</div></body></html>