compiling branch 2.4 in linux tries to use ant.bat (Bug #1786)
Description
I'm trying to compile 2.4 branch in ubuntu linux 10.04 using the android cmake script and it tries to run ant.bat (windows).
$ sh ./scripts/cmake_android.sh $ cd build $ make -j8 (...) make[2]: execvp: [HOME]/apache-ant-1.8.3/bin/ant.bat: Permission denied make[2]: *** [bin/classes.jar] Error 127 make[1]: *** [modules/java/CMakeFiles/opencv_java_android_library.dir/all] Error 2
Associated revisions
Merge pull request #1786 from SpecLad:cap-images-file-pattern
History
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.0
- Description changed from I'm trying to compile 2.4 branch in ubuntu linux 10.04 using the android ... to I'm trying to compile 2.4 branch in ubuntu linux 10.04 using the android ... More
- Category set to build/install
- Assignee set to Andrey Kamaev
Updated by Andrey Kamaev almost 13 years ago
Thanks for report! Fixed in r7950
- Status changed from Open to Done