Martin Karlsson
2016-09-17 08:44:07 UTC
Trying to compile PySide2 against Autodesks Qt 5.6.1 version
(http://www.autodesk.com/company/legal-notices-trademarks/open-source-distribution).
Short background story here is that I'm trying to maintain a tool set that
works within Maya (which is using Python 2.7.11) and standalone
applications - all with the hope that I just have to work with one version
of Python and PySide2.
I've got the Qt part compiled but after shiboken2 is built the PySide2
compilation fails. Would really appreciate some leads on this. The
following starts with the pyside build and ends with the error... any ideas?
C:\qt\pyside-setup>"C:\Python 2.7.11\python.exe" setup.py build
--ignore-git --qmake="C:\qt\qt-build-561\qtbase\bin\qmake.exe"
--cmake="C:\qt\cmake\bin\cmake.exe" --openssl="C:\qt\openssl\bin" --jobs=9
--jom
running build
Python architecture is 64bit
jom was found in C:\qt\jom\jom.exe
Inserting path "C:\Python 2.7.11\Scripts" to environment
Inserting path "C:\qt\qt-build-561\qtbase\bin" to environment
Inserting path
"C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release\bin" to
environment
==============================
Package version: 2.0.0.dev0
Build type: Release
Build tests: False
---
Make path: C:\qt\jom\jom.exe
Make generator: NMake Makefiles JOM
Make jobs: -j9
---
Script directory: C:\qt\pyside-setup
Sources directory: C:\qt\pyside-setup\sources
Build directory: C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release
Install directory:
C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release
Python site-packages install directory:
C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release\Lib\site-packages
---
Python executable: C:\Python 2.7.11\python.exe
Python includes: C:\Python 2.7.11\include
Python library: C:\Python 2.7.11\libs\python27.lib
Python prefix: C:\Python 2.7.11
Python scripts: C:\Python 2.7.11\Scripts
---
Qt qmake: C:\qt\qt-build-561\qtbase\bin\qmake.exe
Qt version: 5.6.1
Qt bins: C:/qt/qt-build-561/qtbase/bin
Qt docs: C:/qt/qt-build-561/qtbase/doc
Qt plugins: C:/qt/qt-build-561/qtbase/plugins
---
OpenSSL libs: C:\qt\openssl\bin
==============================
Creating build folder
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release...
Creating install folder
C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release...
Building module shiboken2...
Creating module build folder
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\shiboken2...
Configuring module shiboken2 (C:\qt\pyside-setup\sources\shiboken2)...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\shiboken2:
C:\qt\cmake\bin\cmake.exe -G "NMake Makefiles JOM"
-DQT_QMAKE_EXECUTABLE='C:\qt\qt-build-561\qtbase\bin\qmake.exe'
-DBUILD_TESTS=False -DDISABLE_DOCSTRINGS=True
-DQt5Help_DIR=C:/qt/qt-build-561/qtbase/doc -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release
C:\qt\pyside-setup\sources\shiboken2 "-DPYTHON_EXECUTABLE=C:\Python
2.7.11\python.exe" "-DPYTHON_INCLUDE_DIR=C:\Python 2.7.11\include"
"-DPYTHON_LIBRARY=C:\Python 2.7.11\libs\python27.lib"
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=yes
-- The C compiler identification is MSVC 17.0.50727.1
-- The CXX compiler identification is MSVC 17.0.50727.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonLibs: C:/Python 2.7.11/libs/python27.lib (found suitable
version "2.7.11", minimum required is "2.6")
-- Found PythonInterp: C:/Python 2.7.11/python.exe (found suitable version
"2.7.11", minimum required is "2.6")
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
(Required is at least version "2.6.32")
-- Could NOT find LibXslt (missing: LIBXSLT_LIBRARIES LIBXSLT_INCLUDE_DIR)
(Required is at least version "1.1.19")
-- sphinx-build - not found! doc target disabled
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
QT_QMAKE_EXECUTABLE
Qt5Help_DIR
-- Build files have been written to:
C:/qt/pyside-setup/pyside_build/py2.7-qt5.6.1-64bit-release/shiboken2
Compiling module shiboken2...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\shiboken2:
C:\qt\jom\jom.exe -j9
jom 1.1.1 - empower your cores
jom: parallel job execution disabled for Makefile
Scanning dependencies of target apiextractor_automoc
[ 1%] Automatic moc for target apiextractor
Scanning dependencies of target libshiboken
[ 1%] Built target apiextractor_automoc
[ 3%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/basewrapper.cpp.obj
[ 6%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/gilstate.cpp.obj
[ 6%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/debugfreehook.cpp.obj
[ 10%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/sbkconverter.cpp.obj
[ 11%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/helper.cpp.obj
basewrapper.cpp
[ 10%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/sbkenum.cpp.obj
[ 15%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/sbkmodule.cpp.obj
[ 15%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/sbkstring.cpp.obj
gilstate.cpp
sbkstring.cpp
[ 18%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/bindingmanager.cpp.obj
[ 20%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/threadstatesaver.cpp.obj
debugfreehook.cpp
[ 21%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/typeresolver.cpp.obj
threadstatesaver.cpp
[ 23%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/shibokenbuffer.cpp.obj
helper.cpp
sbkenum.cpp
shibokenbuffer.cpp
sbkmodule.cpp
sbkconverter.cpp
typeresolver.cpp
bindingmanager.cpp
[ 16%] Generating qrc_generator.cpp
Scanning dependencies of target apiextractor
[ 25%] Linking CXX shared library shiboken2.dll
Creating library shiboken2.lib and object shiboken2.exp
[ 38%] Built target libshiboken
[ 26%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/apiextractor.cpp.obj
[ 28%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/abstractmetabuilder.cpp.obj
[ 30%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/abstractmetalang.cpp.obj
[ 31%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/asttoxml.cpp.obj
[ 33%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/fileout.cpp.obj
[ 35%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/reporthandler.cpp.obj
[ 36%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/graph.cpp.obj
apiextractor.cpp
[ 38%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/typeparser.cpp.obj
[ 40%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/typesystem.cpp.obj
fileout.cpp
graph.cpp
[ 41%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/include.cpp.obj
typeparser.cpp
[ 43%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/typedatabase.cpp.obj
reporthandler.cpp
[ 45%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/ast.cpp.obj
[ 46%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/binder.cpp.obj
asttoxml.cpp
[ 48%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/class_compiler.cpp.obj
abstractmetalang.cpp
ast.cpp
include.cpp
[ 51%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/codemodel.cpp.obj
[ 51%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/codemodel_finder.cpp.obj
[ 53%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/compiler_utils.cpp.obj
class_compiler.cpp
abstractmetabuilder.cpp
codemodel.cpp
compiler_utils.cpp
typedatabase.cpp
binder.cpp
codemodel_finder.cpp
typesystem.cpp
[ 55%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/control.cpp.obj
[ 56%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/declarator_compiler.cpp.obj
control.cpp
declarator_compiler.cpp
[ 58%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/default_visitor.cpp.obj
default_visitor.cpp
[ 60%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/dumptree.cpp.obj
dumptree.cpp
[ 61%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/lexer.cpp.obj
[ 63%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/list.cpp.obj
lexer.cpp
list.cpp
[ 65%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/name_compiler.cpp.obj
name_compiler.cpp
[ 66%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/parser.cpp.obj
parser.cpp
[ 68%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/smallobject.cpp.obj
smallobject.cpp
[ 70%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/tokens.cpp.obj
[ 71%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/type_compiler.cpp.obj
tokens.cpp
type_compiler.cpp
[ 73%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/visitor.cpp.obj
visitor.cpp
[ 75%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/rpp/builtin-macros.cpp.obj
builtin-macros.cpp
[ 76%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/rpp/preprocessor.cpp.obj
[ 78%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/apiextractor_automoc.cpp.obj
preprocessor.cpp
apiextractor_automoc.cpp
[ 80%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/qrc_generator.cpp.obj
qrc_generator.cpp
[ 81%] Linking CXX static library apiextractor.lib
smallobject.cpp.obj : warning LNK4221: This object file does not define any
previously undefined public symbols, so it will not be used by any link
operation that consumes this library
list.cpp.obj : warning LNK4221: This object file does not define any
previously undefined public symbols, so it will not be used by any link
operation that consumes this library
[ 81%] Built target apiextractor
Scanning dependencies of target shiboken2
[ 83%] Building CXX object
generator/CMakeFiles/shiboken2.dir/generator.cpp.obj
[ 85%] Building CXX object
generator/CMakeFiles/shiboken2.dir/shiboken2/cppgenerator.cpp.obj
[ 86%] Building CXX object
generator/CMakeFiles/shiboken2.dir/shiboken2/overloaddata.cpp.obj
[ 88%] Building CXX object
generator/CMakeFiles/shiboken2.dir/shiboken2/shibokengenerator.cpp.obj
[ 90%] Building CXX object
generator/CMakeFiles/shiboken2.dir/shiboken2/headergenerator.cpp.obj
[ 91%] Building CXX object generator/CMakeFiles/shiboken2.dir/main.cpp.obj
generator.cpp
[ 93%] Building CXX object
generator/CMakeFiles/shiboken2.dir/shiboken2/shibokennormalize.cpp.obj
shibokennormalize.cpp
cppgenerator.cpp
headergenerator.cpp
overloaddata.cpp
shibokengenerator.cpp
main.cpp
[ 95%] Linking CXX executable shiboken2.exe
[ 95%] Built target shiboken2
[ 96%] Running generator for 'shiboken2'...
Detecting inconsistencies in typesystem... [OK]
No C++ classes found!
Done, 1 warnings (0 known issues)
Scanning dependencies of target shibokenmodule
[ 98%] Building CXX object
shibokenmodule/CMakeFiles/shibokenmodule.dir/shiboken2/shiboken2_module_wrapper.cpp.obj
shiboken2_module_wrapper.cpp
[100%] Linking CXX shared module shiboken2.pyd
Creating library shiboken2.lib and object shiboken2.exp
[100%] Built target shibokenmodule
Generating Shiboken documentation shiboken2...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\shiboken2:
C:\qt\jom\jom.exe doc
jom 1.1.1 - empower your cores
jom: parallel job execution disabled for Makefile
Scanning dependencies of target doc
+++ This is a fake build, to make 'jom' happy.
+++ The documentation was _not_ built!
Built target doc
Installing module shiboken2...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\shiboken2:
C:\qt\jom\jom.exe install/fast
jom 1.1.1 - empower your cores
jom: parallel job execution disabled for Makefile
Install the project...
-- Install configuration: "Release"
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/autodecref.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/basewrapper.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/bindingmanager.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/conversions.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/gilstate.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/helper.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkconverter.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkenum.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkmodule.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/python25compat.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkdbg.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkstring.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/shiboken.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/shibokenmacros.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/threadstatesaver.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/typeresolver.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/shibokenbuffer.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkpython.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkversion.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/lib/shiboken2.lib
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/bin/shiboken2.dll
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/bin/shiboken2.exe
Building module pyside2...
Creating module build folder
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2...
Configuring module pyside2 (C:\qt\pyside-setup\sources\pyside2)...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2:
C:\qt\cmake\bin\cmake.exe -G "NMake Makefiles JOM"
-DQT_QMAKE_EXECUTABLE='C:\qt\qt-build-561\qtbase\bin\qmake.exe'
-DBUILD_TESTS=False -DDISABLE_DOCSTRINGS=True
-DQt5Help_DIR=C:/qt/qt-build-561/qtbase/doc -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release
C:\qt\pyside-setup\sources\pyside2 "-DPYTHON_EXECUTABLE=C:\Python
2.7.11\python.exe" "-DPYTHON_INCLUDE_DIR=C:\Python 2.7.11\include"
"-DPYTHON_LIBRARY=C:\Python 2.7.11\libs\python27.lib"
-- The C compiler identification is MSVC 17.0.50727.1
-- The CXX compiler identification is MSVC 17.0.50727.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonLibs: C:/Python 2.7.11/libs/python27.lib (found suitable
version "2.7.11", minimum required is "2.6")
-- Found PythonInterp: C:/Python 2.7.11/python.exe (found suitable version
"2.7.11", minimum required is "2.6")
-- libshiboken built for Release
result:C:/Program Files (x86)/Windows Kits/8.0/Include/um/GL/gl.h
Qt5Core_INCLUDE_DIRS
C:/qt/qt-build-561/qtbase/include/;C:/qt/qt-build-561/qtbase/include/QtCore;C:/qt/qt-adsk-5.6.1/qtbase/include;C:/qt/qt-adsk-5.6.1/qtbase/include/QtCore;C:/qt/qt-adsk-5.6.1/qtbase/mkspecs/win32-msvc2012
-- *** computed QT_INCLUDE_DIR as C:/qt/qt-build-561/qtbase/include/
-- Detected OS: win
-- PySide2 will be generated avoiding the protected hack!
CMake Warning at PySide2/CMakeLists.txt:18 (find_package):
By not providing "FindQt5WebKit.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5WebKit", but CMake did not find one.
Could not find a package configuration file provided by "Qt5WebKit" with
any of the following names:
Qt5WebKitConfig.cmake
qt5webkit-config.cmake
Add the installation prefix of "Qt5WebKit" to CMAKE_PREFIX_PATH or set
"Qt5WebKit_DIR" to a directory containing one of the above files. If
"Qt5WebKit" provides a separate development package or SDK, be sure it has
been installed.
CMake Warning at PySide2/CMakeLists.txt:19 (find_package):
By not providing "FindQt5WebKitWidgets.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"Qt5WebKitWidgets", but CMake did not find one.
Could not find a package configuration file provided by "Qt5WebKitWidgets"
with any of the following names:
Qt5WebKitWidgetsConfig.cmake
qt5webkitwidgets-config.cmake
Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or
set "Qt5WebKitWidgets_DIR" to a directory containing one of the above
files. If "Qt5WebKitWidgets" provides a separate development package or
SDK, be sure it has been installed.
CMake Warning at PySide2/CMakeLists.txt:28 (find_package):
By not providing "FindQt5WebEngineWidgets.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"Qt5WebEngineWidgets", but CMake did not find one.
Could not find a package configuration file provided by
"Qt5WebEngineWidgets" with any of the following names:
Qt5WebEngineWidgetsConfig.cmake
qt5webenginewidgets-config.cmake
Add the installation prefix of "Qt5WebEngineWidgets" to CMAKE_PREFIX_PATH
or set "Qt5WebEngineWidgets_DIR" to a directory containing one of the
above
files. If "Qt5WebEngineWidgets" provides a separate development package
or
SDK, be sure it has been installed.
module Qt5Core found
module Qt5Concurrent found
module Qt5Gui found
module Qt5Widgets found
module Qt5PrintSupport found
module Qt5Xml found
module Qt5XmlPatterns found
module Qt5Svg found
module Qt5PrintSupport found
module Qt5Sql found
module Qt5Designer found
module Qt5UiTools found
module Qt5Test found
module Qt5Network found
-- optional module Qt5WebKit skipped
-- optional module Qt5WebKitWidgets skipped
module Qt5Script found
module Qt5ScriptTools found
module Qt5Help found
module Qt5Multimedia found
module Qt5Quick found
module Qt5Qml found
module Qt5QuickWidgets found
-- optional module Qt5WebEngineWidgets skipped
module Qt5WebChannel found
module Qt5WebSockets found
-- Checking for QAbstractPrintDialog in Qt5Widgets -- not found
-- Checking for QGtkStyle in Qt5Widgets -- not found
-- Checking for QPageSetupDialog in Qt5Widgets -- not found
-- Checking for QPrintDialog in Qt5Widgets -- not found
-- Checking for QPrintEngine in Qt5Widgets -- not found
-- Checking for QPrintPreviewDialog in Qt5Widgets -- not found
-- Checking for QPrintPreviewWidget in Qt5Widgets -- not found
-- Checking for QPrinter in Qt5Widgets -- not found
-- Checking for QPrinterInfo in Qt5Widgets -- not found
-- Checking for QSessionManager in Qt5Widgets -- not found
-- Checking for QSizeGrip in Qt5Widgets -- not found
-- Checking for QSystemTrayIcon in Qt5Widgets -- not found
-- Checking for QMacStyle in Qt5Widgets -- not found
-- Checking for QSslCertificate in QtNetwork -- not found
-- Checking for QSslCipher in QtNetwork -- not found
-- Checking for QSslConfiguration in QtNetwork -- not found
-- Checking for QSslError in QtNetwork -- not found
-- Checking for QSslKey in QtNetwork -- not found
-- Checking for QSslSocket in QtNetwork -- not found
-- QT_SRC_DIR variable not set or graphviz not found, apidoc generation
targets disabled.
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
DISABLE_DOCSTRINGS
QT_QMAKE_EXECUTABLE
-- Build files have been written to:
C:/qt/pyside-setup/pyside_build/py2.7-qt5.6.1-64bit-release/pyside2
Compiling module pyside2...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2:
C:\qt\jom\jom.exe -j9
jom 1.1.1 - empower your cores
jom: parallel job execution disabled for Makefile
[ 0%] Generating moc_destroylistener.cpp
Scanning dependencies of target pyside2
[ 0%] Generating moc_customwidgets.cpp
[ 1%] Generating moc_customwidget.cpp
Scanning dependencies of target uiplugin
[ 1%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/dynamicqmetaobject.cpp.obj
[ 1%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/signalmanager.cpp.obj
[ 2%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/destroylistener.cpp.obj
[ 1%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/globalreceiver.cpp.obj
[ 1%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/globalreceiverv2.cpp.obj
dynamicqmetaobject.cpp
[ 2%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysideclassinfo.cpp.obj
[ 2%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysidemetafunction.cpp.obj
destroylistener.cpp
[ 2%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysidesignal.cpp.obj
globalreceiverv2.cpp
globalreceiver.cpp
[ 4%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysideslot.cpp.obj
[ 3%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysideproperty.cpp.obj
[ 1%] Building CXX object
plugins/CMakeFiles/uiplugin.dir/customwidgets.cpp.obj
[ 1%] Building CXX object
plugins/CMakeFiles/uiplugin.dir/moc_customwidget.cpp.obj
[ 1%] Building CXX object
plugins/CMakeFiles/uiplugin.dir/customwidget.cpp.obj
[ 1%] Building CXX object
plugins/CMakeFiles/uiplugin.dir/moc_customwidgets.cpp.obj
customwidgets.cpp
moc_customwidget.cpp
moc_customwidgets.cpp
customwidget.cpp
[ 3%] Linking CXX static library uiplugin.lib
[ 4%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysideqflags.cpp.obj
[ 4%] Built target uiplugin
pysideproperty.cpp
signalmanager.cpp
pysideqflags.cpp
pysideclassinfo.cpp
pysidemetafunction.cpp
pysidesignal.cpp
pysideslot.cpp
[ 4%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysideweakref.cpp.obj
[ 4%] Building CXX object libpyside/CMakeFiles/pyside2.dir/pyside.cpp.obj
pysideweakref.cpp
pyside.cpp
[ 4%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/moc_destroylistener.cpp.obj
moc_destroylistener.cpp
[ 4%] Linking CXX shared library pyside2.dll
Creating library pyside2.lib and object pyside2.exp
[ 4%] Built target pyside2
[ 4%] Running generator for QtCore...
Generating class model... [OK]
Generating namespace model... [OK]
Resolving typedefs... [OK]
Fixing class inheritance... [OK]
Detecting inconsistencies in class model... [OK]
[OK]
enum 'QLibraryInfo::LibraryLocation' is specified in typesystem,
but not declared
type 'QFileDevice' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QState' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QTemporaryFile' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QFileInfo' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::EventPriority' is specified in typesystem, but not
declared
enum 'QTimeLine::State' is specified in typesystem, but not declared
Global function 'qAtan2(qreal,qreal)' is specified in typesystem,
but not defined. This could potentially lead to compilation errors.
enum 'Qt::CursorMoveStyle' is specified in typesystem, but not
declared
enum 'Qt::InputMethodHint' is specified in typesystem, but not
declared
type 'QTextDecoder' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QTextBoundaryFinder::BoundaryType' is specified in
typesystem, but not declared
type 'QFactoryInterface' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QElapsedTimer' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::DockWidgetAreaSizes' is specified in typesystem, but not
declared
enum 'Qt::ApplicationState' is specified in typesystem, but not
declared
Global function 'qAsin(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::TextFormat' is specified in typesystem, but not declared
enum 'QState::ChildMode' is specified in typesystem, but not
declared
enum 'Qt::PenJoinStyle' is specified in typesystem, but not declared
enum 'Qt::FocusPolicy' is specified in typesystem, but not declared
enum 'Qt::TouchPointState' is specified in typesystem, but not
declared
type 'QSysInfo' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::Axis' is specified in typesystem, but not declared
enum 'Qt::TimeSpec' is specified in typesystem, but not declared
type 'QPointF' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QRegExp' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QBitArray' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QProcess::ProcessChannel' is specified in typesystem, but not
declared
enum 'QLocale::Country' is specified in typesystem, but not declared
type 'QTime' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QTextCodec' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QProcess::InputChannelMode' is specified in typesystem, but
not declared
enum 'QFileDevice::Permission' is specified in typesystem, but not
declared
enum 'QLocale::FormatType' is specified in typesystem, but not
declared
type 'QProcessEnvironment' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QItemSelection' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::FillRule' is specified in typesystem, but not declared
type 'QEvent' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QLocale::NumberOption' is specified in typesystem, but not
declared
Global function 'qFastSin(qreal)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QAbstractItemModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QEventLoop::ProcessEventsFlag' is specified in typesystem,
but not declared
enum 'QSysInfo::WinVersion' is specified in typesystem, but not
declared
enum 'Qt::TileRule' is specified in typesystem, but not declared
enum 'Qt::WindowFrameSection' is specified in typesystem, but not
declared
type 'QThread' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QReadWriteLock' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QXmlStreamReader::Error' is specified in typesystem, but not
declared
enum 'Qt::TextInteractionFlag' is specified in typesystem, but not
declared
type 'QVariantAnimation' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::MaskMode' is specified in typesystem, but not declared
enum 'QXmlStreamReader::TokenType' is specified in typesystem, but
not declared
enum 'QDataStream::Version' is specified in typesystem, but not
declared
type 'QTimer' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
Global function 'qIsFinite(double)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QRunnable' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::TabFocusBehavior' is specified in typesystem, but not
declared
enum 'QFileDevice::FileError' is specified in typesystem, but not
declared
Global function 'qExp(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QXmlStreamAttribute' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QUrl::ParsingMode' is specified in typesystem, but not
declared
enum 'QDataStream::Status' is specified in typesystem, but not
declared
enum 'QJsonValue::Type' is specified in typesystem, but not declared
type 'QAbstractTableModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QDate::MonthNameType' is specified in typesystem, but not
declared
Global function 'qFabs(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QProcess::ExitStatus' is specified in typesystem, but not
declared
enum 'QCryptographicHash::Algorithm' is specified in typesystem,
but not declared
type 'QCoreApplication' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QAbstractEventDispatcher::TimerInfo' is specified in
typesystem, but not defined. This could potentially lead to compilation
errors.
type 'QModelIndex' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::MouseEventSource' is specified in typesystem, but not
declared
enum 'QTextStream::Status' is specified in typesystem, but not
declared
enum 'Qt::MouseEventFlag' is specified in typesystem, but not
declared
type 'QMetaClassInfo' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::AlignmentFlag' is specified in typesystem, but not
declared
enum 'QStateMachine::Error' is specified in typesystem, but not
declared
type 'QAbstractEventDispatcher' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QLocale::Script' is specified in typesystem, but not declared
enum 'QMetaMethod::MethodType' is specified in typesystem, but not
declared
type 'QBasicTimer' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QObject' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QSettings::Scope' is specified in typesystem, but not declared
enum 'Qt::ScrollPhase' is specified in typesystem, but not declared
type 'QMutexLocker' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QSettings::Status' is specified in typesystem, but not
declared
enum 'QThread::Priority' is specified in typesystem, but not
declared
type 'QByteArrayMatcher' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QAbstractProxyModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::TextElideMode' is specified in typesystem, but not
declared
enum 'Qt::ItemSelectionMode' is specified in typesystem, but not
declared
type 'QSignalMapper' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QFinalState' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QJsonParseError::ParseError' is specified in typesystem, but
not declared
enum 'Qt::ScrollBarPolicy' is specified in typesystem, but not
declared
enum 'QDataStream::ByteOrder' is specified in typesystem, but not
declared
enum 'Qt::DockWidgetArea' is specified in typesystem, but not
declared
Global function 'qFuzzyIsNull(double)' is specified in typesystem,
but not defined. This could potentially lead to compilation errors.
Global function 'qAcos(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QJsonArray' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QLibraryInfo' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QReadWriteLock::RecursionMode' is specified in typesystem,
but not declared
type 'QMetaMethod' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::SizeHint' is specified in typesystem, but not declared
enum 'QLocale::Language' is specified in typesystem, but not
declared
type 'QSystemSemaphore' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QWinEventNotifier' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QLocale' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QResource' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QProcess' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QAbstractTransition::TransitionType' is specified in
typesystem, but not declared
enum 'QJsonDocument::DataValidation' is specified in typesystem,
but not declared
enum 'Qt::ItemSelectionOperation' is specified in typesystem, but
not declared
type 'QEasingCurve' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::WindowState' is specified in typesystem, but not declared
enum 'QTextStream::RealNumberNotation' is specified in typesystem,
but not declared
type 'QXmlStreamEntityDeclaration' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QPoint' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QEvent::Type' is specified in typesystem, but not declared
enum 'Qt::ToolBarArea' is specified in typesystem, but not declared
Global function 'qsrand(uint)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QEasingCurve::Type' is specified in typesystem, but not
declared
type 'QLineF' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QDateTime' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QXmlStreamEntityResolver' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QRegExp::PatternSyntax' is specified in typesystem, but not
declared
type 'QSignalTransition' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QLocale::CurrencySymbolFormat' is specified in typesystem,
but not declared
enum 'QSocketNotifier::Type' is specified in typesystem, but not
declared
enum 'QtMsgType' is specified in typesystem, but not declared
type 'QSettings' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::NativeGestureType' is specified in typesystem, but not
declared
Global function 'qIsNull(double)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QLine' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QTextCodec::ConverterState' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QXmlStreamNamespaceDeclaration' is specified in typesystem,
but not defined. This could potentially lead to compilation errors.
type 'QRect' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QLineF::IntersectType' is specified in typesystem, but not
declared
enum 'Qt::CoordinateSystem' is specified in typesystem, but not
declared
enum 'Qt::ScreenOrientation' is specified in typesystem, but not
declared
type 'QByteArray' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::HitTestAccuracy' is specified in typesystem, but not
declared
enum 'QSysInfo::Endian' is specified in typesystem, but not declared
type 'QTextStreamManipulator' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::PenCapStyle' is specified in typesystem, but not declared
enum 'QLocale::QuotationStyle' is specified in typesystem, but not
declared
type 'QChildEvent' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QXmlStreamReader' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
Global function 'qChecksum(const char*,uint)' is specified in
typesystem, but not defined. This could potentially lead to compilation
errors.
type 'QXmlStreamWriter' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QJsonValue' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::GlobalColor' is specified in typesystem, but not declared
enum 'Qt::ArrowType' is specified in typesystem, but not declared
type 'QTimeLine' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QFileDevice::MemoryMapFlags' is specified in typesystem, but
not declared
enum 'QTextCodec::ConversionFlag' is specified in typesystem, but
not declared
enum 'Qt::InputMethodQuery' is specified in typesystem, but not
declared
type 'QIODevice' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QCryptographicHash' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QTextEncoder' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::BGMode' is specified in typesystem, but not declared
enum 'Qt::ItemFlag' is specified in typesystem, but not declared
enum 'Qt::TimerType' is specified in typesystem, but not declared
Global function 'qrand()' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
Global function 'qTan(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QXmlStreamAttributes' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QEventLoop' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QCoreApplication::ApplicationFlags' is specified in
typesystem, but not declared
enum 'QDirIterator::IteratorFlag' is specified in typesystem, but
not declared
enum 'QJsonDocument::JsonFormat' is specified in typesystem, but
not declared
type 'QSequentialAnimationGroup' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
enum 'Qt::Modifier' is specified in typesystem, but not declared
type 'QSemaphore' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QJsonParseError' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QThreadPool' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::DropAction' is specified in typesystem, but not declared
enum 'Qt::GestureState' is specified in typesystem, but not declared
enum 'Qt::WhiteSpaceMode' is specified in typesystem, but not
declared
type 'QAbstractListModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QTimerEvent' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QPropertyAnimation' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QAbstractItemModel::LayoutChangeHint' is specified in
typesystem, but not declared
enum 'Qt::WidgetAttribute' is specified in typesystem, but not
declared
type 'QFile' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QAbstractAnimation' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QBasicMutex' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QDate' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QElapsedTimer::ClockType' is specified in typesystem, but not
declared
type 'QSocketNotifier' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QDir::Filter' is specified in typesystem, but not declared
enum 'QDir::SortFlag' is specified in typesystem, but not declared
type 'QPersistentModelIndex' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::SortOrder' is specified in typesystem, but not declared
type 'QStateMachine::WrappedEvent' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
enum 'QTextStream::NumberFlag' is specified in typesystem, but not
declared
enum 'QDataStream::FloatingPointPrecision' is specified in
typesystem, but not declared
type 'QMessageLogContext' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::PenStyle' is specified in typesystem, but not declared
enum 'Qt::Orientation' is specified in typesystem, but not declared
enum 'Qt::WindowModality' is specified in typesystem, but not
declared
type 'QAnimationGroup' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QPauseAnimation' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QPluginLoader' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
Global function 'qFuzzyCompare(double,double)' is specified in
typesystem, but not defined. This could potentially lead to compilation
errors.
enum 'Qt::TextFlag' is specified in typesystem, but not declared
enum 'QAbstractAnimation::Direction' is specified in typesystem,
but not declared
enum 'QProcess::ProcessError' is specified in typesystem, but not
declared
type 'QBuffer' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QStateMachine' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::ContextMenuPolicy' is specified in typesystem, but not
declared
type 'QTextStream' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QFileDevice::FileHandleFlag' is specified in typesystem, but
not declared
enum 'Qt::NavigationMode' is specified in typesystem, but not
declared
Global function 'qIsNaN(double)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
Global function 'qAtan(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::ApplicationAttribute' is specified in typesystem, but not
declared
enum 'QTimeLine::Direction' is specified in typesystem, but not
declared
enum 'Qt::FindChildOption' is specified in typesystem, but not
declared
enum 'Qt::Edge' is specified in typesystem, but not declared
enum 'Qt::ClipOperation' is specified in typesystem, but not
declared
enum 'Qt::ToolButtonStyle' is specified in typesystem, but not
declared
enum 'QSystemSemaphore::SystemSemaphoreError' is specified in
typesystem, but not declared
enum 'Qt::GestureFlag' is specified in typesystem, but not declared
type 'QRectF' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QMetaMethod::Access' is specified in typesystem, but not
declared
type 'QReadLocker' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::BrushStyle' is specified in typesystem, but not declared
enum 'QXmlStreamReader::ReadElementTextBehaviour' is specified in
typesystem, but not declared
Global function 'qFastCos(qreal)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
enum 'Qt::DayOfWeek' is specified in typesystem, but not declared
enum 'Qt::AspectRatioMode' is specified in typesystem, but not
declared
enum 'Qt::CheckState' is specified in typesystem, but not declared
type 'QDirIterator' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QByteArray::Base64Option' is specified in typesystem, but not
declared
enum 'QHistoryState::HistoryType' is specified in typesystem, but
not declared
type 'QWriteLocker' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QSystemSemaphore::AccessMode' is specified in typesystem, but
not declared
type 'QDir' is specified in typesystem, but not defined. This could
potentially lead to compilation errors.
enum 'Qt::CaseSensitivity' is specified in typesystem, but not
declared
type 'QFileSystemWatcher' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::TransformationMode' is specified in typesystem, but not
declared
type 'QDynamicPropertyChangeEvent' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QMutex' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QJsonDocument' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QUrl' is specified in typesystem, but not defined. This could
potentially lead to compilation errors.
enum 'QStateMachine::EventPriority' is specified in typesystem, but
not declared
enum 'Qt::DateFormat' is specified in typesystem, but not declared
type 'QMimeData' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QMetaEnum' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QXmlStreamNotationDeclaration' is specified in typesystem,
but not defined. This could potentially lead to compilation errors.
Global function 'qIsInf(double)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
enum 'QUrl::ComponentFormattingOption' is specified in typesystem,
but not declared
enum 'QSysInfo::Sizes' is specified in typesystem, but not declared
enum 'Qt::ImageConversionFlag' is specified in typesystem, but not
declared
Global function 'qVersion()' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QMutex::RecursionMode' is specified in typesystem, but not
declared
enum 'QItemSelectionModel::SelectionFlag' is specified in
typesystem, but not declared
enum 'Qt::FocusReason' is specified in typesystem, but not declared
type 'QItemSelectionRange' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::ItemDataRole' is specified in typesystem, but not declared
enum 'Qt::ShortcutContext' is specified in typesystem, but not
declared
type 'QSizeF' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QHistoryState' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::ConnectionType' is specified in typesystem, but not
declared
enum 'QUrl::UrlFormattingOption' is specified in typesystem, but
not declared
type 'QAbstractTransition' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QStateMachine::SignalEvent' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
enum 'Qt::ToolBarAreaSizes' is specified in typesystem, but not
declared
enum 'Qt::WindowType' is specified in typesystem, but not declared
enum 'QAbstractAnimation::State' is specified in typesystem, but
not declared
enum 'QSettings::Format' is specified in typesystem, but not
declared
type 'QSortFilterProxyModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QTextBoundaryFinder::BoundaryReason' is specified in
typesystem, but not declared
enum 'QProcess::ProcessChannelMode' is specified in typesystem, but
not declared
type 'QTextBoundaryFinder' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QTimeLine::CurveShape' is specified in typesystem, but not
declared
enum 'QUrl::UserInputResolutionOption' is specified in typesystem,
but not declared
type 'QAbstractState' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QTextStream::FieldAlignment' is specified in typesystem, but
not declared
enum 'Qt::AnchorPoint' is specified in typesystem, but not declared
type 'QMetaProperty' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QRegExp::CaretMode' is specified in typesystem, but not
declared
enum 'Qt::KeyboardModifier' is specified in typesystem, but not
declared
type 'QParallelAnimationGroup' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QProcess::ProcessState' is specified in typesystem, but not
declared
enum 'Qt::CursorShape' is specified in typesystem, but not declared
type 'QItemSelectionModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QEventTransition' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::Key' is specified in typesystem, but not declared
enum 'Qt::LayoutDirection' is specified in typesystem, but not
declared
type 'QMargins' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::MouseButton' is specified in typesystem, but not declared
enum 'QIODevice::OpenModeFlag' is specified in typesystem, but not
declared
enum 'Qt::UIEffect' is specified in typesystem, but not declared
enum 'Qt::GestureType' is specified in typesystem, but not declared
enum 'Qt::MatchFlag' is specified in typesystem, but not declared
enum 'Qt::SizeMode' is specified in typesystem, but not declared
type 'QDataStream' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QSize' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QWaitCondition' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
Global function 'qtTrId(const char*,int)' is specified in
typesystem, but not defined. This could potentially lead to compilation
errors.
enum 'Qt::Corner' is specified in typesystem, but not declared
type 'QTranslator' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
Could not find a minimal constructor for type 'const QMetaMethod &'. This
will result in a compilation error.
jom:
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2\PySide2\QtCore\CMakeFiles\QtCore.dir\build.make
[PySide2\QtCore\PySide2\QtCore\qabstractanimation_wrapper.cpp] Error 1
jom:
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2\CMakeFiles\Makefile2
[PySide2\QtCore\CMakeFiles\QtCore.dir\all] Error 2
jom:
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2\Makefile
[all] Error 2
error: Error compiling pyside2
(http://www.autodesk.com/company/legal-notices-trademarks/open-source-distribution).
Short background story here is that I'm trying to maintain a tool set that
works within Maya (which is using Python 2.7.11) and standalone
applications - all with the hope that I just have to work with one version
of Python and PySide2.
I've got the Qt part compiled but after shiboken2 is built the PySide2
compilation fails. Would really appreciate some leads on this. The
following starts with the pyside build and ends with the error... any ideas?
C:\qt\pyside-setup>"C:\Python 2.7.11\python.exe" setup.py build
--ignore-git --qmake="C:\qt\qt-build-561\qtbase\bin\qmake.exe"
--cmake="C:\qt\cmake\bin\cmake.exe" --openssl="C:\qt\openssl\bin" --jobs=9
--jom
running build
Python architecture is 64bit
jom was found in C:\qt\jom\jom.exe
Inserting path "C:\Python 2.7.11\Scripts" to environment
Inserting path "C:\qt\qt-build-561\qtbase\bin" to environment
Inserting path
"C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release\bin" to
environment
==============================
Package version: 2.0.0.dev0
Build type: Release
Build tests: False
---
Make path: C:\qt\jom\jom.exe
Make generator: NMake Makefiles JOM
Make jobs: -j9
---
Script directory: C:\qt\pyside-setup
Sources directory: C:\qt\pyside-setup\sources
Build directory: C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release
Install directory:
C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release
Python site-packages install directory:
C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release\Lib\site-packages
---
Python executable: C:\Python 2.7.11\python.exe
Python includes: C:\Python 2.7.11\include
Python library: C:\Python 2.7.11\libs\python27.lib
Python prefix: C:\Python 2.7.11
Python scripts: C:\Python 2.7.11\Scripts
---
Qt qmake: C:\qt\qt-build-561\qtbase\bin\qmake.exe
Qt version: 5.6.1
Qt bins: C:/qt/qt-build-561/qtbase/bin
Qt docs: C:/qt/qt-build-561/qtbase/doc
Qt plugins: C:/qt/qt-build-561/qtbase/plugins
---
OpenSSL libs: C:\qt\openssl\bin
==============================
Creating build folder
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release...
Creating install folder
C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release...
Building module shiboken2...
Creating module build folder
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\shiboken2...
Configuring module shiboken2 (C:\qt\pyside-setup\sources\shiboken2)...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\shiboken2:
C:\qt\cmake\bin\cmake.exe -G "NMake Makefiles JOM"
-DQT_QMAKE_EXECUTABLE='C:\qt\qt-build-561\qtbase\bin\qmake.exe'
-DBUILD_TESTS=False -DDISABLE_DOCSTRINGS=True
-DQt5Help_DIR=C:/qt/qt-build-561/qtbase/doc -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release
C:\qt\pyside-setup\sources\shiboken2 "-DPYTHON_EXECUTABLE=C:\Python
2.7.11\python.exe" "-DPYTHON_INCLUDE_DIR=C:\Python 2.7.11\include"
"-DPYTHON_LIBRARY=C:\Python 2.7.11\libs\python27.lib"
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=yes
-- The C compiler identification is MSVC 17.0.50727.1
-- The CXX compiler identification is MSVC 17.0.50727.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonLibs: C:/Python 2.7.11/libs/python27.lib (found suitable
version "2.7.11", minimum required is "2.6")
-- Found PythonInterp: C:/Python 2.7.11/python.exe (found suitable version
"2.7.11", minimum required is "2.6")
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
(Required is at least version "2.6.32")
-- Could NOT find LibXslt (missing: LIBXSLT_LIBRARIES LIBXSLT_INCLUDE_DIR)
(Required is at least version "1.1.19")
-- sphinx-build - not found! doc target disabled
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
QT_QMAKE_EXECUTABLE
Qt5Help_DIR
-- Build files have been written to:
C:/qt/pyside-setup/pyside_build/py2.7-qt5.6.1-64bit-release/shiboken2
Compiling module shiboken2...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\shiboken2:
C:\qt\jom\jom.exe -j9
jom 1.1.1 - empower your cores
jom: parallel job execution disabled for Makefile
Scanning dependencies of target apiextractor_automoc
[ 1%] Automatic moc for target apiextractor
Scanning dependencies of target libshiboken
[ 1%] Built target apiextractor_automoc
[ 3%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/basewrapper.cpp.obj
[ 6%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/gilstate.cpp.obj
[ 6%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/debugfreehook.cpp.obj
[ 10%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/sbkconverter.cpp.obj
[ 11%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/helper.cpp.obj
basewrapper.cpp
[ 10%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/sbkenum.cpp.obj
[ 15%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/sbkmodule.cpp.obj
[ 15%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/sbkstring.cpp.obj
gilstate.cpp
sbkstring.cpp
[ 18%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/bindingmanager.cpp.obj
[ 20%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/threadstatesaver.cpp.obj
debugfreehook.cpp
[ 21%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/typeresolver.cpp.obj
threadstatesaver.cpp
[ 23%] Building CXX object
libshiboken/CMakeFiles/libshiboken.dir/shibokenbuffer.cpp.obj
helper.cpp
sbkenum.cpp
shibokenbuffer.cpp
sbkmodule.cpp
sbkconverter.cpp
typeresolver.cpp
bindingmanager.cpp
[ 16%] Generating qrc_generator.cpp
Scanning dependencies of target apiextractor
[ 25%] Linking CXX shared library shiboken2.dll
Creating library shiboken2.lib and object shiboken2.exp
[ 38%] Built target libshiboken
[ 26%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/apiextractor.cpp.obj
[ 28%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/abstractmetabuilder.cpp.obj
[ 30%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/abstractmetalang.cpp.obj
[ 31%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/asttoxml.cpp.obj
[ 33%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/fileout.cpp.obj
[ 35%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/reporthandler.cpp.obj
[ 36%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/graph.cpp.obj
apiextractor.cpp
[ 38%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/typeparser.cpp.obj
[ 40%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/typesystem.cpp.obj
fileout.cpp
graph.cpp
[ 41%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/include.cpp.obj
typeparser.cpp
[ 43%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/typedatabase.cpp.obj
reporthandler.cpp
[ 45%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/ast.cpp.obj
[ 46%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/binder.cpp.obj
asttoxml.cpp
[ 48%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/class_compiler.cpp.obj
abstractmetalang.cpp
ast.cpp
include.cpp
[ 51%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/codemodel.cpp.obj
[ 51%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/codemodel_finder.cpp.obj
[ 53%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/compiler_utils.cpp.obj
class_compiler.cpp
abstractmetabuilder.cpp
codemodel.cpp
compiler_utils.cpp
typedatabase.cpp
binder.cpp
codemodel_finder.cpp
typesystem.cpp
[ 55%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/control.cpp.obj
[ 56%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/declarator_compiler.cpp.obj
control.cpp
declarator_compiler.cpp
[ 58%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/default_visitor.cpp.obj
default_visitor.cpp
[ 60%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/dumptree.cpp.obj
dumptree.cpp
[ 61%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/lexer.cpp.obj
[ 63%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/list.cpp.obj
lexer.cpp
list.cpp
[ 65%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/name_compiler.cpp.obj
name_compiler.cpp
[ 66%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/parser.cpp.obj
parser.cpp
[ 68%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/smallobject.cpp.obj
smallobject.cpp
[ 70%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/tokens.cpp.obj
[ 71%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/type_compiler.cpp.obj
tokens.cpp
type_compiler.cpp
[ 73%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/visitor.cpp.obj
visitor.cpp
[ 75%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/rpp/builtin-macros.cpp.obj
builtin-macros.cpp
[ 76%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/parser/rpp/preprocessor.cpp.obj
[ 78%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/apiextractor_automoc.cpp.obj
preprocessor.cpp
apiextractor_automoc.cpp
[ 80%] Building CXX object
ApiExtractor/CMakeFiles/apiextractor.dir/qrc_generator.cpp.obj
qrc_generator.cpp
[ 81%] Linking CXX static library apiextractor.lib
smallobject.cpp.obj : warning LNK4221: This object file does not define any
previously undefined public symbols, so it will not be used by any link
operation that consumes this library
list.cpp.obj : warning LNK4221: This object file does not define any
previously undefined public symbols, so it will not be used by any link
operation that consumes this library
[ 81%] Built target apiextractor
Scanning dependencies of target shiboken2
[ 83%] Building CXX object
generator/CMakeFiles/shiboken2.dir/generator.cpp.obj
[ 85%] Building CXX object
generator/CMakeFiles/shiboken2.dir/shiboken2/cppgenerator.cpp.obj
[ 86%] Building CXX object
generator/CMakeFiles/shiboken2.dir/shiboken2/overloaddata.cpp.obj
[ 88%] Building CXX object
generator/CMakeFiles/shiboken2.dir/shiboken2/shibokengenerator.cpp.obj
[ 90%] Building CXX object
generator/CMakeFiles/shiboken2.dir/shiboken2/headergenerator.cpp.obj
[ 91%] Building CXX object generator/CMakeFiles/shiboken2.dir/main.cpp.obj
generator.cpp
[ 93%] Building CXX object
generator/CMakeFiles/shiboken2.dir/shiboken2/shibokennormalize.cpp.obj
shibokennormalize.cpp
cppgenerator.cpp
headergenerator.cpp
overloaddata.cpp
shibokengenerator.cpp
main.cpp
[ 95%] Linking CXX executable shiboken2.exe
[ 95%] Built target shiboken2
[ 96%] Running generator for 'shiboken2'...
Detecting inconsistencies in typesystem... [OK]
No C++ classes found!
Done, 1 warnings (0 known issues)
Scanning dependencies of target shibokenmodule
[ 98%] Building CXX object
shibokenmodule/CMakeFiles/shibokenmodule.dir/shiboken2/shiboken2_module_wrapper.cpp.obj
shiboken2_module_wrapper.cpp
[100%] Linking CXX shared module shiboken2.pyd
Creating library shiboken2.lib and object shiboken2.exp
[100%] Built target shibokenmodule
Generating Shiboken documentation shiboken2...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\shiboken2:
C:\qt\jom\jom.exe doc
jom 1.1.1 - empower your cores
jom: parallel job execution disabled for Makefile
Scanning dependencies of target doc
+++ This is a fake build, to make 'jom' happy.
+++ The documentation was _not_ built!
Built target doc
Installing module shiboken2...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\shiboken2:
C:\qt\jom\jom.exe install/fast
jom 1.1.1 - empower your cores
jom: parallel job execution disabled for Makefile
Install the project...
-- Install configuration: "Release"
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/autodecref.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/basewrapper.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/bindingmanager.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/conversions.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/gilstate.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/helper.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkconverter.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkenum.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkmodule.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/python25compat.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkdbg.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkstring.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/shiboken.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/shibokenmacros.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/threadstatesaver.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/typeresolver.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/shibokenbuffer.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkpython.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/include/shiboken2/sbkversion.h
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/lib/shiboken2.lib
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/bin/shiboken2.dll
-- Installing:
C:/qt/pyside-setup/pyside_install/py2.7-qt5.6.1-64bit-release/bin/shiboken2.exe
Building module pyside2...
Creating module build folder
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2...
Configuring module pyside2 (C:\qt\pyside-setup\sources\pyside2)...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2:
C:\qt\cmake\bin\cmake.exe -G "NMake Makefiles JOM"
-DQT_QMAKE_EXECUTABLE='C:\qt\qt-build-561\qtbase\bin\qmake.exe'
-DBUILD_TESTS=False -DDISABLE_DOCSTRINGS=True
-DQt5Help_DIR=C:/qt/qt-build-561/qtbase/doc -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=C:\qt\pyside-setup\pyside_install\py2.7-qt5.6.1-64bit-release
C:\qt\pyside-setup\sources\pyside2 "-DPYTHON_EXECUTABLE=C:\Python
2.7.11\python.exe" "-DPYTHON_INCLUDE_DIR=C:\Python 2.7.11\include"
"-DPYTHON_LIBRARY=C:\Python 2.7.11\libs\python27.lib"
-- The C compiler identification is MSVC 17.0.50727.1
-- The CXX compiler identification is MSVC 17.0.50727.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 11.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonLibs: C:/Python 2.7.11/libs/python27.lib (found suitable
version "2.7.11", minimum required is "2.6")
-- Found PythonInterp: C:/Python 2.7.11/python.exe (found suitable version
"2.7.11", minimum required is "2.6")
-- libshiboken built for Release
result:C:/Program Files (x86)/Windows Kits/8.0/Include/um/GL/gl.h
Qt5Core_INCLUDE_DIRS
C:/qt/qt-build-561/qtbase/include/;C:/qt/qt-build-561/qtbase/include/QtCore;C:/qt/qt-adsk-5.6.1/qtbase/include;C:/qt/qt-adsk-5.6.1/qtbase/include/QtCore;C:/qt/qt-adsk-5.6.1/qtbase/mkspecs/win32-msvc2012
-- *** computed QT_INCLUDE_DIR as C:/qt/qt-build-561/qtbase/include/
-- Detected OS: win
-- PySide2 will be generated avoiding the protected hack!
CMake Warning at PySide2/CMakeLists.txt:18 (find_package):
By not providing "FindQt5WebKit.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5WebKit", but CMake did not find one.
Could not find a package configuration file provided by "Qt5WebKit" with
any of the following names:
Qt5WebKitConfig.cmake
qt5webkit-config.cmake
Add the installation prefix of "Qt5WebKit" to CMAKE_PREFIX_PATH or set
"Qt5WebKit_DIR" to a directory containing one of the above files. If
"Qt5WebKit" provides a separate development package or SDK, be sure it has
been installed.
CMake Warning at PySide2/CMakeLists.txt:19 (find_package):
By not providing "FindQt5WebKitWidgets.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"Qt5WebKitWidgets", but CMake did not find one.
Could not find a package configuration file provided by "Qt5WebKitWidgets"
with any of the following names:
Qt5WebKitWidgetsConfig.cmake
qt5webkitwidgets-config.cmake
Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or
set "Qt5WebKitWidgets_DIR" to a directory containing one of the above
files. If "Qt5WebKitWidgets" provides a separate development package or
SDK, be sure it has been installed.
CMake Warning at PySide2/CMakeLists.txt:28 (find_package):
By not providing "FindQt5WebEngineWidgets.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"Qt5WebEngineWidgets", but CMake did not find one.
Could not find a package configuration file provided by
"Qt5WebEngineWidgets" with any of the following names:
Qt5WebEngineWidgetsConfig.cmake
qt5webenginewidgets-config.cmake
Add the installation prefix of "Qt5WebEngineWidgets" to CMAKE_PREFIX_PATH
or set "Qt5WebEngineWidgets_DIR" to a directory containing one of the
above
files. If "Qt5WebEngineWidgets" provides a separate development package
or
SDK, be sure it has been installed.
module Qt5Core found
module Qt5Concurrent found
module Qt5Gui found
module Qt5Widgets found
module Qt5PrintSupport found
module Qt5Xml found
module Qt5XmlPatterns found
module Qt5Svg found
module Qt5PrintSupport found
module Qt5Sql found
module Qt5Designer found
module Qt5UiTools found
module Qt5Test found
module Qt5Network found
-- optional module Qt5WebKit skipped
-- optional module Qt5WebKitWidgets skipped
module Qt5Script found
module Qt5ScriptTools found
module Qt5Help found
module Qt5Multimedia found
module Qt5Quick found
module Qt5Qml found
module Qt5QuickWidgets found
-- optional module Qt5WebEngineWidgets skipped
module Qt5WebChannel found
module Qt5WebSockets found
-- Checking for QAbstractPrintDialog in Qt5Widgets -- not found
-- Checking for QGtkStyle in Qt5Widgets -- not found
-- Checking for QPageSetupDialog in Qt5Widgets -- not found
-- Checking for QPrintDialog in Qt5Widgets -- not found
-- Checking for QPrintEngine in Qt5Widgets -- not found
-- Checking for QPrintPreviewDialog in Qt5Widgets -- not found
-- Checking for QPrintPreviewWidget in Qt5Widgets -- not found
-- Checking for QPrinter in Qt5Widgets -- not found
-- Checking for QPrinterInfo in Qt5Widgets -- not found
-- Checking for QSessionManager in Qt5Widgets -- not found
-- Checking for QSizeGrip in Qt5Widgets -- not found
-- Checking for QSystemTrayIcon in Qt5Widgets -- not found
-- Checking for QMacStyle in Qt5Widgets -- not found
-- Checking for QSslCertificate in QtNetwork -- not found
-- Checking for QSslCipher in QtNetwork -- not found
-- Checking for QSslConfiguration in QtNetwork -- not found
-- Checking for QSslError in QtNetwork -- not found
-- Checking for QSslKey in QtNetwork -- not found
-- Checking for QSslSocket in QtNetwork -- not found
-- QT_SRC_DIR variable not set or graphviz not found, apidoc generation
targets disabled.
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
DISABLE_DOCSTRINGS
QT_QMAKE_EXECUTABLE
-- Build files have been written to:
C:/qt/pyside-setup/pyside_build/py2.7-qt5.6.1-64bit-release/pyside2
Compiling module pyside2...
Running process in
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2:
C:\qt\jom\jom.exe -j9
jom 1.1.1 - empower your cores
jom: parallel job execution disabled for Makefile
[ 0%] Generating moc_destroylistener.cpp
Scanning dependencies of target pyside2
[ 0%] Generating moc_customwidgets.cpp
[ 1%] Generating moc_customwidget.cpp
Scanning dependencies of target uiplugin
[ 1%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/dynamicqmetaobject.cpp.obj
[ 1%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/signalmanager.cpp.obj
[ 2%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/destroylistener.cpp.obj
[ 1%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/globalreceiver.cpp.obj
[ 1%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/globalreceiverv2.cpp.obj
dynamicqmetaobject.cpp
[ 2%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysideclassinfo.cpp.obj
[ 2%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysidemetafunction.cpp.obj
destroylistener.cpp
[ 2%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysidesignal.cpp.obj
globalreceiverv2.cpp
globalreceiver.cpp
[ 4%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysideslot.cpp.obj
[ 3%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysideproperty.cpp.obj
[ 1%] Building CXX object
plugins/CMakeFiles/uiplugin.dir/customwidgets.cpp.obj
[ 1%] Building CXX object
plugins/CMakeFiles/uiplugin.dir/moc_customwidget.cpp.obj
[ 1%] Building CXX object
plugins/CMakeFiles/uiplugin.dir/customwidget.cpp.obj
[ 1%] Building CXX object
plugins/CMakeFiles/uiplugin.dir/moc_customwidgets.cpp.obj
customwidgets.cpp
moc_customwidget.cpp
moc_customwidgets.cpp
customwidget.cpp
[ 3%] Linking CXX static library uiplugin.lib
[ 4%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysideqflags.cpp.obj
[ 4%] Built target uiplugin
pysideproperty.cpp
signalmanager.cpp
pysideqflags.cpp
pysideclassinfo.cpp
pysidemetafunction.cpp
pysidesignal.cpp
pysideslot.cpp
[ 4%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/pysideweakref.cpp.obj
[ 4%] Building CXX object libpyside/CMakeFiles/pyside2.dir/pyside.cpp.obj
pysideweakref.cpp
pyside.cpp
[ 4%] Building CXX object
libpyside/CMakeFiles/pyside2.dir/moc_destroylistener.cpp.obj
moc_destroylistener.cpp
[ 4%] Linking CXX shared library pyside2.dll
Creating library pyside2.lib and object pyside2.exp
[ 4%] Built target pyside2
[ 4%] Running generator for QtCore...
Generating class model... [OK]
Generating namespace model... [OK]
Resolving typedefs... [OK]
Fixing class inheritance... [OK]
Detecting inconsistencies in class model... [OK]
[OK]
enum 'QLibraryInfo::LibraryLocation' is specified in typesystem,
but not declared
type 'QFileDevice' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QState' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QTemporaryFile' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QFileInfo' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::EventPriority' is specified in typesystem, but not
declared
enum 'QTimeLine::State' is specified in typesystem, but not declared
Global function 'qAtan2(qreal,qreal)' is specified in typesystem,
but not defined. This could potentially lead to compilation errors.
enum 'Qt::CursorMoveStyle' is specified in typesystem, but not
declared
enum 'Qt::InputMethodHint' is specified in typesystem, but not
declared
type 'QTextDecoder' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QTextBoundaryFinder::BoundaryType' is specified in
typesystem, but not declared
type 'QFactoryInterface' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QElapsedTimer' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::DockWidgetAreaSizes' is specified in typesystem, but not
declared
enum 'Qt::ApplicationState' is specified in typesystem, but not
declared
Global function 'qAsin(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::TextFormat' is specified in typesystem, but not declared
enum 'QState::ChildMode' is specified in typesystem, but not
declared
enum 'Qt::PenJoinStyle' is specified in typesystem, but not declared
enum 'Qt::FocusPolicy' is specified in typesystem, but not declared
enum 'Qt::TouchPointState' is specified in typesystem, but not
declared
type 'QSysInfo' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::Axis' is specified in typesystem, but not declared
enum 'Qt::TimeSpec' is specified in typesystem, but not declared
type 'QPointF' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QRegExp' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QBitArray' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QProcess::ProcessChannel' is specified in typesystem, but not
declared
enum 'QLocale::Country' is specified in typesystem, but not declared
type 'QTime' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QTextCodec' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QProcess::InputChannelMode' is specified in typesystem, but
not declared
enum 'QFileDevice::Permission' is specified in typesystem, but not
declared
enum 'QLocale::FormatType' is specified in typesystem, but not
declared
type 'QProcessEnvironment' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QItemSelection' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::FillRule' is specified in typesystem, but not declared
type 'QEvent' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QLocale::NumberOption' is specified in typesystem, but not
declared
Global function 'qFastSin(qreal)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QAbstractItemModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QEventLoop::ProcessEventsFlag' is specified in typesystem,
but not declared
enum 'QSysInfo::WinVersion' is specified in typesystem, but not
declared
enum 'Qt::TileRule' is specified in typesystem, but not declared
enum 'Qt::WindowFrameSection' is specified in typesystem, but not
declared
type 'QThread' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QReadWriteLock' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QXmlStreamReader::Error' is specified in typesystem, but not
declared
enum 'Qt::TextInteractionFlag' is specified in typesystem, but not
declared
type 'QVariantAnimation' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::MaskMode' is specified in typesystem, but not declared
enum 'QXmlStreamReader::TokenType' is specified in typesystem, but
not declared
enum 'QDataStream::Version' is specified in typesystem, but not
declared
type 'QTimer' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
Global function 'qIsFinite(double)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QRunnable' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::TabFocusBehavior' is specified in typesystem, but not
declared
enum 'QFileDevice::FileError' is specified in typesystem, but not
declared
Global function 'qExp(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QXmlStreamAttribute' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QUrl::ParsingMode' is specified in typesystem, but not
declared
enum 'QDataStream::Status' is specified in typesystem, but not
declared
enum 'QJsonValue::Type' is specified in typesystem, but not declared
type 'QAbstractTableModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QDate::MonthNameType' is specified in typesystem, but not
declared
Global function 'qFabs(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QProcess::ExitStatus' is specified in typesystem, but not
declared
enum 'QCryptographicHash::Algorithm' is specified in typesystem,
but not declared
type 'QCoreApplication' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QAbstractEventDispatcher::TimerInfo' is specified in
typesystem, but not defined. This could potentially lead to compilation
errors.
type 'QModelIndex' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::MouseEventSource' is specified in typesystem, but not
declared
enum 'QTextStream::Status' is specified in typesystem, but not
declared
enum 'Qt::MouseEventFlag' is specified in typesystem, but not
declared
type 'QMetaClassInfo' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::AlignmentFlag' is specified in typesystem, but not
declared
enum 'QStateMachine::Error' is specified in typesystem, but not
declared
type 'QAbstractEventDispatcher' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QLocale::Script' is specified in typesystem, but not declared
enum 'QMetaMethod::MethodType' is specified in typesystem, but not
declared
type 'QBasicTimer' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QObject' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QSettings::Scope' is specified in typesystem, but not declared
enum 'Qt::ScrollPhase' is specified in typesystem, but not declared
type 'QMutexLocker' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QSettings::Status' is specified in typesystem, but not
declared
enum 'QThread::Priority' is specified in typesystem, but not
declared
type 'QByteArrayMatcher' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QAbstractProxyModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::TextElideMode' is specified in typesystem, but not
declared
enum 'Qt::ItemSelectionMode' is specified in typesystem, but not
declared
type 'QSignalMapper' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QFinalState' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QJsonParseError::ParseError' is specified in typesystem, but
not declared
enum 'Qt::ScrollBarPolicy' is specified in typesystem, but not
declared
enum 'QDataStream::ByteOrder' is specified in typesystem, but not
declared
enum 'Qt::DockWidgetArea' is specified in typesystem, but not
declared
Global function 'qFuzzyIsNull(double)' is specified in typesystem,
but not defined. This could potentially lead to compilation errors.
Global function 'qAcos(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QJsonArray' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QLibraryInfo' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QReadWriteLock::RecursionMode' is specified in typesystem,
but not declared
type 'QMetaMethod' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::SizeHint' is specified in typesystem, but not declared
enum 'QLocale::Language' is specified in typesystem, but not
declared
type 'QSystemSemaphore' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QWinEventNotifier' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QLocale' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QResource' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QProcess' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QAbstractTransition::TransitionType' is specified in
typesystem, but not declared
enum 'QJsonDocument::DataValidation' is specified in typesystem,
but not declared
enum 'Qt::ItemSelectionOperation' is specified in typesystem, but
not declared
type 'QEasingCurve' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::WindowState' is specified in typesystem, but not declared
enum 'QTextStream::RealNumberNotation' is specified in typesystem,
but not declared
type 'QXmlStreamEntityDeclaration' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QPoint' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QEvent::Type' is specified in typesystem, but not declared
enum 'Qt::ToolBarArea' is specified in typesystem, but not declared
Global function 'qsrand(uint)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QEasingCurve::Type' is specified in typesystem, but not
declared
type 'QLineF' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QDateTime' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QXmlStreamEntityResolver' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QRegExp::PatternSyntax' is specified in typesystem, but not
declared
type 'QSignalTransition' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QLocale::CurrencySymbolFormat' is specified in typesystem,
but not declared
enum 'QSocketNotifier::Type' is specified in typesystem, but not
declared
enum 'QtMsgType' is specified in typesystem, but not declared
type 'QSettings' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::NativeGestureType' is specified in typesystem, but not
declared
Global function 'qIsNull(double)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QLine' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QTextCodec::ConverterState' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QXmlStreamNamespaceDeclaration' is specified in typesystem,
but not defined. This could potentially lead to compilation errors.
type 'QRect' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QLineF::IntersectType' is specified in typesystem, but not
declared
enum 'Qt::CoordinateSystem' is specified in typesystem, but not
declared
enum 'Qt::ScreenOrientation' is specified in typesystem, but not
declared
type 'QByteArray' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::HitTestAccuracy' is specified in typesystem, but not
declared
enum 'QSysInfo::Endian' is specified in typesystem, but not declared
type 'QTextStreamManipulator' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::PenCapStyle' is specified in typesystem, but not declared
enum 'QLocale::QuotationStyle' is specified in typesystem, but not
declared
type 'QChildEvent' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QXmlStreamReader' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
Global function 'qChecksum(const char*,uint)' is specified in
typesystem, but not defined. This could potentially lead to compilation
errors.
type 'QXmlStreamWriter' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QJsonValue' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::GlobalColor' is specified in typesystem, but not declared
enum 'Qt::ArrowType' is specified in typesystem, but not declared
type 'QTimeLine' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QFileDevice::MemoryMapFlags' is specified in typesystem, but
not declared
enum 'QTextCodec::ConversionFlag' is specified in typesystem, but
not declared
enum 'Qt::InputMethodQuery' is specified in typesystem, but not
declared
type 'QIODevice' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QCryptographicHash' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QTextEncoder' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::BGMode' is specified in typesystem, but not declared
enum 'Qt::ItemFlag' is specified in typesystem, but not declared
enum 'Qt::TimerType' is specified in typesystem, but not declared
Global function 'qrand()' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
Global function 'qTan(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QXmlStreamAttributes' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QEventLoop' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QCoreApplication::ApplicationFlags' is specified in
typesystem, but not declared
enum 'QDirIterator::IteratorFlag' is specified in typesystem, but
not declared
enum 'QJsonDocument::JsonFormat' is specified in typesystem, but
not declared
type 'QSequentialAnimationGroup' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
enum 'Qt::Modifier' is specified in typesystem, but not declared
type 'QSemaphore' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QJsonParseError' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QThreadPool' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::DropAction' is specified in typesystem, but not declared
enum 'Qt::GestureState' is specified in typesystem, but not declared
enum 'Qt::WhiteSpaceMode' is specified in typesystem, but not
declared
type 'QAbstractListModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QTimerEvent' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QPropertyAnimation' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QAbstractItemModel::LayoutChangeHint' is specified in
typesystem, but not declared
enum 'Qt::WidgetAttribute' is specified in typesystem, but not
declared
type 'QFile' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QAbstractAnimation' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QBasicMutex' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QDate' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QElapsedTimer::ClockType' is specified in typesystem, but not
declared
type 'QSocketNotifier' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QDir::Filter' is specified in typesystem, but not declared
enum 'QDir::SortFlag' is specified in typesystem, but not declared
type 'QPersistentModelIndex' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::SortOrder' is specified in typesystem, but not declared
type 'QStateMachine::WrappedEvent' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
enum 'QTextStream::NumberFlag' is specified in typesystem, but not
declared
enum 'QDataStream::FloatingPointPrecision' is specified in
typesystem, but not declared
type 'QMessageLogContext' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::PenStyle' is specified in typesystem, but not declared
enum 'Qt::Orientation' is specified in typesystem, but not declared
enum 'Qt::WindowModality' is specified in typesystem, but not
declared
type 'QAnimationGroup' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QPauseAnimation' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QPluginLoader' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
Global function 'qFuzzyCompare(double,double)' is specified in
typesystem, but not defined. This could potentially lead to compilation
errors.
enum 'Qt::TextFlag' is specified in typesystem, but not declared
enum 'QAbstractAnimation::Direction' is specified in typesystem,
but not declared
enum 'QProcess::ProcessError' is specified in typesystem, but not
declared
type 'QBuffer' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QStateMachine' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::ContextMenuPolicy' is specified in typesystem, but not
declared
type 'QTextStream' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QFileDevice::FileHandleFlag' is specified in typesystem, but
not declared
enum 'Qt::NavigationMode' is specified in typesystem, but not
declared
Global function 'qIsNaN(double)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
Global function 'qAtan(qreal)' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::ApplicationAttribute' is specified in typesystem, but not
declared
enum 'QTimeLine::Direction' is specified in typesystem, but not
declared
enum 'Qt::FindChildOption' is specified in typesystem, but not
declared
enum 'Qt::Edge' is specified in typesystem, but not declared
enum 'Qt::ClipOperation' is specified in typesystem, but not
declared
enum 'Qt::ToolButtonStyle' is specified in typesystem, but not
declared
enum 'QSystemSemaphore::SystemSemaphoreError' is specified in
typesystem, but not declared
enum 'Qt::GestureFlag' is specified in typesystem, but not declared
type 'QRectF' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'QMetaMethod::Access' is specified in typesystem, but not
declared
type 'QReadLocker' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::BrushStyle' is specified in typesystem, but not declared
enum 'QXmlStreamReader::ReadElementTextBehaviour' is specified in
typesystem, but not declared
Global function 'qFastCos(qreal)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
enum 'Qt::DayOfWeek' is specified in typesystem, but not declared
enum 'Qt::AspectRatioMode' is specified in typesystem, but not
declared
enum 'Qt::CheckState' is specified in typesystem, but not declared
type 'QDirIterator' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QByteArray::Base64Option' is specified in typesystem, but not
declared
enum 'QHistoryState::HistoryType' is specified in typesystem, but
not declared
type 'QWriteLocker' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QSystemSemaphore::AccessMode' is specified in typesystem, but
not declared
type 'QDir' is specified in typesystem, but not defined. This could
potentially lead to compilation errors.
enum 'Qt::CaseSensitivity' is specified in typesystem, but not
declared
type 'QFileSystemWatcher' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::TransformationMode' is specified in typesystem, but not
declared
type 'QDynamicPropertyChangeEvent' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
type 'QMutex' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QJsonDocument' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QUrl' is specified in typesystem, but not defined. This could
potentially lead to compilation errors.
enum 'QStateMachine::EventPriority' is specified in typesystem, but
not declared
enum 'Qt::DateFormat' is specified in typesystem, but not declared
type 'QMimeData' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QMetaEnum' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QXmlStreamNotationDeclaration' is specified in typesystem,
but not defined. This could potentially lead to compilation errors.
Global function 'qIsInf(double)' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
enum 'QUrl::ComponentFormattingOption' is specified in typesystem,
but not declared
enum 'QSysInfo::Sizes' is specified in typesystem, but not declared
enum 'Qt::ImageConversionFlag' is specified in typesystem, but not
declared
Global function 'qVersion()' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QMutex::RecursionMode' is specified in typesystem, but not
declared
enum 'QItemSelectionModel::SelectionFlag' is specified in
typesystem, but not declared
enum 'Qt::FocusReason' is specified in typesystem, but not declared
type 'QItemSelectionRange' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::ItemDataRole' is specified in typesystem, but not declared
enum 'Qt::ShortcutContext' is specified in typesystem, but not
declared
type 'QSizeF' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QHistoryState' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'Qt::ConnectionType' is specified in typesystem, but not
declared
enum 'QUrl::UrlFormattingOption' is specified in typesystem, but
not declared
type 'QAbstractTransition' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QStateMachine::SignalEvent' is specified in typesystem, but
not defined. This could potentially lead to compilation errors.
enum 'Qt::ToolBarAreaSizes' is specified in typesystem, but not
declared
enum 'Qt::WindowType' is specified in typesystem, but not declared
enum 'QAbstractAnimation::State' is specified in typesystem, but
not declared
enum 'QSettings::Format' is specified in typesystem, but not
declared
type 'QSortFilterProxyModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QTextBoundaryFinder::BoundaryReason' is specified in
typesystem, but not declared
enum 'QProcess::ProcessChannelMode' is specified in typesystem, but
not declared
type 'QTextBoundaryFinder' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QTimeLine::CurveShape' is specified in typesystem, but not
declared
enum 'QUrl::UserInputResolutionOption' is specified in typesystem,
but not declared
type 'QAbstractState' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QTextStream::FieldAlignment' is specified in typesystem, but
not declared
enum 'Qt::AnchorPoint' is specified in typesystem, but not declared
type 'QMetaProperty' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
enum 'QRegExp::CaretMode' is specified in typesystem, but not
declared
enum 'Qt::KeyboardModifier' is specified in typesystem, but not
declared
type 'QParallelAnimationGroup' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'QProcess::ProcessState' is specified in typesystem, but not
declared
enum 'Qt::CursorShape' is specified in typesystem, but not declared
type 'QItemSelectionModel' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
type 'QEventTransition' is specified in typesystem, but not
defined. This could potentially lead to compilation errors.
enum 'Qt::Key' is specified in typesystem, but not declared
enum 'Qt::LayoutDirection' is specified in typesystem, but not
declared
type 'QMargins' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
enum 'Qt::MouseButton' is specified in typesystem, but not declared
enum 'QIODevice::OpenModeFlag' is specified in typesystem, but not
declared
enum 'Qt::UIEffect' is specified in typesystem, but not declared
enum 'Qt::GestureType' is specified in typesystem, but not declared
enum 'Qt::MatchFlag' is specified in typesystem, but not declared
enum 'Qt::SizeMode' is specified in typesystem, but not declared
type 'QDataStream' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
type 'QSize' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
type 'QWaitCondition' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
Global function 'qtTrId(const char*,int)' is specified in
typesystem, but not defined. This could potentially lead to compilation
errors.
enum 'Qt::Corner' is specified in typesystem, but not declared
type 'QTranslator' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
Could not find a minimal constructor for type 'const QMetaMethod &'. This
will result in a compilation error.
jom:
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2\PySide2\QtCore\CMakeFiles\QtCore.dir\build.make
[PySide2\QtCore\PySide2\QtCore\qabstractanimation_wrapper.cpp] Error 1
jom:
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2\CMakeFiles\Makefile2
[PySide2\QtCore\CMakeFiles\QtCore.dir\all] Error 2
jom:
C:\qt\pyside-setup\pyside_build\py2.7-qt5.6.1-64bit-release\pyside2\Makefile
[all] Error 2
error: Error compiling pyside2
--
You received this message because you are subscribed to the Google Groups "pyside-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyside-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "pyside-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyside-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.