<div dir="ltr">Hi,<div><br></div><div>I am trying to build blender as a python module. The make works and binaries are created but when I use make install, I get an error. I am not sure if this mailing list is appropriate for this. If not, please guide me to the appropriate forum which may help me resolve the issue. </div><div><br></div><div>The error message is: </div><div><br></div><div><i>CMake Error at source/creator/cmake_install.cmake:480 (FILE): <br> file INSTALL cannot find                                                                                                                          "blender/build3/bin/blender.1".<br>Call Stack (most recent call first):                                                                                                             cmake_install.cmake:40 (INCLUDE)                                                                                                     <br>make: *** [install] Error 1       -- </i><br></div><div><br></div><div>The configuration I am using is:</div><div>1. OS: Ubuntu 14.04</div><div>2. Build using CMAKE</div><div>3. I downloaded the git repo with commit number: fa7e4c853e07cfc6bd898c85cd0aa3119f97aa8</div>







<div><br></div><div>The CMake options I used were:</div><div><br></div><i>cmake \<br>  -D CMAKE_CXX_FLAGS="-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions" \<br>  -D WITH_CYCLES_OSL=OFF \<br>  -D WITH_LLVM=OFF \<br>  -D WITH_CODEC_FFMPEG=ON \<br>  -D FFMPEG_LIBRARIES='avformat;avcodec;avutil;avdevice;swscale;rt;theoradec;theoraenc;theora;vorbis;vorbisfile;vorbisenc;ogg;x264;openjpeg' \<br>  -D WITH_PYTHON_INSTALL=OFF \<br>  -D WITH_PLAYER=OFF \<br>  -D WITH_PYTHON_MODULE=ON ..<br></i><div><br></div><div>Any help would be greatly appreciated. </div><div><br></div><div>Thanks,</div><div>Pulkit </div><div><br></div><div>'Knowledge takes you from A to B, Imagination takes you everywhere'
</div></div>