Hello
Je me misère à installer blender cycles 2.59 sur debian wheezy.
Il y a une explication mais qui concerne ubuntu
http://wiki.blender.org/index.php/Dev:2 … s/BuildingOn peux retrouver blender cycles 2.59
iciMais pour le compiler c'est une sacré galère.
Je passe des heures et des heures à essayer d'y arriver.
Je suis bloqué quand je veux builder OpenImageIO
Voici ce que me donne cette ligne de commande cmake -> cmake ../../src/ -DBUILDSTATIC=1 -DBOOST_CUSTOM=1 -DBoost_INCLUDE_DIRS=`pwd`/../../../boost/include/ -DBoost_LIBRARY_DIRS=`pwd`/../../../boost/lib -DBoost_LIBRARIES="boost_date_time;boost_filesystem;boost_thread;boost_regex;boost_system" -DCMAKE_INSTALL_PREFIX=`pwd`/../../dist/linux
/cycles_4535/oiio/build/linux$ cmake ../../src/ -DBUILDSTATIC=1 -DBOOST_CUSTOM=1 -DBoost_INCLUDE_DIRS=`pwd`/../../../boost/include/ -DBoost_LIBRARY_DIRS=`pwd`/../../../boost/lib -DBoost_LIBRARIES="boost_date_time;boost_filesystem;boost_thread;boost_regex;boost_system" -DCMAKE_INSTALL_PREFIX=`pwd`/../../dist/linux
-- Project source dir = /home/damien/application/blender/cycles_4535/oiio/src
-- Project build dir = /home/damien/application/blender/cycles_4535/oiio/build/linux
-- Building with thread support
-- Setting Namespace to: OpenImageIO
-- CMAKE_SYSTEM_NAME = Linux
-- CMAKE_SYSTEM_VERSION = 3.0.0-1-amd64
-- CMAKE_SYSTEM_PROCESSOR = x86_64
-- Unix! Linux
-- platform = linux64
-- THIRD_PARTY_TOOLS_HOME = unknown
-- SPECIAL_COMPILE_FLAGS =
-- ILMBASE_VERSION = 1.0.1
-- ILMBASE_HOME = unknown
-- OPENEXR_VERSION = 1.6.1
-- OPENEXR_HOME = unknown
-- BOOST_ROOT
-- Boost found true
-- Boost version
-- Boost include dirs /home/damien/application/blender/cycles_4535/oiio/build/linux/../../../boost/include/
-- Boost library dirs /home/damien/application/blender/cycles_4535/oiio/build/linux/../../../boost/lib
-- Boost libraries boost_date_time;boost_filesystem;boost_thread;boost_regex;boost_system
-- Boost_python_FOUND
-- Boost python support not found -- will not build python components!
-- OPENGL_FOUND=TRUE USE_OPENGL=ON
Warning: QT_QMAKE_EXECUTABLE reported QT_INSTALL_LIBS as /usr/lib
Warning: But QtCore couldn't be found. Qt must NOT be installed correctly, or it wasn't found for cross compiling.
-- Could NOT find Qt4 (missing: QT_MOC_EXECUTABLE QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR QT_QTCORE_LIBRARY) (found version "4.7.3")
-- QT4_FOUND=FALSE
-- QT_INCLUDES=/usr/share/qt4/mkspecs/default
-- QT_LIBRARIES=
-- GLEW includes = /usr/include/GL
-- GLEW library = /usr/lib/libGLEW.so
-- Looking for system HDF5
CMake Warning (dev) at /usr/share/cmake-2.8/Modules/FindHDF5.cmake:61 (include):
File /usr/share/cmake-2.8/Modules/FindHDF5.cmake includes
/home/damien/application/blender/cycles_4535/oiio/src/cmake/modules/SelectLibraryConfigurations.cmake
(found via CMAKE_MODULE_PATH) which shadows
/usr/share/cmake-2.8/Modules/SelectLibraryConfigurations.cmake. This may
cause errors later on .
Policy CMP0017 is not set: Prefer files from the CMake module directory
when including from there. Run "cmake --help-policy CMP0017" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Call Stack (most recent call first):
cmake/externalpackages.cmake:198 (find_package)
CMakeLists.txt:64 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
-- HDF5_FOUND=FALSE
-- HDF5_INCLUDE_DIRS=HDF5_CXX_INCLUDE_DIR-NOTFOUND
-- HDF5_C_LIBRARIES=
-- HDF5_CXX_LIBRARIES=
-- HDF5_LIBRARIES=debug;HDF5_hdf5_cpp_LIBRARY_DEBUG-NOTFOUND;debug;HDF5_hdf5_LIBRARY_DEBUG-NOTFOUND;optimized;HDF5_hdf5_cpp_LIBRARY_RELEASE-NOTFOUND;optimized;HDF5_hdf5_LIBRARY_RELEASE-NOTFOUND
-- HDF5_LIBRARY_DIRS=
-- Field3d will not be used
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-2.8/Modules/FindTIFF.cmake:31 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
libOpenImageIO/CMakeLists.txt:126 (find_package)
-- Configuring incomplete, errors occurred!
Donc il y a erreur mais comment faire pour corriger cette erreur de cmake
Please help
damien