Advertisement
br0t

build shiboken on windows - configuration log

Feb 12th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.72 KB | None | 0 0
  1. c:\build_pyside\shiboken-1.2.2\build>setlocal
  2.  
  3. c:\build_pyside\shiboken-1.2.2\build>echo ---------------------------------
  4. ---------------------------------
  5.  
  6. c:\build_pyside\shiboken-1.2.2\build>echo Starting cmake build of shiboken
  7. Starting cmake build of shiboken
  8.  
  9. c:\build_pyside\shiboken-1.2.2\build>echo ---------------------------------
  10. ---------------------------------
  11.  
  12. c:\build_pyside\shiboken-1.2.2\build>set QMAKE="C:\Qt\4.8.5\bin\qmake.exe"
  13.  
  14. c:\build_pyside\shiboken-1.2.2\build>set PYTHON_DIR="C:\python\python273_max2015_pyside"
  15.  
  16. c:\build_pyside\shiboken-1.2.2\build>set PYTHON_EXE="C:\python\python273_max2015_pyside"\python.exe
  17.  
  18. c:\build_pyside\shiboken-1.2.2\build>set PYTHON_INC="C:\python\python273_max2015_pyside"\include
  19.  
  20. c:\build_pyside\shiboken-1.2.2\build>set PYTHON_LIB="C:\python\python273_max2015_pyside"\libs\python27.lib
  21.  
  22. c:\build_pyside\shiboken-1.2.2\build>cmake -G "NMake Makefiles" -DQT_QMAKE_EXECUTABLE="C:\Qt\4.8.5\bin\qmake.exe" -DBUILD_TESTS=False -DPYTHON_EXECUTABLE="C:\python\python273_max2015_pyside"\python.exe -DPYTHON_INCLUDE_DIR="C:\python\python273_max2015_pyside"\include -DPYTHON_LIBRARY="C:\python\python273_max2015_pyside"\libs\python27.lib -DCMAKE_BUILD_TYPE=Release ..
  23. -- The C compiler identification is MSVC 17.0.50727.1
  24. -- The CXX compiler identification is MSVC 17.0.50727.1
  25. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/amd64/cl.exe
  26. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/amd64/cl.exe -- works
  27. -- Detecting C compiler ABI info
  28. -- Detecting C compiler ABI info - done
  29. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/amd64/cl.exe
  30. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/amd64/cl.exe -- works
  31. -- Detecting CXX compiler ABI info
  32. -- Detecting CXX compiler ABI info - done
  33. -- Looking for Q_WS_X11
  34. -- Looking for Q_WS_X11 - not found
  35. -- Looking for Q_WS_WIN
  36. -- Looking for Q_WS_WIN - found
  37. -- Looking for Q_WS_QWS
  38. -- Looking for Q_WS_QWS - not found
  39. -- Looking for Q_WS_MAC
  40. -- Looking for Q_WS_MAC - not found
  41. -- Found Qt4: C:/Qt/4.8.5/bin/qmake.exe (found suitable version "4.8.5", minimum required is "4.5.0")
  42. -- Found PythonLibs: C:/python/python273_max2015_pyside/libs/python27.lib (found suitable version "2.7.3", minimum required is "2.6")
  43. -- Could NOT find LibXml2 (missing:  LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR) (Required is at least version "2.6.32")
  44. -- Could NOT find LibXslt (missing:  LIBXSLT_LIBRARIES LIBXSLT_INCLUDE_DIR) (Required is at least version "1.1.19")
  45. -- Configuring done
  46. -- Generating done
  47. -- Build files have been written to: C:/build_pyside/shiboken-1.2.2/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement