Build iOS framework (Bug #3653)
Description
There are some issues preventing framework compilation for iOS with last xcode, cfr :
http://answers.opencv.org/question/30940/opencv-builds-on-lab-computer-but-not-laptop/
Associated revisions
Merge pull request #3653 from StevenPuttemans:add_annotationtool
History
Updated by Alexander Smorkalov almost 11 years ago
- Target version changed from 2.4.9 to 2.4.10
Updated by Dmitry Retinskiy almost 11 years ago
Hi Alexander,
could you check this problem?
Thanks.
- Difficulty deleted (
Easy) - Estimated time deleted (
1.00) - Status changed from New to Open
- Assignee changed from Alessandro Trebbi to Alexander Shishkov
Updated by Maksim Shabunin over 10 years ago
I've built iOS framework on 2.4 branch (and added precommit_ios builder).
Version information:
-- -- General configuration for OpenCV 2.4.10 ===================================== -- Version control: 2.4.10-2-g3c6c3b6 -- -- Platform: -- Host: Darwin 13.2.0 i386 -- Target: iOS -- CMake: 2.8.12.2 -- CMake generator: Xcode -- CMake build tool: /Applications/CMake 2.8-12.app/Contents/bin/cmakexbuild -- Xcode: 5.1.1
No additional changes are needed, but there are a lot of clang warnings and some libtool warnings (possibly serious):
<long-path>/libtool: warning same member name (utils.o) in output file used for input files: <long-path>/iPhoneSimulator-x86_64/modules/imgproc/OpenCV.build/Release-iphonesimulator/opencv_imgproc.build/Objects-normal/x86_64/utils.o and: <long-path>/iPhoneSimulator-x86_64/modules/highgui/OpenCV.build/Release-iphonesimulator/opencv_highgui.build/Objects-normal/x86_64/utils.o (due to use of basename, truncation, blank padding or duplicate input files)
Updated by Vadim Pisarevsky over 10 years ago
the problem can not be reproduced
- Status changed from Open to Cancelled