-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build on Windows #18
Comments
Having OpenCV 2.2. installed and in PATH is irrelevant. We use OpenCV 1.1 pre for this project and the source is already included and built when you build. Someone else has also reported the same problem you are running into, but unfortunately I don't have a Windows machine to debug this. The other person eventually gave up and used Linux to build. If that isn't an option for you, then I would appreciate your help investigating. Here are the instructions I gave to the other person: Everything built except for the opencv module which requires linking to all of the other libraries. The only thing I can guess is that one of two things is happening:
Let me know if you make any progress as I would like to warn others. |
I struggled with this for way to long now and finally it worked. Setting the search path with -L to an absolute path instead of TARGET_OUT helped.
|
Hello |
Xirus, I'm stuck on Android 1.6 platform because the project I am working on requires it for now. You might want to look at the official OpenCV project by Willow Garage if you are able to use newer versions of Android. |
Thanks - I will have a look. -----Original Message----- Xirus, I'm stuck on Android 1.6 platform because the project I am working on requires it for now. You might want to look at the official OpenCV project by Willow Garage if you are able to use newer versions of Android. Reply to this email directly or view it on GitHub: |
You haven't described the problem you are seeing? You are trying to open the OpenCVSample and ... what? |
I'm trying to build this on Windows using cygwin with ndk r5 and sdk 2.1/2.2. I have OpenCV 2.2 installed and in PATH as well. I get the following error.
The text was updated successfully, but these errors were encountered: