iOS FM Build Fail: libopencv_world.a (No such file or directory) (Bug #2265)


Added by Diego Stamigni over 12 years ago. Updated over 12 years ago.


Status:Done Start date:2012-08-13
Priority:Normal Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:ios
Target version:-
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

I've got and error compiling the sources->ios framework at commit 4dbc7600e787fee2d02ccaf8b5698396c7ff14ad

clang: warning: argument unused during compilation: '-headerpad_max_install_names'
In file included from /Users/osiris/Sviluppo/experiment/opencv/modules/video/src/camshift.cpp:41:
In file included from /Users/osiris/Sviluppo/experiment/opencv/modules/video/src/precomp.hpp:51:
/Users/osiris/Sviluppo/experiment/opencv/modules/video/include/opencv2/video/background_segm.hpp:254:14: error: use of undeclared identifier 'uint'
    cv::Mat_<uint> colors_;
             ^
/Users/osiris/Sviluppo/experiment/opencv/modules/video/include/opencv2/video/background_segm.hpp:254:20: error: C++ requires a type specifier for all declarations
    cv::Mat_<uint> colors_;
                   ^~~~~~~
2 errors generated.

** BUILD FAILED **

lipo: can't open input file: ../build/iPhoneOS/lib/Release/libopencv_world.a (No such file or directory)

Associated revisions

Revision 92c8b94b
Added by Andrey Pavlenko about 11 years ago

Merge pull request #2265 from vpisarev:ocl_facedetect_amd3

History

Updated by Andrey Kamaev over 12 years ago

  • Assignee set to Vadim Pisarevsky

Updated by Vadim Pisarevsky over 12 years ago

Mat_<uint> is not used anymore. The bug should have been fixed

  • Status changed from Open to Done

Also available in: Atom PDF