Hi, I am trying to compile PySide on Windows by following the instructions on http://qt-project.org/wiki/Building_PySide_on_Windows but I am getting compile errors on Shiboken. I need to compile it instead of using the binaries because of this bug: https://bugreports.qt-project.org/browse/PYSIDE-164. We are seeing our app hang at some_signal.emit() and wanted to see if this patch fixes it.
Does anyone have any suggestion on what may be causing the compile error? To be honest, all I really care about is the bugfix - is there an easier way to patch PySide without manually re-compiling? Building CXX object generator/CMakeFiles/shiboken.dir/main.cpp.obj main.cpp Linking CXX executable shiboken.exe [ 96%] Built target shiboken [ 98%] Running generator for 'shiboken'... NMAKE : fatal error U1077: 'C:\PySide-1.2.2\pyside_build\py2.7-qt4.8.5-32bit-release\shiboken\generator\shiboken.EXE' : return code '0xc0000139' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe"' : return code '0x2' Stop. error: Error compiling shiboken Thanks, Otto
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
