Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

about build opencv ios .framework error OSError: [Errno 2] No such file or directory: '../build/iPhoneOS-arm64/install/include/opencv2'

Hello , I want to rebuilt ios opencv ios framework, take steps like this: 1.download source code from opencv officer website 2. did " python /opencv/platforms/ios/build_framework.py ios_build " ....then start check.... "-- The CXX compiler identification is Clang 5.1.0 -- The C compiler identification is Clang 5.1.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - failed -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed -- Performing Test HAVE_CXX_FSIGNED_CHAR -- Performing Test HAVE_CXX_FSIGNED_CHAR - Failed -- Performing Test HAVE_C_FSIGNED_CHAR -- Performing Test HAVE_C_FSIGNED_CHAR - Failed -- Performing Test HAVE_CXX_W -- Performing Test HAVE_CXX_W - Failed -- Performing Test HAVE_C_W -- Performing Test HAVE_C_W - Failed -- Performing Test HAVE_CXX_WALL -- Performing Test HAVE_CXX_WALL - Failed -- Performing Test HAVE_C_WALL -- Performing Test HAVE_C_WALL - Failed" .....

and build start .. . at last , there are few errors like this: "[Errno 2] No such file or directory: '../build/iPhoneOS-arm64/install/include/opencv2'...." what the problem is? How to solve it? Thinks~

click to hide/show revision 2
add version descr...

about build opencv ios .framework error OSError: [Errno 2] No such file or directory: '../build/iPhoneOS-arm64/install/include/opencv2'

Hello , I want to rebuilt ios opencv ios framework, take steps like this: 1.download source code from opencv officer website website. ( the last 2.4.9 was build failed, but 2.4.6 was OK,Why???) 2. did " python /opencv/platforms/ios/build_framework.py ios_build " ....then start check.... "-- The CXX compiler identification is Clang 5.1.0 -- The C compiler identification is Clang 5.1.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - failed -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed -- Performing Test HAVE_CXX_FSIGNED_CHAR -- Performing Test HAVE_CXX_FSIGNED_CHAR - Failed -- Performing Test HAVE_C_FSIGNED_CHAR -- Performing Test HAVE_C_FSIGNED_CHAR - Failed -- Performing Test HAVE_CXX_W -- Performing Test HAVE_CXX_W - Failed -- Performing Test HAVE_C_W -- Performing Test HAVE_C_W - Failed -- Performing Test HAVE_CXX_WALL -- Performing Test HAVE_CXX_WALL - Failed -- Performing Test HAVE_C_WALL -- Performing Test HAVE_C_WALL - Failed" .....

and build start .. . at last , there are few errors like this: "[Errno 2] No such file or directory: '../build/iPhoneOS-arm64/install/include/opencv2'...." what the problem is? How to solve it? Thinks~