Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.10
-
None
-
None
Description
When building proton-C using a python 3.4 virtualenv make install fails:
$ source ~/LocalPython/Python3/bin/activate $ cmake -DCMAKE_INSTALL_PREFIX=$PWD/install ../src $ cmake --build . --target install
... CMake Error at proton-c/bindings/python/cmake_install.cmake:106 (file): file INSTALL cannot find "/home/andrew/Work/proton/bld-python3/proton-c/bindings/python/cproton.pyc". Call Stack (most recent call first): proton-c/bindings/cmake_install.cmake:37 (include) proton-c/cmake_install.cmake:139 (include) cmake_install.cmake:50 (include)