0
我想安裝ridgerun sdk在Leopardboard DM365上構建和運行應用程序。我是新來的,我已按照ridgerun sdk入門指南遵循步驟 - https://www.ridgerun.com/developer/wiki/index.php/DM365_Leopard_SDK_2011Q2_Getting_Started_Guide安裝ridgerun sdk - 豹板DM
我已經按照指南安裝了sdk。然後按照指南配置sdk來構建它 - 「make configure」。在配置中,我選擇了對opencv-2.1.0的支持。後來,當我「作」的SDK,我得到以下錯誤:
Checking dependencies for OpenCV-2.1.0
Compiling and installing OpenCV-2.1.0...
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named numpy.distutils
CMake Warning: The variable, 'BUILD_DOXYGEN_DOCS', specified manually, was not used during the generation.
CMake Warning: The variable, 'BUILD_PYTHON_SUPPORT', specified manually, was not used during the generation.
CMake Warning: The variable, 'CMAKE_TOOLCHAIN_FILE', specified manually, was not used during the generation.
make[3]: *** [cmake_built] Error 2
Error building OpenCV-2.1.0
make[2]: *** [dependency_build] Error 1
make[1]: *** [apps_build] Error 1
make: *** [fs_build] Error 2
我停留了在這一點上。我搜查了很多,但找不到任何東西。請指導我做些什麼。 謝謝, Maz