OpenCV 2.4 beta cannot build for iOS (Bug #1757)
Description
I tried to build the OpenCV 2.4 beta(OpenCV-2.4.0-beta.tar.bz2) for iOS.
And, I used the following scripts.
- configure-simulator_xcode.sh
- configure-device_xcode.sh
But, I cannot build OpenCV for iOS.
I think that OpenCV 2.4 beta has two problems.
1)Mistake of build script
These scripts specify "opencv" directory.
There is this directory in svn source.
But, there is no this directory in release package(OpenCV-2.4.0-beta.tar.bz2).
2)Mistake of CMakefile
The CMake can not generate xcodeproj.
This problem is same problem as "Bug #1730".
http://code.opencv.org/issues/1730
Related issues
duplicates Bug #1730: Configure on OSX for iOS does not work anymore from rev 7683 | Done | 2012-03-29 |
Associated revisions
Merge pull request #1757 from asmorkalov:android_manager_version_inc2
History
Updated by Andrey Kamaev almost 13 years ago
- Category set to build/install
Updated by Andrey Kamaev almost 13 years ago
Closing as duplicate.
- Status changed from Open to Cancelled
- Target version set to 2.4.1