errors.txt

Steve Nicholson, 2012-04-26 11:46 pm

Download (12.5 kB)

 
1
Scanning dependencies of target opencv_core
2
[ 24%] Generating precomp.hpp
3
[ 24%] [ 24%] Generating test_precomp.hpp.gch/opencv_test_stitching_Release.gch
4
Generating precomp.hpp.gch/opencv_videostab_Release.gch
5
[ 24%] [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o
6
Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o
7
error: unable to read PCH file: 'Is a directory'
8
make[2]: *** [modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o] Error 1
9
make[2]: *** Waiting for unfinished jobs....
10
error: unable to read PCH file: 'Is a directory'
11
make[2]: *** [modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o] Error 1
12
make[1]: *** [modules/core/CMakeFiles/opencv_core.dir/all] Error 2
13
make[1]: *** Waiting for unfinished jobs....
14
In file included from /Users/steve/Development/opencv2/opencv/build/modules/stitching/precomp.hpp:60:
15
In file included from /Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/stitcher.hpp:48:
16
In file included from /Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/warpers.hpp:46:
17
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:134:13: warning: 
18
      'cv::detail::PlaneWarper::warpPoint' hides overloaded virtual function [-Woverloaded-virtual]
19
    Point2f warpPoint(const Point2f &pt, const Mat &K, const Mat &R, const Mat &T);
20
            ^
21
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:95:13: note: 
22
      hidden overloaded virtual function
23
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::warpPoint' declared here
24
    Point2f warpPoint(const Point2f &pt, const Mat &K, const Mat &R);
25
            ^
26
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:136:10: warning: 
27
      'cv::detail::PlaneWarper::buildMaps' hides overloaded virtual function [-Woverloaded-virtual]
28
    Rect buildMaps(Size src_size, const Mat &K, const Mat &R, const Mat &T, Mat &xmap, Mat &ymap);
29
         ^
30
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:97:10: note: 
31
      hidden overloaded virtual function
32
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::buildMaps' declared here
33
    Rect buildMaps(Size src_size, const Mat &K, const Mat &R, Mat &xmap, Mat &ymap);
34
         ^
35
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:138:11: warning: 
36
      'cv::detail::PlaneWarper::warp' hides overloaded virtual function [-Woverloaded-virtual]
37
    Point warp(const Mat &src, const Mat &K, const Mat &R, const Mat &T, int interp_mode, ...
38
          ^
39
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:99:11: note: 
40
      hidden overloaded virtual function
41
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::warp' declared here
42
    Point warp(const Mat &src, const Mat &K, const Mat &R, int interp_mode, int border_mode,
43
          ^
44
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:141:10: warning: 
45
      'cv::detail::PlaneWarper::warpRoi' hides overloaded virtual function [-Woverloaded-virtual]
46
    Rect warpRoi(Size src_size, const Mat &K, const Mat &R, const Mat &T);
47
         ^
48
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:105:10: note: 
49
      hidden overloaded virtual function
50
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::warpRoi' declared here
51
    Rect warpRoi(Size src_size, const Mat &K, const Mat &R);
52
         ^
53
In file included from /Users/steve/Development/opencv2/opencv/build/modules/stitching/precomp.hpp:60:
54
In file included from /Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/stitcher.hpp:52:
55
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp:88:18: warning: 
56
      'cv::detail::VoronoiSeamFinder::find' hides overloaded virtual function [-Woverloaded-virtual]
57
    virtual void find(const std::vector<Size> &size, const std::vector<Point> &corners,
58
                 ^
59
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp:71:18: note: 
60
      hidden overloaded virtual function 'cv::detail::PairwiseSeamFinder::find' declared here
61
    virtual void find(const std::vector<Mat> &src, const std::vector<Point> &corners,
62
                 ^
63
[ 25%] Built target pch_Generate_opencv_gpu
64
[ 25%] Built target pch_Generate_opencv_videostab
65
5 warnings generated.
66
[ 25%] Built target pch_Generate_opencv_stitching
67
In file included from /Users/steve/Development/opencv2/opencv/build/modules/stitching/perf_precomp.hpp:6:
68
In file included from /Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/stitcher.hpp:48:
69
In file included from /Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/warpers.hpp:46:
70
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:134:13: warning: 
71
      'cv::detail::PlaneWarper::warpPoint' hides overloaded virtual function [-Woverloaded-virtual]
72
    Point2f warpPoint(const Point2f &pt, const Mat &K, const Mat &R, const Mat &T);
73
            ^
74
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:95:13: note: 
75
      hidden overloaded virtual function
76
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::warpPoint' declared here
77
    Point2f warpPoint(const Point2f &pt, const Mat &K, const Mat &R);
78
            ^
79
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:136:10: warning: 
80
      'cv::detail::PlaneWarper::buildMaps' hides overloaded virtual function [-Woverloaded-virtual]
81
    Rect buildMaps(Size src_size, const Mat &K, const Mat &R, const Mat &T, Mat &xmap, Mat &ymap);
82
         ^
83
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:97:10: note: 
84
      hidden overloaded virtual function
85
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::buildMaps' declared here
86
    Rect buildMaps(Size src_size, const Mat &K, const Mat &R, Mat &xmap, Mat &ymap);
87
         ^
88
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:138:11: warning: 
89
      'cv::detail::PlaneWarper::warp' hides overloaded virtual function [-Woverloaded-virtual]
90
    Point warp(const Mat &src, const Mat &K, const Mat &R, const Mat &T, int interp_mode, ...
91
          ^
92
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:99:11: note: 
93
      hidden overloaded virtual function
94
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::warp' declared here
95
    Point warp(const Mat &src, const Mat &K, const Mat &R, int interp_mode, int border_mode,
96
          ^
97
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:141:10: warning: 
98
      'cv::detail::PlaneWarper::warpRoi' hides overloaded virtual function [-Woverloaded-virtual]
99
    Rect warpRoi(Size src_size, const Mat &K, const Mat &R, const Mat &T);
100
         ^
101
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:105:10: note: 
102
      hidden overloaded virtual function
103
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::warpRoi' declared here
104
    Rect warpRoi(Size src_size, const Mat &K, const Mat &R);
105
         ^
106
In file included from /Users/steve/Development/opencv2/opencv/build/modules/stitching/perf_precomp.hpp:6:
107
In file included from /Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/stitcher.hpp:52:
108
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp:88:18: warning: 
109
      'cv::detail::VoronoiSeamFinder::find' hides overloaded virtual function [-Woverloaded-virtual]
110
    virtual void find(const std::vector<Size> &size, const std::vector<Point> &corners,
111
                 ^
112
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp:71:18: note: 
113
      hidden overloaded virtual function 'cv::detail::PairwiseSeamFinder::find' declared here
114
    virtual void find(const std::vector<Mat> &src, const std::vector<Point> &corners,
115
                 ^
116
In file included from /Users/steve/Development/opencv2/opencv/build/modules/stitching/test_precomp.hpp:8:
117
In file included from /Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/stitcher.hpp:48:
118
In file included from /Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/warpers.hpp:46:
119
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:134:13: warning: 
120
      'cv::detail::PlaneWarper::warpPoint' hides overloaded virtual function [-Woverloaded-virtual]
121
    Point2f warpPoint(const Point2f &pt, const Mat &K, const Mat &R, const Mat &T);
122
            ^
123
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:95:13: note: 
124
      hidden overloaded virtual function
125
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::warpPoint' declared here
126
    Point2f warpPoint(const Point2f &pt, const Mat &K, const Mat &R);
127
            ^
128
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:136:10: warning: 
129
      'cv::detail::PlaneWarper::buildMaps' hides overloaded virtual function [-Woverloaded-virtual]
130
    Rect buildMaps(Size src_size, const Mat &K, const Mat &R, const Mat &T, Mat &xmap, Mat &ymap);
131
         ^
132
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:97:10: note: 
133
      hidden overloaded virtual function
134
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::buildMaps' declared here
135
    Rect buildMaps(Size src_size, const Mat &K, const Mat &R, Mat &xmap, Mat &ymap);
136
         ^
137
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:138:11: warning: 
138
      'cv::detail::PlaneWarper::warp' hides overloaded virtual function [-Woverloaded-virtual]
139
    Point warp(const Mat &src, const Mat &K, const Mat &R, const Mat &T, int interp_mode, ...
140
          ^
141
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:99:11: note: 
142
      hidden overloaded virtual function
143
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::warp' declared here
144
    Point warp(const Mat &src, const Mat &K, const Mat &R, int interp_mode, int border_mode,
145
          ^
146
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:141:10: warning: 
147
      'cv::detail::PlaneWarper::warpRoi' hides overloaded virtual function [-Woverloaded-virtual]
148
    Rect warpRoi(Size src_size, const Mat &K, const Mat &R, const Mat &T);
149
         ^
150
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:105:10: note: 
151
      hidden overloaded virtual function
152
      'cv::detail::RotationWarperBase<cv::detail::PlaneProjector>::warpRoi' declared here
153
    Rect warpRoi(Size src_size, const Mat &K, const Mat &R);
154
         ^
155
In file included from /Users/steve/Development/opencv2/opencv/build/modules/stitching/test_precomp.hpp:8:
156
In file included from /Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/stitcher.hpp:52:
157
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp:88:18: warning: 
158
      'cv::detail::VoronoiSeamFinder::find' hides overloaded virtual function [-Woverloaded-virtual]
159
    virtual void find(const std::vector<Size> &size, const std::vector<Point> &corners,
160
                 ^
161
/Users/steve/Development/opencv2/opencv/modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp:71:18: note: 
162
      hidden overloaded virtual function 'cv::detail::PairwiseSeamFinder::find' declared here
163
    virtual void find(const std::vector<Mat> &src, const std::vector<Point> &corners,
164
                 ^
165
[ 25%] Built target pch_Generate_opencv_perf_gpu
166
5 warnings generated.
167
[ 26%] Built target pch_Generate_opencv_perf_stitching
168
5 warnings generated.
169
[ 26%] Built target pch_Generate_opencv_test_stitching
170
make: *** [all] Error 2