Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. C:\dev\build>cmake ..\krita -G "MinGW Makefiles" -DBoost_DEBUG=OFF -DBOOST_INCLUDEDIR=c:\dev\i\include -DBOOST_DEBUG=ON -DBOOST_ROOT=c:\dev\i -DBOOST_LIBRARYDIR=c:\dev\i\lib -DCMAKE_INSTALL_PREFIX=c:\dev\i -DCMAKE_PREFIX_PATH=c:\dev\i -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=OFF -DKDE4_BUILD_TESTS=OFF -DHAVE_MEMORY_LEAK_TRACKER=OFF -Wno-dev -DDEFINE_NO_DEPRECATED=1
  2. -- Using CMake version: 3.8.2
  3. -- Krita version: 4.0.0-pre-alpha
  4. -- Release build: TRUE
  5. -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is exact version "3.6")
  6. -- Set Python executable: C:/dev/i/python.exe
  7. -- Could NOT find PythonInterp: Found unsuitable version "1.4", but required is exact version "3.6" (found C:/dev/i/python.exe)
  8. CMake Error at CMakeLists.txt:224 (message):
  9. Python library found but python.exe not found!
  10.  
  11.  
  12. -- Configuring incomplete, errors occurred!
  13. See also "C:/dev/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement