Ask Your Question

ecthelion07's profile - activity

2013-06-02 02:40:14 -0600 received badge  Student (source)
2013-02-07 13:59:54 -0600 commented answer Trying to get Opencv 2.4.3 framework in my xcode 4.5 for an iOS 6 app

Thank you so much! It worked!

2013-02-07 13:39:30 -0600 commented answer problem with installation opencv

It worked for me! It seems they fixe it in the 2.4.3.1. I just changed the branch with the command git checkout 2.4.3.1, and then I have built the framework.

I hope it works for you too! Thank you very much chancancode!

2013-02-05 10:59:03 -0600 asked a question Trying to get Opencv 2.4.3 framework in my xcode 4.5 for an iOS 6 app

Hello,

I'm trying to get the opencv framework so that I can start a new project with it. I just would like to have the opencv 2.4.3 framework in my xcode 4.5.

When I follow the instructions indicated here I get the follow error when trying the last step:

python opencv/ios/build_framework.py ios

* BUILD FAILED *

The following build commands failed:

CompileC /Users/parramon/Developer/iOS/ios/build/iPhoneSimulator-i386/modules/softcascade/OpenCV.build/Release-iphonesimulator/opencv_softcascade.build/Objects-normal/i386/integral_channel_builder.o modules/softcascade/src/integral_channel_builder.cpp normal i386 c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC /Users/parramon/Developer/iOS/ios/build/iPhoneSimulator-i386/modules/softcascade/OpenCV.build/Release-iphonesimulator/opencv_softcascade.build/Objects-normal/i386/precomp.o modules/softcascade/src/precomp.cpp normal i386 c++ com.apple.compilers.llvm.clang.1_0.compiler

(2 failures) Traceback (most recent call last): File "opencv/ios/build_framework.py", line 128, in <module> build_framework(os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), "..")), os.path.abspath(sys.argv[1])) File "opencv/ios/build_framework.py", line 120, in build_framework put_framework_together(srcroot, dstroot) File "opencv/ios/build_framework.py", line 88, in put_framework_together shutil.copytree(tdir0 + "/install/include/opencv2", dstdir + "/Headers") File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 168, in copytree names = os.listdir(src) OSError: [Errno 2] No such file or directory: '../build/iPhoneOS-armv7/install/include/opencv2'

Has anyone walked through this? I'd apreciate it a lot.

Thanks in advance

2013-02-05 10:40:10 -0600 answered a question problem with installation opencv

I have the very same problem. Any update on this? I need it so bad.