Advertisement
Guest User

Untitled

a guest
Sep 24th, 2013
1,006
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ld: warning: ignoring file /Users/***/Git/ocr/opencv2.framework/opencv2, missing required architecture arm64 in file /Users/***/Git/ocr/opencv2.framework/opencv2 (3 slices)
  2. Undefined symbols for architecture arm64:
  3.   "cv::findContours(cv::_OutputArray const&, cv::_OutputArray const&, cv::_OutputArray const&, int, int, cv::Point_<int>)", referenced from:
  4.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  5.   "cv::isContourConvex(cv::_InputArray const&)", referenced from:
  6.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  7.   "cv::contourArea(cv::_InputArray const&, bool)", referenced from:
  8.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  9.   "cv::boundingRect(cv::_InputArray const&)", referenced from:
  10.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  11.   "cv::grabCut(cv::_InputArray const&, cv::_OutputArray const&, cv::Rect_<int>, cv::_OutputArray const&, cv::_OutputArray const&, int, int)", referenced from:
  12.       CVExtractor::runGrabCut(cv::Mat) in CVExtractor.o
  13.   "cv::_InputArray::_InputArray(double const&)", referenced from:
  14.       CVExtractor::runGrabCut(cv::Mat) in CVExtractor.o
  15.   "cv::compare(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, int)", referenced from:
  16.       CVExtractor::runGrabCut(cv::Mat) in CVExtractor.o
  17.   "cv::Mat::operator=(cv::Scalar_<double> const&)", referenced from:
  18.       CVExtractor::runGrabCut(cv::Mat) in CVExtractor.o
  19.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  20.   "cv::rectangle(cv::Mat&, cv::Rect_<int>, cv::Scalar_<double> const&, int, int, int)", referenced from:
  21.       CVExtractor::runGrabCut(cv::Mat) in CVExtractor.o
  22.   "cv::cvtColor(cv::_InputArray const&, cv::_OutputArray const&, int, int)", referenced from:
  23.       CVExtractor::generateMask(cv::Mat, int, bool, bool) in CVExtractor.o
  24.       CVExtractor::runGrabCut(cv::Mat) in CVExtractor.o
  25.   "cv::threshold(cv::_InputArray const&, cv::_OutputArray const&, double, double, int)", referenced from:
  26.       CVExtractor::generateMask(cv::Mat, int, bool, bool) in CVExtractor.o
  27.   "cv::Canny(cv::_InputArray const&, cv::_OutputArray const&, double, double, int, bool)", referenced from:
  28.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  29.   "cv::erode(cv::_InputArray const&, cv::_OutputArray const&, cv::_InputArray const&, cv::Point_<int>, int, int, cv::Scalar_<double> const&)", referenced from:
  30.       CVExtractor::generateMask(cv::Mat, int, bool, bool) in CVExtractor.o
  31.   "cv::resize(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_<int>, double, double, int)", referenced from:
  32.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  33.       CVExtractor::scaleRect(cv::Mat, int) in CVExtractor.o
  34.   "cv::_OutputArray::_OutputArray(cv::Mat const&)", referenced from:
  35.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  36.   "vtable for cv::_OutputArray", referenced from:
  37.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  38.       CVExtractor::extractMRZ(cv::Mat) in CVExtractor.o
  39.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  40.       CVExtractor::getCorners(cv::Mat, cv::Mat*, int) in CVExtractor.o
  41.   NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  42.   "cv::circle(cv::Mat&, cv::Point_<int>, int, cv::Scalar_<double> const&, int, int, int)", referenced from:
  43.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  44.   "cv::drawContours(cv::_OutputArray const&, cv::_InputArray const&, int, cv::Scalar_<double> const&, int, int, cv::_InputArray const&, int, cv::Point_<int>)", referenced from:
  45.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  46.   "cv::Mat::copyTo(cv::_OutputArray const&, cv::_InputArray const&) const", referenced from:
  47.       CVExtractor::runGrabCut(cv::Mat) in CVExtractor.o
  48.   "cv::inRange(cv::_InputArray const&, cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&)", referenced from:
  49.       CVExtractor::generateMask(cv::Mat, int, bool, bool) in CVExtractor.o
  50.   "vtable for cv::_InputArray", referenced from:
  51.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  52.       CVExtractor::generateMask(cv::Mat, int, bool, bool) in CVExtractor.o
  53.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  54.   NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  55.   "cv::Mat::zeros(int, int, int)", referenced from:
  56.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  57.   "cv::getPerspectiveTransform(cv::_InputArray const&, cv::_InputArray const&)", referenced from:
  58.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  59.   "cv::warpPerspective(cv::_InputArray const&, cv::_OutputArray const&, cv::_InputArray const&, cv::Size_<int>, int, int, cv::Scalar_<double> const&)", referenced from:
  60.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  61.   "cv::Mat::copyTo(cv::_OutputArray const&) const", referenced from:
  62.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  63.       CVExtractor::extractMRZ(cv::Mat) in CVExtractor.o
  64.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  65.   "cv::line(cv::Mat&, cv::Point_<int>, cv::Point_<int>, cv::Scalar_<double> const&, int, int, int)", referenced from:
  66.       CVExtractor::extractMRZ(cv::Mat) in CVExtractor.o
  67.       CVExtractor::getCorners(cv::Mat, cv::Mat*, int) in CVExtractor.o
  68.   "cv::Mat::deallocate()", referenced from:
  69.       -[ViewController readImage:] in ViewController.o
  70.       -[ViewController cvMatFromUIImage:] in ViewController.o
  71.       CVExtractor::~CVExtractor() in ViewController.o
  72.       std::_Rb_tree<std::string, std::pair<std::string const, cv::Mat>, std::_Select1st<std::pair<std::string const, cv::Mat> >, std::less<std::string>, std::allocator<std::pair<std::string const, cv::Mat> > >::_M_erase(std::_Rb_tree_node<std::pair<std::string const, cv::Mat> >*) in ViewController.o
  73.       CVExtractor::CVExtractor(CVExtractor const&) in ViewController.o
  74.       CVExtractor::run(bool) in CVExtractor.o
  75.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  76.       ...
  77.   "cv::_OutputArray::_OutputArray(cv::Mat&)", referenced from:
  78.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  79.       CVExtractor::scaleRect(cv::Mat, int) in CVExtractor.o
  80.       CVExtractor::extractMRZ(cv::Mat) in CVExtractor.o
  81.       CVExtractor::generateMask(cv::Mat, int, bool, bool) in CVExtractor.o
  82.       CVExtractor::runGrabCut(cv::Mat) in CVExtractor.o
  83.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  84.   "cv::Mat::create(int, int const*, int)", referenced from:
  85.       -[ViewController cvMatFromUIImage:] in ViewController.o
  86.       CVExtractor::runGrabCut(cv::Mat) in CVExtractor.o
  87.       -[Reader cvMatFromUIImage:] in Reader.o
  88.   "cv::HoughLinesP(cv::_InputArray const&, cv::_OutputArray const&, double, double, int, double, double)", referenced from:
  89.       CVExtractor::extractMRZ(cv::Mat) in CVExtractor.o
  90.       CVExtractor::getCorners(cv::Mat, cv::Mat*, int) in CVExtractor.o
  91.   "cv::blur(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_<int>, cv::Point_<int>, int)", referenced from:
  92.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  93.       CVExtractor::extractMRZ(cv::Mat) in CVExtractor.o
  94.       CVExtractor::generateMask(cv::Mat, int, bool, bool) in CVExtractor.o
  95.   "cv::_InputArray::_InputArray(cv::Mat const&)", referenced from:
  96.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  97.       CVExtractor::scaleRect(cv::Mat, int) in CVExtractor.o
  98.       CVExtractor::extractMRZ(cv::Mat) in CVExtractor.o
  99.       CVExtractor::generateMask(cv::Mat, int, bool, bool) in CVExtractor.o
  100.       CVExtractor::runGrabCut(cv::Mat) in CVExtractor.o
  101.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  102.       CVExtractor::getCorners(cv::Mat, cv::Mat*, int) in CVExtractor.o
  103.       ...
  104.   "cv::Mat::Mat(cv::Mat const&, cv::Rect_<int> const&)", referenced from:
  105.       CVExtractor::run(bool) in CVExtractor.o
  106.       CVExtractor::extractMRZ(cv::Mat) in CVExtractor.o
  107.   "cv::Mat::copySize(cv::Mat const&)", referenced from:
  108.       -[ViewController readImage:] in ViewController.o
  109.       CVExtractor::CVExtractor(CVExtractor const&) in ViewController.o
  110.       std::_Rb_tree<std::string, std::pair<std::string const, cv::Mat>, std::_Select1st<std::pair<std::string const, cv::Mat> >, std::less<std::string>, std::allocator<std::pair<std::string const, cv::Mat> > >::_M_create_node(std::pair<std::string const, cv::Mat> const&) in ViewController.o
  111.       CVExtractor::run(bool) in CVExtractor.o
  112.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  113.       CVExtractor::extractMRZ(cv::Mat) in CVExtractor.o
  114.       CVExtractor::generateMask(cv::Mat, int, bool, bool) in CVExtractor.o
  115.       ...
  116.   "cv::arcLength(cv::_InputArray const&, bool)", referenced from:
  117.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  118.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  119.   "cv::approxPolyDP(cv::_InputArray const&, cv::_OutputArray const&, double, bool)", referenced from:
  120.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  121.       CVExtractor::redrawContourOfCentralRect(cv::Mat, cv::Mat*, bool*) in CVExtractor.o
  122.   "cv::fastFree(void*)", referenced from:
  123.       -[ViewController readImage:] in ViewController.o
  124.       -[ViewController cvMatFromUIImage:] in ViewController.o
  125.       CVExtractor::~CVExtractor() in ViewController.o
  126.       std::_Rb_tree<std::string, std::pair<std::string const, cv::Mat>, std::_Select1st<std::pair<std::string const, cv::Mat> >, std::less<std::string>, std::allocator<std::pair<std::string const, cv::Mat> > >::_M_erase(std::_Rb_tree_node<std::pair<std::string const, cv::Mat> >*) in ViewController.o
  127.       CVExtractor::CVExtractor(CVExtractor const&) in ViewController.o
  128.       CVExtractor::run(bool) in CVExtractor.o
  129.       CVExtractor::getCentralRectOfImage(cv::Mat, cv::Mat*, int*) in CVExtractor.o
  130.       ...
  131. ld: symbol(s) not found for architecture arm64
  132. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement