0
pinkimage은 수학적 형태학과 관련된 여러 모듈을 사용하는 이미지 처리 용 라이브러리입니다. 나는 그것을 우분투 13.04 (32 비트) 아래에 만들려고 노력하고있다. 내가 SVN 우분투에서 python을 지원하는 pinkimage 라이브러리를 만들 수 없습니다. 13.04 (32)
- 나는 cmake-GUI로 만들 파일을 생성하려고합니다. 옵션 PYTHON_FRONT_END을 선택하면, 프로세스는 메시지와 함께 실패 :
Boost version: 1.49.0 Found the following Boost libraries: python thread system date_time Looking for C++ include boost/shared_ptr.hpp Looking for C++ include boost/shared_ptr.hpp - found Looking for C++ include boost/shared_array.hpp Looking for C++ include boost/shared_array.hpp - found Looking for C++ include boost/python/list.hpp Looking for C++ include boost/python/list.hpp - not found CMake Error at CMakeLists.txt:437 (message): error boost/python/list.hpp does not compile. You need at least version 1.37 or newer. Check if its correctly installed. There is a known issue. If PYTHON_LIBRARY='/usr/lib/i386-linux-gnu/libpython2.7.so' does not point to the correct location of python's libraries, please specify them manually or delete the file in question. (seen on OpenSuSE 11.2)
모든 부스트 관련 라이브러리가 설치됩니다. PYTHON_FRONT_END 옵션을 선택하지 않으면 구성 단계에서 메이크 파일 생성에 성공합니다. 메시지 지시를 따르는 방법을 모르겠습니다. "... 수동으로 지정하십시오 ...". 명령 부스트의 위치를
$ export PYTHON_LIBRARY=/usr/share/lintian/overrides
때문에 파이썬과 향상에 관한 몇 가지 물건을 발견했지만 :
export PYTHON_LIBRARY=/some/path
내가 예를 들어 시도 : 나는 내가 좋아하는 뭔가를해야한다고 가정 cmake 문제가 해결되지 않습니다.