<div dir="ltr"><div><div><div><div><div><div><div>I'm trying to set up for pyqtdeploy of a MacOS package on MacOS (native build). I have created the following directory structure:<br><br></div>/Developer/pyqtdeploy<br></div>    sysroot-osx  <-- $SYSROOT points here<br></div>    Downloads<br></div>        Python-3.4.2   <-- from the current source tarball<br><br></div>With SYSROOT exported as /Developer/pyqtdeploy/sysroot-osx I move into the Python-3.4.2 folder and issue the following commands, which are copied and pasted from the docs:<br><br>$ pyqtdeploycli --package python --target osx-64 configure<br>Configuring /Developer/pyqtdeploy/Downloads/Python-3.4.2 as Python v3.4.2 for osx-64<br>Installing /Developer/pyqtdeploy/Downloads/Python-3.4.2/Modules/config.c<br>Generating /Developer/pyqtdeploy/Downloads/Python-3.4.2/pyconfig.h<br>Installing /Developer/pyqtdeploy/Downloads/Python-3.4.2/<a href="http://python.pro">python.pro</a><br>$ qmake SYSROOT=$SYSROOT<br>/Developer/pyqtdeploy/Downloads/Python-3.4.2/<a href="http://python.pro:32">python.pro:32</a>: defined(function, type): unexpected type [var].<br>Project ERROR: SYSROOT must be defined on the qmake command line<br><br></div>Could use some guidance on how I could more effectively define SYSROOT.<br></div>n.b. using the latest pyqtdeploy from the repository.<br><br><div><div><div><br></div></div></div></div>