Guest User

Untitled

a guest
Sep 11th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.80 KB | None | 0 0
  1. PROTOC src/caffe/proto/caffe.proto
  2. CXX .build_release/src/caffe/proto/caffe.pb.cc
  3. CXX src/caffe/parallel.cpp
  4. CXX src/caffe/solver.cpp
  5. CXX src/caffe/layer.cpp
  6. CXX src/caffe/util/signal_handler.cpp
  7. CXX src/caffe/util/db_lmdb.cpp
  8. CXX src/caffe/util/blocking_queue.cpp
  9. CXX src/caffe/util/io.cpp
  10. CXX src/caffe/util/math_functions.cpp
  11. CXX src/caffe/util/hdf5.cpp
  12. CXX src/caffe/util/im2col.cpp
  13. CXX src/caffe/util/upgrade_proto.cpp
  14. CXX src/caffe/util/db.cpp
  15. CXX src/caffe/util/db_leveldb.cpp
  16. CXX src/caffe/util/insert_splits.cpp
  17. CXX src/caffe/util/cudnn.cpp
  18. CXX src/caffe/util/benchmark.cpp
  19. CXX src/caffe/layer_factory.cpp
  20. CXX src/caffe/net.cpp
  21. CXX src/caffe/data_reader.cpp
  22. CXX src/caffe/common.cpp
  23. CXX src/caffe/syncedmem.cpp
  24. CXX src/caffe/internal_thread.cpp
  25. CXX src/caffe/layers/softmax_layer.cpp
  26. CXX src/caffe/layers/dropout_layer.cpp
  27. CXX src/caffe/layers/cudnn_softmax_layer.cpp
  28. CXX src/caffe/layers/bnll_layer.cpp
  29. CXX src/caffe/layers/lrn_layer.cpp
  30. CXX src/caffe/layers/deconv_layer.cpp
  31. CXX src/caffe/layers/infogain_loss_layer.cpp
  32. CXX src/caffe/layers/split_layer.cpp
  33. CXX src/caffe/layers/euclidean_loss_layer.cpp
  34. CXX src/caffe/layers/tile_layer.cpp
  35. CXX src/caffe/layers/window_data_layer.cpp
  36. CXX src/caffe/layers/base_conv_layer.cpp
  37. CXX src/caffe/layers/im2col_layer.cpp
  38. CXX src/caffe/layers/data_layer.cpp
  39. CXX src/caffe/layers/threshold_layer.cpp
  40. CXX src/caffe/layers/filter_layer.cpp
  41. CXX src/caffe/layers/reshape_layer.cpp
  42. CXX src/caffe/layers/reduction_layer.cpp
  43. CXX src/caffe/layers/sigmoid_layer.cpp
  44. CXX src/caffe/layers/hdf5_data_layer.cpp
  45. CXX src/caffe/layers/log_layer.cpp
  46. CXX src/caffe/layers/cudnn_sigmoid_layer.cpp
  47. CXX src/caffe/layers/mvn_layer.cpp
  48. CXX src/caffe/layers/argmax_layer.cpp
  49. CXX src/caffe/layers/pooling_layer.cpp
  50. CXX src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp
  51. CXX src/caffe/layers/conv_layer.cpp
  52. CXX src/caffe/layers/multinomial_logistic_loss_layer.cpp
  53. CXX src/caffe/layers/cudnn_tanh_layer.cpp
  54. CXX src/caffe/layers/cudnn_relu_layer.cpp
  55. CXX src/caffe/layers/neuron_layer.cpp
  56. CXX src/caffe/layers/absval_layer.cpp
  57. CXX src/caffe/layers/loss_layer.cpp
  58. CXX src/caffe/layers/base_data_layer.cpp
  59. CXX src/caffe/layers/softmax_loss_layer.cpp
  60. CXX src/caffe/layers/prelu_layer.cpp
  61. CXX src/caffe/layers/image_data_layer.cpp
  62. CXX src/caffe/layers/power_layer.cpp
  63. CXX src/caffe/layers/slice_layer.cpp
  64. CXX src/caffe/layers/tanh_layer.cpp
  65. CXX src/caffe/layers/hinge_loss_layer.cpp
  66. CXX src/caffe/layers/cudnn_pooling_layer.cpp
  67. CXX src/caffe/layers/flatten_layer.cpp
  68. CXX src/caffe/layers/embed_layer.cpp
  69. CXX src/caffe/layers/accuracy_layer.cpp
  70. CXX src/caffe/layers/exp_layer.cpp
  71. CXX src/caffe/layers/memory_data_layer.cpp
  72. CXX src/caffe/layers/cudnn_conv_layer.cpp
  73. CXX src/caffe/layers/spp_layer.cpp
  74. CXX src/caffe/layers/eltwise_layer.cpp
  75. CXX src/caffe/layers/hdf5_output_layer.cpp
  76. CXX src/caffe/layers/contrastive_loss_layer.cpp
  77. CXX src/caffe/layers/inner_product_layer.cpp
  78. CXX src/caffe/layers/silence_layer.cpp
  79. CXX src/caffe/layers/dummy_data_layer.cpp
  80. CXX src/caffe/layers/concat_layer.cpp
  81. CXX src/caffe/layers/relu_layer.cpp
  82. CXX src/caffe/blob.cpp
  83. CXX src/caffe/data_transformer.cpp
  84. AR -o .build_release/lib/libcaffe.a
  85. LD -o .build_release/lib/libcaffe.so
  86. CXX tools/upgrade_net_proto_binary.cpp
  87. CXX/LD -o .build_release/tools/upgrade_net_proto_binary.bin
  88. CXX tools/caffe.cpp
  89. CXX/LD -o .build_release/tools/caffe.bin
  90. CXX tools/convert_imageset.cpp
  91. CXX/LD -o .build_release/tools/convert_imageset.bin
  92. CXX tools/compute_image_mean.cpp
  93. CXX/LD -o .build_release/tools/compute_image_mean.bin
  94. CXX tools/finetune_net.cpp
  95. CXX/LD -o .build_release/tools/finetune_net.bin
  96. CXX tools/extract_features.cpp
  97. CXX/LD -o .build_release/tools/extract_features.bin
  98. CXX tools/upgrade_net_proto_text.cpp
  99. CXX/LD -o .build_release/tools/upgrade_net_proto_text.bin
  100. CXX tools/device_query.cpp
  101. CXX/LD -o .build_release/tools/device_query.bin
  102. CXX tools/net_speed_benchmark.cpp
  103. CXX/LD -o .build_release/tools/net_speed_benchmark.bin
  104. CXX tools/test_net.cpp
  105. CXX/LD -o .build_release/tools/test_net.bin
  106. CXX tools/train_net.cpp
  107. CXX/LD -o .build_release/tools/train_net.bin
  108. CXX examples/siamese/convert_mnist_siamese_data.cpp
  109. CXX/LD -o .build_release/examples/siamese/convert_mnist_siamese_data.bin
  110. CXX examples/mnist/convert_mnist_data.cpp
  111. CXX/LD -o .build_release/examples/mnist/convert_mnist_data.bin
  112. CXX examples/cpp_classification/classification.cpp
  113. In file included from /usr/local/OpenBLAS-0.2.14/cblas.h:5:0,
  114. from ./include/caffe/util/mkl_alternate.hpp:11,
  115. from ./include/caffe/util/math_functions.hpp:11,
  116. from ./include/caffe/syncedmem.hpp:7,
  117. from ./include/caffe/blob.hpp:10,
  118. from ./include/caffe/caffe.hpp:7,
  119. from examples/cpp_classification/classification.cpp:1:
  120. /usr/local/OpenBLAS-0.2.14/common.h:274:15: error: expected identifier before ‘float’
  121. #define FLOAT float
  122. ^
  123. /usr/local/OpenBLAS-0.2.14/common.h:274:15: error: expected ‘}’ before ‘float’
  124. In file included from examples/cpp_classification/classification.cpp:2:0:
  125. /usr/local/include/opencv2/core/core.hpp:4128:14: error: expected unqualified-id before ‘=’ token
  126. FLOAT=REAL, //!< synonym or REAL
  127. ^
  128. /usr/local/include/opencv2/core/core.hpp:4141:22: error: expected unqualified-id before ‘)’ token
  129. CV_WRAP FileNode();
  130. ^
  131. /usr/local/include/opencv2/core/core.hpp:4143:14: error: expected unqualified-id before ‘const’
  132. FileNode(const CvFileStorage* fs, const CvFileNode* node);
  133. ^
  134. /usr/local/include/opencv2/core/core.hpp:4143:14: error: expected ‘)’ before ‘const’
  135. /usr/local/include/opencv2/core/core.hpp:4145:14: error: expected unqualified-id before ‘const’
  136. FileNode(const FileNode& node);
  137. ^
  138. /usr/local/include/opencv2/core/core.hpp:4145:14: error: expected ‘)’ before ‘const’
  139. /usr/local/include/opencv2/core/core.hpp:4147:49: error: non-member function ‘cv::FileNode cv::operator[](const string&)’ cannot have cv-qualifier
  140. FileNode operator[](const string& nodename) const;
  141. ^
  142. /usr/local/include/opencv2/core/core.hpp:4147:49: error: ‘cv::FileNode cv::operator[](const string&)’ must be a nonstatic member function
  143. /usr/local/include/opencv2/core/core.hpp:4149:55: error: non-member function ‘cv::FileNode cv::operator[](const char*)’ cannot have cv-qualifier
  144. CV_WRAP FileNode operator[](const char* nodename) const;
  145. ^
  146. /usr/local/include/opencv2/core/core.hpp:4149:55: error: ‘cv::FileNode cv::operator[](const char*)’ must be a nonstatic member function
  147. /usr/local/include/opencv2/core/core.hpp:4151:40: error: non-member function ‘cv::FileNode cv::operator[](int)’ cannot have cv-qualifier
  148. CV_WRAP FileNode operator[](int i) const;
  149. ^
  150. /usr/local/include/opencv2/core/core.hpp:4151:40: error: ‘cv::FileNode cv::operator[](int)’ must be a nonstatic member function
  151. /usr/local/include/opencv2/core/core.hpp:4153:24: error: non-member function ‘int cv::type()’ cannot have cv-qualifier
  152. CV_WRAP int type() const;
  153. ^
  154. /usr/local/include/opencv2/core/core.hpp:4156:26: error: non-member function ‘bool cv::empty()’ cannot have cv-qualifier
  155. CV_WRAP bool empty() const;
  156. ^
  157. /usr/local/include/opencv2/core/core.hpp:4158:27: error: non-member function ‘bool cv::isNone()’ cannot have cv-qualifier
  158. CV_WRAP bool isNone() const;
  159. ^
  160. /usr/local/include/opencv2/core/core.hpp:4160:26: error: non-member function ‘bool cv::isSeq()’ cannot have cv-qualifier
  161. CV_WRAP bool isSeq() const;
  162. ^
  163. /usr/local/include/opencv2/core/core.hpp:4162:26: error: non-member function ‘bool cv::isMap()’ cannot have cv-qualifier
  164. CV_WRAP bool isMap() const;
  165. ^
  166. /usr/local/include/opencv2/core/core.hpp:4164:26: error: non-member function ‘bool cv::isInt()’ cannot have cv-qualifier
  167. CV_WRAP bool isInt() const;
  168. ^
  169. /usr/local/include/opencv2/core/core.hpp:4166:27: error: non-member function ‘bool cv::isReal()’ cannot have cv-qualifier
  170. CV_WRAP bool isReal() const;
  171. ^
  172. /usr/local/include/opencv2/core/core.hpp:4168:29: error: non-member function ‘bool cv::isString()’ cannot have cv-qualifier
  173. CV_WRAP bool isString() const;
  174. ^
  175. /usr/local/include/opencv2/core/core.hpp:4170:28: error: non-member function ‘bool cv::isNamed()’ cannot have cv-qualifier
  176. CV_WRAP bool isNamed() const;
  177. ^
  178. /usr/local/include/opencv2/core/core.hpp:4172:27: error: non-member function ‘std::string cv::name()’ cannot have cv-qualifier
  179. CV_WRAP string name() const;
  180. ^
  181. /usr/local/include/opencv2/core/core.hpp:4174:27: error: non-member function ‘size_t cv::size()’ cannot have cv-qualifier
  182. CV_WRAP size_t size() const;
  183. ^
  184. /usr/local/include/opencv2/core/core.hpp:4176:25: error: expected constructor, destructor, or type conversion before ‘;’ token
  185. operator int() const;
  186. ^
  187. /usr/local/include/opencv2/core/core.hpp:4178:27: error: expected constructor, destructor, or type conversion before ‘;’ token
  188. operator float() const;
  189. ^
  190. /usr/local/include/opencv2/core/core.hpp:4180:28: error: expected constructor, destructor, or type conversion before ‘;’ token
  191. operator double() const;
  192. ^
  193. /usr/local/include/opencv2/core/core.hpp:4182:28: error: expected constructor, destructor, or type conversion before ‘;’ token
  194. operator string() const;
  195. ^
  196. /usr/local/include/opencv2/core/core.hpp:4185:28: error: ‘CvFileNode* cv::operator*()’ must have an argument of class or enumerated type
  197. CvFileNode* operator *();
  198. ^
  199. /usr/local/include/opencv2/core/core.hpp:4187:36: error: non-member function ‘const CvFileNode* cv::operator*()’ cannot have cv-qualifier
  200. const CvFileNode* operator* () const;
  201. ^
  202. /usr/local/include/opencv2/core/core.hpp:4187:36: error: ‘const CvFileNode* cv::operator*()’ must have an argument of class or enumerated type
  203. /usr/local/include/opencv2/core/core.hpp:4190:30: error: non-member function ‘cv::FileNodeIterator cv::begin()’ cannot have cv-qualifier
  204. FileNodeIterator begin() const;
  205. ^
  206. /usr/local/include/opencv2/core/core.hpp:4192:28: error: non-member function ‘cv::FileNodeIterator cv::end()’ cannot have cv-qualifier
  207. FileNodeIterator end() const;
  208. ^
  209. /usr/local/include/opencv2/core/core.hpp:4195:63: error: non-member function ‘void cv::readRaw(const string&, uchar*, size_t)’ cannot have cv-qualifier
  210. void readRaw( const string& fmt, uchar* vec, size_t len ) const;
  211. ^
  212. /usr/local/include/opencv2/core/core.hpp:4197:21: error: non-member function ‘void* cv::readObj()’ cannot have cv-qualifier
  213. void* readObj() const;
  214. ^
  215. /usr/local/include/opencv2/core/core.hpp:4220:5: error: ‘FileNode’ does not name a type
  216. FileNode operator *() const;
  217. ^
  218. /usr/local/include/opencv2/core/core.hpp:4222:5: error: ‘FileNode’ does not name a type
  219. FileNode operator ->() const;
  220. ^
  221. /usr/local/include/opencv2/core/core.hpp:4238:38: error: ‘string’ does not name a type
  222. FileNodeIterator& readRaw( const string& fmt, uchar* vec,
  223. ^
  224. /usr/local/include/opencv2/core/core.hpp:4251:9: error: ‘Ptr’ does not name a type
  225. typedef Ptr<CvMemStorage> MemStorage;
  226. ^
  227. /usr/local/include/opencv2/core/core.hpp:4274:19: error: expected ‘)’ before ‘&’ token
  228. Seq(MemStorage& storage, int headerSize = sizeof(CvSeq));
  229. ^
  230. /usr/local/include/opencv2/core/core.hpp:4310:23: error: ‘Range’ does not name a type
  231. void remove(const Range& r);
  232. ^
  233. /usr/local/include/opencv2/core/core.hpp:4335:17: error: ‘vector’ has not been declared
  234. void copyTo(vector<_Tp>& vec, const Range& range=Range::all()) const;
  235. ^
  236. /usr/local/include/opencv2/core/core.hpp:4335:23: error: expected ‘,’ or ‘...’ before ‘<’ token
  237. void copyTo(vector<_Tp>& vec, const Range& range=Range::all()) const;
  238. ^
  239. /usr/local/include/opencv2/core/core.hpp:4337:14: error: expected type-specifier before ‘vector’
  240. operator vector<_Tp>() const;
  241. ^
  242. /usr/local/include/opencv2/core/core.hpp:4395:5: error: ‘string’ does not name a type
  243. string name() const;
  244. ^
  245. /usr/local/include/opencv2/core/core.hpp:4397:75: error: ‘string’ does not name a type
  246. template<typename _Tp> typename ParamType<_Tp>::member_type get(const string& name) const;
  247. ^
  248. /usr/local/include/opencv2/core/core.hpp:4400:30: error: ‘string’ does not name a type
  249. CV_WRAP int getInt(const string& name) const;
  250. ^
  251. /usr/local/include/opencv2/core/core.hpp:4401:36: error: ‘string’ does not name a type
  252. CV_WRAP double getDouble(const string& name) const;
  253. ^
  254. /usr/local/include/opencv2/core/core.hpp:4402:32: error: ‘string’ does not name a type
  255. CV_WRAP bool getBool(const string& name) const;
  256. ^
  257. /usr/local/include/opencv2/core/core.hpp:4403:13: error: ‘string’ does not name a type
  258. CV_WRAP string getString(const string& name) const;
  259. ^
  260. /usr/local/include/opencv2/core/core.hpp:4404:13: error: ‘Mat’ does not name a type
  261. CV_WRAP Mat getMat(const string& name) const;
  262. ^
  263. /usr/local/include/opencv2/core/core.hpp:4405:13: error: ‘vector’ does not name a type
  264. CV_WRAP vector<Mat> getMatVector(const string& name) const;
  265. ^
  266. /usr/local/include/opencv2/core/core.hpp:4406:13: error: ‘Ptr’ does not name a type
  267. CV_WRAP Ptr<Algorithm> getAlgorithm(const string& name) const;
  268. ^
  269. /usr/local/include/opencv2/core/core.hpp:4408:20: error: ‘string’ does not name a type
  270. void set(const string& name, int value);
  271. ^
  272. /usr/local/include/opencv2/core/core.hpp:4409:20: error: ‘string’ does not name a type
  273. void set(const string& name, double value);
  274. ^
  275. /usr/local/include/opencv2/core/core.hpp:4410:20: error: ‘string’ does not name a type
  276. void set(const string& name, bool value);
  277. ^
  278. /usr/local/include/opencv2/core/core.hpp:4411:20: error: ‘string’ does not name a type
  279. void set(const string& name, const string& value);
  280. ^
  281. /usr/local/include/opencv2/core/core.hpp:4411:40: error: ‘string’ does not name a type
  282. void set(const string& name, const string& value);
  283. ^
  284. /usr/local/include/opencv2/core/core.hpp:4412:20: error: ‘string’ does not name a type
  285. void set(const string& name, const Mat& value);
  286. ^
  287. /usr/local/include/opencv2/core/core.hpp:4412:40: error: ‘Mat’ does not name a type
  288. void set(const string& name, const Mat& value);
  289. ^
  290. /usr/local/include/opencv2/core/core.hpp:4412:10: error: ‘void Algorithm::set(const int&, const int&)’ cannot be overloaded
  291. void set(const string& name, const Mat& value);
  292. ^
  293. /usr/local/include/opencv2/core/core.hpp:4411:10: error: with ‘void Algorithm::set(const int&, const int&)’
  294. void set(const string& name, const string& value);
  295. ^
  296. /usr/local/include/opencv2/core/core.hpp:4413:20: error: ‘string’ does not name a type
  297. void set(const string& name, const vector<Mat>& value);
  298. ^
  299. /usr/local/include/opencv2/core/core.hpp:4413:40: error: ‘vector’ does not name a type
  300. void set(const string& name, const vector<Mat>& value);
  301. ^
  302. /usr/local/include/opencv2/core/core.hpp:4413:46: error: expected ‘,’ or ‘...’ before ‘<’ token
  303. void set(const string& name, const vector<Mat>& value);
  304. ^
  305. /usr/local/include/opencv2/core/core.hpp:4413:10: error: ‘void Algorithm::set(const int&, int)’ cannot be overloaded
  306. void set(const string& name, const vector<Mat>& value);
  307. ^
  308. /usr/local/include/opencv2/core/core.hpp:4408:10: error: with ‘void Algorithm::set(const int&, int)’
  309. void set(const string& name, int value);
  310. ^
  311. /usr/local/include/opencv2/core/core.hpp:4414:20: error: ‘string’ does not name a type
  312. void set(const string& name, const Ptr<Algorithm>& value);
  313. ^
  314. /usr/local/include/opencv2/core/core.hpp:4414:40: error: ‘Ptr’ does not name a type
  315. void set(const string& name, const Ptr<Algorithm>& value);
  316. ^
  317. /usr/local/include/opencv2/core/core.hpp:4414:43: error: expected ‘,’ or ‘...’ before ‘<’ token
  318. void set(const string& name, const Ptr<Algorithm>& value);
  319. ^
  320. /usr/local/include/opencv2/core/core.hpp:4414:10: error: ‘void Algorithm::set(const int&, int)’ cannot be overloaded
  321. void set(const string& name, const Ptr<Algorithm>& value);
  322. ^
  323. /usr/local/include/opencv2/core/core.hpp:4408:10: error: with ‘void Algorithm::set(const int&, int)’
  324. void set(const string& name, int value);
  325. ^
  326. /usr/local/include/opencv2/core/core.hpp:4415:43: error: ‘string’ does not name a type
  327. template<typename _Tp> void set(const string& name, const Ptr<_Tp>& value);
  328. ^
  329. /usr/local/include/opencv2/core/core.hpp:4415:63: error: ‘Ptr’ does not name a type
  330. template<typename _Tp> void set(const string& name, const Ptr<_Tp>& value);
  331. ^
  332. /usr/local/include/opencv2/core/core.hpp:4415:66: error: expected ‘,’ or ‘...’ before ‘<’ token
  333. template<typename _Tp> void set(const string& name, const Ptr<_Tp>& value);
  334. ^
  335. /usr/local/include/opencv2/core/core.hpp:4417:31: error: ‘string’ does not name a type
  336. CV_WRAP void setInt(const string& name, int value);
  337. ^
  338. /usr/local/include/opencv2/core/core.hpp:4418:34: error: ‘string’ does not name a type
  339. CV_WRAP void setDouble(const string& name, double value);
  340. ^
  341. /usr/local/include/opencv2/core/core.hpp:4419:32: error: ‘string’ does not name a type
  342. CV_WRAP void setBool(const string& name, bool value);
  343. ^
  344. /usr/local/include/opencv2/core/core.hpp:4420:34: error: ‘string’ does not name a type
  345. CV_WRAP void setString(const string& name, const string& value);
  346. ^
  347. /usr/local/include/opencv2/core/core.hpp:4420:54: error: ‘string’ does not name a type
  348. CV_WRAP void setString(const string& name, const string& value);
  349. ^
  350. /usr/local/include/opencv2/core/core.hpp:4421:31: error: ‘string’ does not name a type
  351. CV_WRAP void setMat(const string& name, const Mat& value);
  352. ^
  353. /usr/local/include/opencv2/core/core.hpp:4421:51: error: ‘Mat’ does not name a type
  354. CV_WRAP void setMat(const string& name, const Mat& value);
  355. ^
  356. /usr/local/include/opencv2/core/core.hpp:4422:37: error: ‘string’ does not name a type
  357. CV_WRAP void setMatVector(const string& name, const vector<Mat>& value);
  358. ^
  359. /usr/local/include/opencv2/core/core.hpp:4422:57: error: ‘vector’ does not name a type
  360. CV_WRAP void setMatVector(const string& name, const vector<Mat>& value);
  361. ^
  362. /usr/local/include/opencv2/core/core.hpp:4422:63: error: expected ‘,’ or ‘...’ before ‘<’ token
  363. CV_WRAP void setMatVector(const string& name, const vector<Mat>& value);
  364. ^
  365. /usr/local/include/opencv2/core/core.hpp:4423:37: error: ‘string’ does not name a type
  366. CV_WRAP void setAlgorithm(const string& name, const Ptr<Algorithm>& value);
  367. ^
  368. /usr/local/include/opencv2/core/core.hpp:4423:57: error: ‘Ptr’ does not name a type
  369. CV_WRAP void setAlgorithm(const string& name, const Ptr<Algorithm>& value);
  370. ^
  371. /usr/local/include/opencv2/core/core.hpp:4423:60: error: expected ‘,’ or ‘...’ before ‘<’ token
  372. CV_WRAP void setAlgorithm(const string& name, const Ptr<Algorithm>& value);
  373. ^
  374. /usr/local/include/opencv2/core/core.hpp:4424:52: error: ‘string’ does not name a type
  375. template<typename _Tp> void setAlgorithm(const string& name, const Ptr<_Tp>& value);
  376. ^
  377. /usr/local/include/opencv2/core/core.hpp:4424:72: error: ‘Ptr’ does not name a type
  378. template<typename _Tp> void setAlgorithm(const string& name, const Ptr<_Tp>& value);
  379. ^
  380. /usr/local/include/opencv2/core/core.hpp:4424:75: error: expected ‘,’ or ‘...’ before ‘<’ token
  381. template<typename _Tp> void setAlgorithm(const string& name, const Ptr<_Tp>& value);
  382. ^
  383. /usr/local/include/opencv2/core/core.hpp:4429:38: error: ‘string’ does not name a type
  384. void set(const char* name, const string& value);
  385. ^
  386. /usr/local/include/opencv2/core/core.hpp:4430:38: error: ‘Mat’ does not name a type
  387. void set(const char* name, const Mat& value);
  388. ^
  389. /usr/local/include/opencv2/core/core.hpp:4430:10: error: ‘void Algorithm::set(const char*, const int&)’ cannot be overloaded
  390. void set(const char* name, const Mat& value);
  391. ^
  392. /usr/local/include/opencv2/core/core.hpp:4429:10: error: with ‘void Algorithm::set(const char*, const int&)’
  393. void set(const char* name, const string& value);
  394. ^
  395. /usr/local/include/opencv2/core/core.hpp:4431:38: error: ‘vector’ does not name a type
  396. void set(const char* name, const vector<Mat>& value);
  397. ^
  398. /usr/local/include/opencv2/core/core.hpp:4431:44: error: expected ‘,’ or ‘...’ before ‘<’ token
  399. void set(const char* name, const vector<Mat>& value);
  400. ^
  401. /usr/local/include/opencv2/core/core.hpp:4431:10: error: ‘void Algorithm::set(const char*, int)’ cannot be overloaded
  402. void set(const char* name, const vector<Mat>& value);
  403. ^
  404. /usr/local/include/opencv2/core/core.hpp:4426:10: error: with ‘void Algorithm::set(const char*, int)’
  405. void set(const char* name, int value);
  406. ^
  407. /usr/local/include/opencv2/core/core.hpp:4432:38: error: ‘Ptr’ does not name a type
  408. void set(const char* name, const Ptr<Algorithm>& value);
  409. ^
  410. /usr/local/include/opencv2/core/core.hpp:4432:41: error: expected ‘,’ or ‘...’ before ‘<’ token
  411. void set(const char* name, const Ptr<Algorithm>& value);
  412. ^
  413. /usr/local/include/opencv2/core/core.hpp:4432:10: error: ‘void Algorithm::set(const char*, int)’ cannot be overloaded
  414. void set(const char* name, const Ptr<Algorithm>& value);
  415. ^
  416. /usr/local/include/opencv2/core/core.hpp:4426:10: error: with ‘void Algorithm::set(const char*, int)’
  417. void set(const char* name, int value);
  418. ^
  419. /usr/local/include/opencv2/core/core.hpp:4433:61: error: ‘Ptr’ does not name a type
  420. template<typename _Tp> void set(const char* name, const Ptr<_Tp>& value);
  421. ^
  422. /usr/local/include/opencv2/core/core.hpp:4433:64: error: expected ‘,’ or ‘...’ before ‘<’ token
  423. template<typename _Tp> void set(const char* name, const Ptr<_Tp>& value);
  424. ^
  425. /usr/local/include/opencv2/core/core.hpp:4438:44: error: ‘string’ does not name a type
  426. void setString(const char* name, const string& value);
  427. ^
  428. /usr/local/include/opencv2/core/core.hpp:4439:41: error: ‘Mat’ does not name a type
  429. void setMat(const char* name, const Mat& value);
  430. ^
  431. /usr/local/include/opencv2/core/core.hpp:4440:47: error: ‘vector’ does not name a type
  432. void setMatVector(const char* name, const vector<Mat>& value);
  433. ^
  434. /usr/local/include/opencv2/core/core.hpp:4440:53: error: expected ‘,’ or ‘...’ before ‘<’ token
  435. void setMatVector(const char* name, const vector<Mat>& value);
  436. ^
  437. /usr/local/include/opencv2/core/core.hpp:4441:47: error: ‘Ptr’ does not name a type
  438. void setAlgorithm(const char* name, const Ptr<Algorithm>& value);
  439. ^
  440. /usr/local/include/opencv2/core/core.hpp:4441:50: error: expected ‘,’ or ‘...’ before ‘<’ token
  441. void setAlgorithm(const char* name, const Ptr<Algorithm>& value);
  442. ^
  443. /usr/local/include/opencv2/core/core.hpp:4442:70: error: ‘Ptr’ does not name a type
  444. template<typename _Tp> void setAlgorithm(const char* name, const Ptr<_Tp>& value);
  445. ^
  446. /usr/local/include/opencv2/core/core.hpp:4442:73: error: expected ‘,’ or ‘...’ before ‘<’ token
  447. template<typename _Tp> void setAlgorithm(const char* name, const Ptr<_Tp>& value);
  448. ^
  449. /usr/local/include/opencv2/core/core.hpp:4444:13: error: ‘string’ does not name a type
  450. CV_WRAP string paramHelp(const string& name) const;
  451. ^
  452. /usr/local/include/opencv2/core/core.hpp:4446:33: error: ‘string’ does not name a type
  453. CV_WRAP int paramType(const string& name) const;
  454. ^
  455. /usr/local/include/opencv2/core/core.hpp:4447:35: error: ‘vector’ has not been declared
  456. CV_WRAP void getParams(CV_OUT vector<string>& names) const;
  457. ^
  458. /usr/local/include/opencv2/core/core.hpp:4447:41: error: expected ‘,’ or ‘...’ before ‘<’ token
  459. CV_WRAP void getParams(CV_OUT vector<string>& names) const;
  460. ^
  461. /usr/local/include/opencv2/core/core.hpp:4450:24: error: ‘FileStorage’ has not been declared
  462. virtual void write(FileStorage& fs) const;
  463. ^
  464. /usr/local/include/opencv2/core/core.hpp:4451:29: error: ‘FileNode’ does not name a type
  465. virtual void read(const FileNode& fn);
  466. ^
  467. /usr/local/include/opencv2/core/core.hpp:4457:40: error: ‘vector’ has not been declared
  468. CV_WRAP static void getList(CV_OUT vector<string>& algorithms);
  469. ^
  470. /usr/local/include/opencv2/core/core.hpp:4457:46: error: expected ‘,’ or ‘...’ before ‘<’ token
  471. CV_WRAP static void getList(CV_OUT vector<string>& algorithms);
  472. ^
  473. /usr/local/include/opencv2/core/core.hpp:4458:20: error: ‘Ptr’ does not name a type
  474. CV_WRAP static Ptr<Algorithm> _create(const string& name);
  475. ^
  476. /usr/local/include/opencv2/core/core.hpp:4459:35: error: ‘Ptr’ does not name a type
  477. template<typename _Tp> static Ptr<_Tp> create(const string& name);
  478. ^
  479. /usr/local/include/opencv2/core/core.hpp:4469:25: error: ‘string’ does not name a type
  480. AlgorithmInfo(const string& name, Algorithm::Constructor create);
  481. ^
  482. /usr/local/include/opencv2/core/core.hpp:4475:26: error: ‘string’ does not name a type
  483. const string& help=string());
  484. ^
  485. /usr/local/include/opencv2/core/core.hpp:4476:5: error: ‘string’ does not name a type
  486. string paramHelp(const char* name) const;
  487. ^
  488. /usr/local/include/opencv2/core/core.hpp:4478:20: error: ‘vector’ has not been declared
  489. void getParams(vector<string>& names) const;
  490. ^
  491. /usr/local/include/opencv2/core/core.hpp:4478:26: error: expected ‘,’ or ‘...’ before ‘<’ token
  492. void getParams(vector<string>& names) const;
  493. ^
  494. /usr/local/include/opencv2/core/core.hpp:4480:39: error: ‘FileStorage’ has not been declared
  495. void write(const Algorithm* algo, FileStorage& fs) const;
  496. ^
  497. /usr/local/include/opencv2/core/core.hpp:4481:38: error: ‘FileNode’ does not name a type
  498. void read(Algorithm* algo, const FileNode& fn) const;
  499. ^
  500. /usr/local/include/opencv2/core/core.hpp:4482:5: error: ‘string’ does not name a type
  501. string name() const;
  502. ^
  503. /usr/local/include/opencv2/core/core.hpp:4488:25: error: ‘string’ does not name a type
  504. const string& help=string());
  505. ^
  506. /usr/local/include/opencv2/core/core.hpp:4493:25: error: ‘string’ does not name a type
  507. const string& help=string());
  508. ^
  509. /usr/local/include/opencv2/core/core.hpp:4498:25: error: ‘string’ does not name a type
  510. const string& help=string());
  511. ^
  512. /usr/local/include/opencv2/core/core.hpp:4503:25: error: ‘string’ does not name a type
  513. const string& help=string());
  514. ^
  515. /usr/local/include/opencv2/core/core.hpp:4505:19: error: ‘string’ has not been declared
  516. string& value, bool readOnly=false,
  517. ^
  518. /usr/local/include/opencv2/core/core.hpp:4506:19: error: ‘string’ has not been declared
  519. string (Algorithm::*getter)()=0,
  520. ^
  521. /usr/local/include/opencv2/core/core.hpp:4507:51: error: ‘string’ does not name a type
  522. void (Algorithm::*setter)(const string&)=0,
  523. ^
  524. /usr/local/include/opencv2/core/core.hpp:4508:25: error: ‘string’ does not name a type
  525. const string& help=string());
  526. ^
  527. /usr/local/include/opencv2/core/core.hpp:4510:19: error: ‘Mat’ has not been declared
  528. Mat& value, bool readOnly=false,
  529. ^
  530. /usr/local/include/opencv2/core/core.hpp:4511:19: error: ‘Mat’ has not been declared
  531. Mat (Algorithm::*getter)()=0,
  532. ^
  533. /usr/local/include/opencv2/core/core.hpp:4512:51: error: ‘Mat’ does not name a type
  534. void (Algorithm::*setter)(const Mat&)=0,
  535. ^
  536. /usr/local/include/opencv2/core/core.hpp:4513:25: error: ‘string’ does not name a type
  537. const string& help=string());
  538. ^
  539. /usr/local/include/opencv2/core/core.hpp:4509:10: error: ‘void AlgorithmInfo::addParam(Algorithm&, const char*, int&, bool, int (Algorithm::*)(), void (Algorithm::*)(const int&), const int&)’ cannot be overloaded
  540. void addParam(Algorithm& algo, const char* name,
  541. ^
  542. /usr/local/include/opencv2/core/core.hpp:4504:10: error: with ‘void AlgorithmInfo::addParam(Algorithm&, const char*, int&, bool, int (Algorithm::*)(), void (Algorithm::*)(const int&), const int&)’
  543. void addParam(Algorithm& algo, const char* name,
  544. ^
  545. /usr/local/include/opencv2/core/core.hpp:4515:19: error: ‘vector’ has not been declared
  546. vector<Mat>& value, bool readOnly=false,
  547. ^
  548. /usr/local/include/opencv2/core/core.hpp:4515:25: error: expected ‘,’ or ‘...’ before ‘<’ token
  549. vector<Mat>& value, bool readOnly=false,
  550. ^
  551. /usr/local/include/opencv2/core/core.hpp:4520:19: error: ‘Ptr’ has not been declared
  552. Ptr<Algorithm>& value, bool readOnly=false,
  553. ^
  554. /usr/local/include/opencv2/core/core.hpp:4520:22: error: expected ‘,’ or ‘...’ before ‘<’ token
  555. Ptr<Algorithm>& value, bool readOnly=false,
  556. ^
  557. /usr/local/include/opencv2/core/core.hpp:4519:10: error: ‘void AlgorithmInfo::addParam(Algorithm&, const char*, int)’ cannot be overloaded
  558. void addParam(Algorithm& algo, const char* name,
  559. ^
  560. /usr/local/include/opencv2/core/core.hpp:4514:10: error: with ‘void AlgorithmInfo::addParam(Algorithm&, const char*, int)’
  561. void addParam(Algorithm& algo, const char* name,
  562. ^
  563. /usr/local/include/opencv2/core/core.hpp:4528:25: error: ‘string’ does not name a type
  564. const string& help=string());
  565. ^
  566. /usr/local/include/opencv2/core/core.hpp:4533:25: error: ‘string’ does not name a type
  567. const string& help=string());
  568. ^
  569. /usr/local/include/opencv2/core/core.hpp:4538:25: error: ‘string’ does not name a type
  570. const string& help=string());
  571. ^
  572. /usr/local/include/opencv2/core/core.hpp:4543:25: error: ‘string’ does not name a type
  573. const string& help=string());
  574. ^
  575. /usr/local/include/opencv2/core/core.hpp:4545:19: error: ‘Ptr’ has not been declared
  576. Ptr<_Tp>& value, bool readOnly=false,
  577. ^
  578. /usr/local/include/opencv2/core/core.hpp:4545:22: error: expected ‘,’ or ‘...’ before ‘<’ token
  579. Ptr<_Tp>& value, bool readOnly=false,
  580. ^
  581. /usr/local/include/opencv2/core/core.hpp:4550:19: error: ‘Ptr’ has not been declared
  582. Ptr<_Tp>& value, bool readOnly=false,
  583. ^
  584. /usr/local/include/opencv2/core/core.hpp:4550:22: error: expected ‘,’ or ‘...’ before ‘<’ token
  585. Ptr<_Tp>& value, bool readOnly=false,
  586. ^
  587. /usr/local/include/opencv2/core/core.hpp:4475:46: error: ‘string’ was not declared in this scope
  588. const string& help=string());
  589. ^
  590. /usr/local/include/opencv2/core/core.hpp:4475:46: note: suggested alternatives:
  591. In file included from /usr/include/c++/4.8/string:39:0,
  592. from ./include/caffe/blob.hpp:5,
  593. from ./include/caffe/caffe.hpp:7,
  594. from examples/cpp_classification/classification.cpp:1:
  595. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  596. typedef basic_string<char> string;
  597. ^
  598. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  599. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  600. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  601. In file included from examples/cpp_classification/classification.cpp:2:0:
  602. /usr/local/include/opencv2/core/core.hpp:4488:45: error: ‘string’ was not declared in this scope
  603. const string& help=string());
  604. ^
  605. /usr/local/include/opencv2/core/core.hpp:4488:45: note: suggested alternatives:
  606. In file included from /usr/include/c++/4.8/string:39:0,
  607. from ./include/caffe/blob.hpp:5,
  608. from ./include/caffe/caffe.hpp:7,
  609. from examples/cpp_classification/classification.cpp:1:
  610. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  611. typedef basic_string<char> string;
  612. ^
  613. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  614. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  615. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  616. In file included from examples/cpp_classification/classification.cpp:2:0:
  617. /usr/local/include/opencv2/core/core.hpp:4493:45: error: ‘string’ was not declared in this scope
  618. const string& help=string());
  619. ^
  620. /usr/local/include/opencv2/core/core.hpp:4493:45: note: suggested alternatives:
  621. In file included from /usr/include/c++/4.8/string:39:0,
  622. from ./include/caffe/blob.hpp:5,
  623. from ./include/caffe/caffe.hpp:7,
  624. from examples/cpp_classification/classification.cpp:1:
  625. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  626. typedef basic_string<char> string;
  627. ^
  628. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  629. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  630. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  631. In file included from examples/cpp_classification/classification.cpp:2:0:
  632. /usr/local/include/opencv2/core/core.hpp:4498:45: error: ‘string’ was not declared in this scope
  633. const string& help=string());
  634. ^
  635. /usr/local/include/opencv2/core/core.hpp:4498:45: note: suggested alternatives:
  636. In file included from /usr/include/c++/4.8/string:39:0,
  637. from ./include/caffe/blob.hpp:5,
  638. from ./include/caffe/caffe.hpp:7,
  639. from examples/cpp_classification/classification.cpp:1:
  640. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  641. typedef basic_string<char> string;
  642. ^
  643. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  644. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  645. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  646. In file included from examples/cpp_classification/classification.cpp:2:0:
  647. /usr/local/include/opencv2/core/core.hpp:4503:45: error: ‘string’ was not declared in this scope
  648. const string& help=string());
  649. ^
  650. /usr/local/include/opencv2/core/core.hpp:4503:45: note: suggested alternatives:
  651. In file included from /usr/include/c++/4.8/string:39:0,
  652. from ./include/caffe/blob.hpp:5,
  653. from ./include/caffe/caffe.hpp:7,
  654. from examples/cpp_classification/classification.cpp:1:
  655. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  656. typedef basic_string<char> string;
  657. ^
  658. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  659. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  660. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  661. In file included from examples/cpp_classification/classification.cpp:2:0:
  662. /usr/local/include/opencv2/core/core.hpp:4508:45: error: ‘string’ was not declared in this scope
  663. const string& help=string());
  664. ^
  665. /usr/local/include/opencv2/core/core.hpp:4508:45: note: suggested alternatives:
  666. In file included from /usr/include/c++/4.8/string:39:0,
  667. from ./include/caffe/blob.hpp:5,
  668. from ./include/caffe/caffe.hpp:7,
  669. from examples/cpp_classification/classification.cpp:1:
  670. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  671. typedef basic_string<char> string;
  672. ^
  673. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  674. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  675. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  676. In file included from examples/cpp_classification/classification.cpp:2:0:
  677. /usr/local/include/opencv2/core/core.hpp:4513:45: error: ‘string’ was not declared in this scope
  678. const string& help=string());
  679. ^
  680. /usr/local/include/opencv2/core/core.hpp:4513:45: note: suggested alternatives:
  681. In file included from /usr/include/c++/4.8/string:39:0,
  682. from ./include/caffe/blob.hpp:5,
  683. from ./include/caffe/caffe.hpp:7,
  684. from examples/cpp_classification/classification.cpp:1:
  685. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  686. typedef basic_string<char> string;
  687. ^
  688. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  689. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  690. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  691. In file included from examples/cpp_classification/classification.cpp:2:0:
  692. /usr/local/include/opencv2/core/core.hpp:4528:45: error: ‘string’ was not declared in this scope
  693. const string& help=string());
  694. ^
  695. /usr/local/include/opencv2/core/core.hpp:4528:45: note: suggested alternatives:
  696. In file included from /usr/include/c++/4.8/string:39:0,
  697. from ./include/caffe/blob.hpp:5,
  698. from ./include/caffe/caffe.hpp:7,
  699. from examples/cpp_classification/classification.cpp:1:
  700. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  701. typedef basic_string<char> string;
  702. ^
  703. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  704. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  705. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  706. In file included from examples/cpp_classification/classification.cpp:2:0:
  707. /usr/local/include/opencv2/core/core.hpp:4533:45: error: ‘string’ was not declared in this scope
  708. const string& help=string());
  709. ^
  710. /usr/local/include/opencv2/core/core.hpp:4533:45: note: suggested alternatives:
  711. In file included from /usr/include/c++/4.8/string:39:0,
  712. from ./include/caffe/blob.hpp:5,
  713. from ./include/caffe/caffe.hpp:7,
  714. from examples/cpp_classification/classification.cpp:1:
  715. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  716. typedef basic_string<char> string;
  717. ^
  718. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  719. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  720. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  721. In file included from examples/cpp_classification/classification.cpp:2:0:
  722. /usr/local/include/opencv2/core/core.hpp:4538:45: error: ‘string’ was not declared in this scope
  723. const string& help=string());
  724. ^
  725. /usr/local/include/opencv2/core/core.hpp:4538:45: note: suggested alternatives:
  726. In file included from /usr/include/c++/4.8/string:39:0,
  727. from ./include/caffe/blob.hpp:5,
  728. from ./include/caffe/caffe.hpp:7,
  729. from examples/cpp_classification/classification.cpp:1:
  730. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  731. typedef basic_string<char> string;
  732. ^
  733. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  734. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  735. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  736. In file included from examples/cpp_classification/classification.cpp:2:0:
  737. /usr/local/include/opencv2/core/core.hpp:4543:45: error: ‘string’ was not declared in this scope
  738. const string& help=string());
  739. ^
  740. /usr/local/include/opencv2/core/core.hpp:4543:45: note: suggested alternatives:
  741. In file included from /usr/include/c++/4.8/string:39:0,
  742. from ./include/caffe/blob.hpp:5,
  743. from ./include/caffe/caffe.hpp:7,
  744. from examples/cpp_classification/classification.cpp:1:
  745. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  746. typedef basic_string<char> string;
  747. ^
  748. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  749. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  750. /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
  751. In file included from /usr/local/OpenBLAS-0.2.14/cblas.h:5:0,
  752. from ./include/caffe/util/mkl_alternate.hpp:11,
  753. from ./include/caffe/util/math_functions.hpp:11,
  754. from ./include/caffe/syncedmem.hpp:7,
  755. from ./include/caffe/blob.hpp:10,
  756. from ./include/caffe/caffe.hpp:7,
  757. from examples/cpp_classification/classification.cpp:1:
  758. /usr/local/OpenBLAS-0.2.14/common.h:274:15: error: expected identifier before ‘float’
  759. #define FLOAT float
  760. ^
  761. /usr/local/OpenBLAS-0.2.14/common.h:274:15: error: expected ‘}’ before ‘float’
  762. In file included from examples/cpp_classification/classification.cpp:2:0:
  763. /usr/local/include/opencv2/core/core.hpp:4563:87: error: expected unqualified-id before ‘=’ token
  764. enum { INT=0, BOOLEAN=1, REAL=2, STRING=3, MAT=4, MAT_VECTOR=5, ALGORITHM=6, FLOAT=7, UNSIGNED_INT=8, UINT64=9, SHORT=10, UCHAR=11 };
  765. ^
  766. /usr/local/include/opencv2/core/core.hpp:4565:11: error: expected unqualified-id before ‘)’ token
  767. Param();
  768. ^
  769. /usr/local/include/opencv2/core/core.hpp:4566:11: error: expected unqualified-id before ‘int’
  770. Param(int _type, bool _readonly, int _offset,
  771. ^
  772. /usr/local/include/opencv2/core/core.hpp:4566:11: error: expected ‘)’ before ‘int’
  773. /usr/local/include/opencv2/core/core.hpp:4575:5: error: ‘string’ does not name a type
  774. string help;
  775. ^
  776. /usr/local/include/opencv2/core/core.hpp:4576:1: error: expected declaration before ‘}’ token
  777. };
  778. ^
Advertisement
Add Comment
Please, Sign In to add comment