[Bf-committers] Still not able to build with visual studio 2013 pro...

Gaia gaia.clary at machinimatrix.org
Sun Nov 30 01:41:11 CET 2014


Hi;

- updated to the newest the libs (from subversion)
- did git pull --rebase (to ensure i am on the newest repository)

I disabled:

WITH_CODEC_FFMPEG    (never worked for me)
WITH_IMAGE_REDCODE  (needs to be disabled when WITH_CODEC_FFMPEG is off)
WITH_CYCLES_OSL (otherwise i get tons of errors)
WITH_PYTHON_INSTALL_NUMPY (to avoid an error due to numpy not found)

Now i try a full rebuild.
And i get this error:
=================================================
15>  -- Up-to-date: 
D:/blendergit/cmake-build/bin/Debug/2.72/python/lib/site-packages/requests/__init__.py
15>  CMake Error at source/creator/cmake_install.cmake:221 (FILE):
15>    file INSTALL cannot find
15> "D:/blendergit/cmake-build/source/creator/2.72/python/lib".
15>  Call Stack (most recent call first):
15>    cmake_install.cmake:35 (INCLUDE)
==================================================

I have looked into the folders and i found:

     D:/blendergit/cmake-build/source/creator/

But this folder does not contain a 2.72 subdirectory.

I have looked into the file cmake_install.cmake and i found
on lines 220-222:

IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL 
"Unspecified")
   FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/2.72/python" TYPE 
DIRECTORY FILES 
"D:/blendergit/cmake-build/source/creator/2.72/python/lib" REGEX 
"/\\'site\\-packages\\/[^/]*\\'$" EXCLUDE)
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" 
STREQUAL "Unspecified")


Now what next please ?

thanks
-gaia-


More information about the Bf-committers mailing list