Advertisement
Guest User

opencv/stdlib error

a guest
Mar 30th, 2015
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 178.21 KB | None | 0 0
  1. appuru@appuru-VirtualBox ~/desktop/test/build $ make install
  2. [ 11%] Building CXX object CMakeFiles/test.dir/src/testDetector.cpp.o
  3. In file included from /usr/local/include/opencv2/core/types_c.h:55:0,
  4.                  from /usr/local/include/opencv2/core/core_c.h:47,
  5.                  from /usr/local/include/opencv/cv.h:63,
  6.                  from /home/appuru/desktop/test/build/include/test.h:4,
  7.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  8.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  9. /usr/include/assert.h:37:42: error: missing binary operator before token "("
  10.  #if defined __cplusplus && __GNUC_PREREQ (2,95)
  11.                                           ^
  12. In file included from /usr/local/include/opencv2/core/types_c.h:57:0,
  13.                  from /usr/local/include/opencv2/core/core_c.h:47,
  14.                  from /usr/local/include/opencv/cv.h:63,
  15.                  from /home/appuru/desktop/test/build/include/test.h:4,
  16.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  17.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  18. /usr/include/string.h:39:69: error: missing binary operator before token "("
  19.  #if defined __cplusplus && (__cplusplus >= 199711L || __GNUC_PREREQ (4, 4))
  20.                                                                      ^
  21. In file included from /usr/include/math.h:32:0,
  22.                  from /usr/local/include/opencv2/core/types_c.h:94,
  23.                  from /usr/local/include/opencv2/core/core_c.h:47,
  24.                  from /usr/local/include/opencv/cv.h:63,
  25.                  from /home/appuru/desktop/test/build/include/test.h:4,
  26.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  27.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  28. /usr/include/x86_64-linux-gnu/bits/huge_val.h:26:18: error: missing binary operator before token "("
  29.  #if __GNUC_PREREQ(3,3)
  30.                   ^
  31. /usr/include/x86_64-linux-gnu/bits/huge_val.h:28:20: error: missing binary operator before token "("
  32.  #elif __GNUC_PREREQ(2,96)
  33.                     ^
  34. In file included from /usr/local/include/opencv2/core/types_c.h:94:0,
  35.                  from /usr/local/include/opencv2/core/core_c.h:47,
  36.                  from /usr/local/include/opencv/cv.h:63,
  37.                  from /home/appuru/desktop/test/build/include/test.h:4,
  38.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  39.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  40. /usr/include/math.h:409:42: error: missing binary operator before token "("
  41.  #if defined __USE_ISOC99 && __GNUC_PREREQ(2,97)
  42.                                           ^
  43. In file included from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426:0,
  44.                  from /usr/include/c++/4.8/utility:68,
  45.                  from /usr/include/c++/4.8/algorithm:60,
  46.                  from /usr/local/include/opencv2/core/core.hpp:56,
  47.                  from /usr/local/include/opencv/cv.h:64,
  48.                  from /home/appuru/desktop/test/build/include/test.h:4,
  49.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  50.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  51. /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:44:19: error: missing binary operator before token "("
  52.  #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  53.                    ^
  54. In file included from /usr/include/c++/4.8/cwchar:44:0,
  55.                  from /usr/include/c++/4.8/bits/postypes.h:40,
  56.                  from /usr/include/c++/4.8/iosfwd:40,
  57.                  from /usr/include/c++/4.8/ios:38,
  58.                  from /usr/include/c++/4.8/istream:38,
  59.                  from /usr/include/c++/4.8/sstream:38,
  60.                  from /usr/include/c++/4.8/complex:45,
  61.                  from /usr/local/include/opencv2/core/core.hpp:59,
  62.                  from /usr/local/include/opencv/cv.h:64,
  63.                  from /home/appuru/desktop/test/build/include/test.h:4,
  64.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  65.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  66. /usr/include/wchar.h:74:43: error: missing binary operator before token "("
  67.  # if defined __cplusplus && __GNUC_PREREQ (4, 4)
  68.                                            ^
  69. In file included from /usr/include/sched.h:41:0,
  70.                  from /usr/include/pthread.h:23,
  71.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:35,
  72.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr.h:148,
  73.                  from /usr/include/c++/4.8/ext/atomicity.h:35,
  74.                  from /usr/include/c++/4.8/bits/ios_base.h:39,
  75.                  from /usr/include/c++/4.8/ios:42,
  76.                  from /usr/include/c++/4.8/istream:38,
  77.                  from /usr/include/c++/4.8/sstream:38,
  78.                  from /usr/include/c++/4.8/complex:45,
  79.                  from /usr/local/include/opencv2/core/core.hpp:59,
  80.                  from /usr/local/include/opencv/cv.h:64,
  81.                  from /home/appuru/desktop/test/build/include/test.h:4,
  82.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  83.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  84. /usr/include/x86_64-linux-gnu/bits/sched.h:131:20: error: missing binary operator before token "("
  85.  # if __GNUC_PREREQ (2, 91)
  86.                     ^
  87. /usr/include/x86_64-linux-gnu/bits/sched.h:169:20: error: missing binary operator before token "("
  88.  # if __GNUC_PREREQ (2, 91)
  89.                     ^
  90. In file included from /usr/include/c++/4.8/cassert:43:0,
  91.                  from /usr/local/include/opencv2/flann/flann_base.hpp:36,
  92.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  93.                  from /usr/local/include/opencv/cv.h:69,
  94.                  from /home/appuru/desktop/test/build/include/test.h:4,
  95.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  96.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  97. /usr/include/assert.h:37:42: error: missing binary operator before token "("
  98.  #if defined __cplusplus && __GNUC_PREREQ (2,95)
  99.                                           ^
  100. In file included from /usr/include/libio.h:56:0,
  101.                  from /usr/include/stdio.h:74,
  102.                  from /usr/include/c++/4.8/cstdio:42,
  103.                  from /usr/local/include/opencv2/flann/flann_base.hpp:37,
  104.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  105.                  from /usr/local/include/opencv/cv.h:69,
  106.                  from /home/appuru/desktop/test/build/include/test.h:4,
  107.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  108.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  109. /usr/include/x86_64-linux-gnu/sys/cdefs.h:41:20: error: missing binary operator before token "("
  110.  # if __GNUC_PREREQ (4, 6) && !defined _LIBC
  111.                     ^
  112. /usr/include/x86_64-linux-gnu/sys/cdefs.h:54:44: error: missing binary operator before token "("
  113.  # if !defined __cplusplus && __GNUC_PREREQ (3, 3)
  114.                                             ^
  115. /usr/include/x86_64-linux-gnu/sys/cdefs.h:59:44: error: missing binary operator before token "("
  116.  #  if defined __cplusplus && __GNUC_PREREQ (2,8)
  117.                                             ^
  118. /usr/include/x86_64-linux-gnu/sys/cdefs.h:136:19: error: missing binary operator before token "("
  119.  #if __GNUC_PREREQ (4,3)
  120.                    ^
  121. /usr/include/x86_64-linux-gnu/sys/cdefs.h:149:19: error: missing binary operator before token "("
  122.  #if __GNUC_PREREQ (2,97)
  123.                    ^
  124. /usr/include/x86_64-linux-gnu/sys/cdefs.h:211:19: error: missing binary operator before token "("
  125.  #if __GNUC_PREREQ (2,96)
  126.                    ^
  127. /usr/include/x86_64-linux-gnu/sys/cdefs.h:219:19: error: missing binary operator before token "("
  128.  #if __GNUC_PREREQ (4, 3)
  129.                    ^
  130. /usr/include/x86_64-linux-gnu/sys/cdefs.h:229:19: error: missing binary operator before token "("
  131.  #if __GNUC_PREREQ (2,96)
  132.                    ^
  133. /usr/include/x86_64-linux-gnu/sys/cdefs.h:236:19: error: missing binary operator before token "("
  134.  #if __GNUC_PREREQ (2,5)
  135.                    ^
  136. /usr/include/x86_64-linux-gnu/sys/cdefs.h:245:19: error: missing binary operator before token "("
  137.  #if __GNUC_PREREQ (3,1)
  138.                    ^
  139. /usr/include/x86_64-linux-gnu/sys/cdefs.h:254:19: error: missing binary operator before token "("
  140.  #if __GNUC_PREREQ (3,2)
  141.                    ^
  142. /usr/include/x86_64-linux-gnu/sys/cdefs.h:266:19: error: missing binary operator before token "("
  143.  #if __GNUC_PREREQ (2,8)
  144.                    ^
  145. /usr/include/x86_64-linux-gnu/sys/cdefs.h:276:19: error: missing binary operator before token "("
  146.  #if __GNUC_PREREQ (2,97)
  147.                    ^
  148. /usr/include/x86_64-linux-gnu/sys/cdefs.h:285:19: error: missing binary operator before token "("
  149.  #if __GNUC_PREREQ (3,3)
  150.                    ^
  151. /usr/include/x86_64-linux-gnu/sys/cdefs.h:293:19: error: missing binary operator before token "("
  152.  #if __GNUC_PREREQ (3,4)
  153.                    ^
  154. /usr/include/x86_64-linux-gnu/sys/cdefs.h:307:19: error: missing binary operator before token "("
  155.  #if __GNUC_PREREQ (3,2)
  156.                    ^
  157. /usr/include/x86_64-linux-gnu/sys/cdefs.h:315:19: error: missing binary operator before token "("
  158.  #if __GNUC_PREREQ (4,3)
  159.                    ^
  160. /usr/include/x86_64-linux-gnu/sys/cdefs.h:341:19: error: missing binary operator before token "("
  161.  #if __GNUC_PREREQ (4,3)
  162.                    ^
  163. /usr/include/x86_64-linux-gnu/sys/cdefs.h:350:20: error: missing binary operator before token "("
  164.  #if !__GNUC_PREREQ (2,8)
  165.                     ^
  166. /usr/include/x86_64-linux-gnu/sys/cdefs.h:355:20: error: missing binary operator before token "("
  167.  #if !__GNUC_PREREQ (2,92)
  168.                     ^
  169. /usr/include/x86_64-linux-gnu/sys/cdefs.h:362:19: error: missing binary operator before token "("
  170.  #if __GNUC_PREREQ (3,1) && !defined __GNUG__
  171.                    ^
  172. In file included from /usr/include/c++/4.8/cassert:43:0,
  173.                  from /usr/local/include/opencv2/flann/general.h:36,
  174.                  from /usr/local/include/opencv2/flann/flann_base.hpp:39,
  175.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  176.                  from /usr/local/include/opencv/cv.h:69,
  177.                  from /home/appuru/desktop/test/build/include/test.h:4,
  178.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  179.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  180. /usr/include/assert.h:37:42: error: missing binary operator before token "("
  181.  #if defined __cplusplus && __GNUC_PREREQ (2,95)
  182.                                           ^
  183. In file included from /usr/include/c++/4.8/cassert:43:0,
  184.                  from /usr/local/include/opencv2/flann/kdtree_index.h:36,
  185.                  from /usr/local/include/opencv2/flann/all_indices.h:36,
  186.                  from /usr/local/include/opencv2/flann/flann_base.hpp:44,
  187.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  188.                  from /usr/local/include/opencv/cv.h:69,
  189.                  from /home/appuru/desktop/test/build/include/test.h:4,
  190.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  191.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  192. /usr/include/assert.h:37:42: error: missing binary operator before token "("
  193.  #if defined __cplusplus && __GNUC_PREREQ (2,95)
  194.                                           ^
  195. In file included from /usr/include/c++/4.8/cassert:43:0,
  196.                  from /usr/local/include/opencv2/flann/kdtree_single_index.h:36,
  197.                  from /usr/local/include/opencv2/flann/all_indices.h:37,
  198.                  from /usr/local/include/opencv2/flann/flann_base.hpp:44,
  199.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  200.                  from /usr/local/include/opencv/cv.h:69,
  201.                  from /home/appuru/desktop/test/build/include/test.h:4,
  202.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  203.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  204. /usr/include/assert.h:37:42: error: missing binary operator before token "("
  205.  #if defined __cplusplus && __GNUC_PREREQ (2,95)
  206.                                           ^
  207. In file included from /usr/include/c++/4.8/cassert:43:0,
  208.                  from /usr/local/include/opencv2/flann/kmeans_index.h:37,
  209.                  from /usr/local/include/opencv2/flann/all_indices.h:38,
  210.                  from /usr/local/include/opencv2/flann/flann_base.hpp:44,
  211.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  212.                  from /usr/local/include/opencv/cv.h:69,
  213.                  from /home/appuru/desktop/test/build/include/test.h:4,
  214.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  215.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  216. /usr/include/assert.h:37:42: error: missing binary operator before token "("
  217.  #if defined __cplusplus && __GNUC_PREREQ (2,95)
  218.                                           ^
  219. In file included from /usr/include/c++/4.8/cassert:43:0,
  220.                  from /usr/local/include/opencv2/flann/hierarchical_clustering_index.h:37,
  221.                  from /usr/local/include/opencv2/flann/all_indices.h:41,
  222.                  from /usr/local/include/opencv2/flann/flann_base.hpp:44,
  223.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  224.                  from /usr/local/include/opencv/cv.h:69,
  225.                  from /home/appuru/desktop/test/build/include/test.h:4,
  226.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  227.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  228. /usr/include/assert.h:37:42: error: missing binary operator before token "("
  229.  #if defined __cplusplus && __GNUC_PREREQ (2,95)
  230.                                           ^
  231. In file included from /usr/include/c++/4.8/cassert:43:0,
  232.                  from /usr/local/include/opencv2/flann/lsh_index.h:39,
  233.                  from /usr/local/include/opencv2/flann/all_indices.h:42,
  234.                  from /usr/local/include/opencv2/flann/flann_base.hpp:44,
  235.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  236.                  from /usr/local/include/opencv/cv.h:69,
  237.                  from /home/appuru/desktop/test/build/include/test.h:4,
  238.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  239.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  240. /usr/include/assert.h:37:42: error: missing binary operator before token "("
  241.  #if defined __cplusplus && __GNUC_PREREQ (2,95)
  242.                                           ^
  243. In file included from /usr/include/c++/4.8/cassert:43:0,
  244.                  from /usr/local/include/opencv2/flann/index_testing.h:35,
  245.                  from /usr/local/include/opencv2/flann/autotuned_index.h:36,
  246.                  from /usr/local/include/opencv2/flann/all_indices.h:43,
  247.                  from /usr/local/include/opencv2/flann/flann_base.hpp:44,
  248.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  249.                  from /usr/local/include/opencv/cv.h:69,
  250.                  from /home/appuru/desktop/test/build/include/test.h:4,
  251.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  252.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  253. /usr/include/assert.h:37:42: error: missing binary operator before token "("
  254.  #if defined __cplusplus && __GNUC_PREREQ (2,95)
  255.                                           ^
  256. In file included from /usr/local/include/opencv2/core/types_c.h:56:0,
  257.                  from /usr/local/include/opencv2/core/core_c.h:47,
  258.                  from /usr/local/include/opencv/cv.h:63,
  259.                  from /home/appuru/desktop/test/build/include/test.h:4,
  260.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  261.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  262. /usr/include/stdlib.h:34:1: error: ‘__BEGIN_DECLS’ does not name a type
  263.  __BEGIN_DECLS
  264.  ^
  265. /usr/include/stdlib.h:101:5: error: ‘div_t’ does not name a type
  266.    } div_t;
  267.      ^
  268. /usr/include/stdlib.h:112:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  269.  __END_NAMESPACE_STD
  270.  ^
  271. /usr/include/stdlib.h:142:1: error: ‘__BEGIN_NAMESPACE_STD’ does not name a type
  272.  __BEGIN_NAMESPACE_STD
  273.  ^
  274. /usr/include/stdlib.h:148:6: error: expected initializer before ‘__THROW’
  275.       __THROW __attribute_pure__ __nonnull ((1)) __wur;
  276.       ^
  277. /usr/include/stdlib.h:151:6: error: expected initializer before ‘__THROW’
  278.       __THROW __attribute_pure__ __nonnull ((1)) __wur;
  279.       ^
  280. /usr/include/stdlib.h:152:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  281.  __END_NAMESPACE_STD
  282.  ^
  283. /usr/include/stdlib.h:167:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  284.  __END_NAMESPACE_STD
  285.  ^
  286. /usr/include/stdlib.h:189:6: error: expected initializer before ‘__THROW’
  287.       __THROW __nonnull ((1));
  288.       ^
  289. /usr/include/stdlib.h:190:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  290.  __END_NAMESPACE_STD
  291.  ^
  292. /usr/include/stdlib.h:376:41: error: expected initializer before ‘__THROW’
  293.  extern void srand (unsigned int __seed) __THROW;
  294.                                          ^
  295. /usr/include/stdlib.h:377:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  296.  __END_NAMESPACE_STD
  297.  ^
  298. /usr/include/stdlib.h:469:6: error: expected initializer before ‘__THROW’
  299.       __THROW __attribute_malloc__ __wur;
  300.       ^
  301. /usr/include/stdlib.h:470:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  302.  __END_NAMESPACE_STD
  303.  ^
  304. /usr/include/stdlib.h:483:32: error: expected initializer before ‘__THROW’
  305.  extern void free (void *__ptr) __THROW;
  306.                                 ^
  307. /usr/include/stdlib.h:484:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  308.  __END_NAMESPACE_STD
  309.  ^
  310. /usr/include/stdlib.h:519:43: error: expected initializer before ‘__THROW’
  311.  extern int atexit (void (*__func) (void)) __THROW __nonnull ((1));
  312.                                            ^
  313. /usr/include/stdlib.h:530:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  314.  __END_NAMESPACE_STD
  315.  ^
  316. /usr/include/stdlib.h:551:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  317.  __END_NAMESPACE_STD
  318.  ^
  319. /usr/include/stdlib.h:565:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  320.  __END_NAMESPACE_STD
  321.  ^
  322. /usr/include/stdlib.h:718:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  323.  __END_NAMESPACE_STD
  324.  ^
  325. /usr/include/stdlib.h:752:1: error: ‘__BEGIN_NAMESPACE_STD’ does not name a type
  326.  __BEGIN_NAMESPACE_STD
  327.  ^
  328. /usr/include/stdlib.h:766:6: error: ‘__compar_fn_t’ has not been declared
  329.       __compar_fn_t __compar) __nonnull ((1, 4));
  330.       ^
  331. /usr/include/stdlib.h:766:30: error: expected initializer before ‘__nonnull’
  332.       __compar_fn_t __compar) __nonnull ((1, 4));
  333.                               ^
  334. /usr/include/stdlib.h:775:26: error: expected initializer before ‘__THROW’
  335.  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
  336.                           ^
  337. /usr/include/stdlib.h:776:37: error: expected initializer before ‘__THROW’
  338.  extern long int labs (long int __x) __THROW __attribute__ ((__const__)) __wur;
  339.                                      ^
  340. /usr/include/stdlib.h:777:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  341.  __END_NAMESPACE_STD
  342.  ^
  343. /usr/include/stdlib.h:792:6: error: expected initializer before ‘__THROW’
  344.       __THROW __attribute__ ((__const__)) __wur;
  345.       ^
  346. /usr/include/stdlib.h:793:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  347.  __END_NAMESPACE_STD
  348.  ^
  349. /usr/include/stdlib.h:867:46: error: expected initializer before ‘__THROW’
  350.       const char *__restrict __s, size_t __n) __THROW;
  351.                                               ^
  352. /usr/include/stdlib.h:870:48: error: expected initializer before ‘__THROW’
  353.  extern int wctomb (char *__s, wchar_t __wchar) __THROW;
  354.                                                 ^
  355. /usr/include/stdlib.h:875:44: error: expected initializer before ‘__THROW’
  356.     const char *__restrict __s, size_t __n) __THROW;
  357.                                             ^
  358. /usr/include/stdlib.h:879:6: error: expected initializer before ‘__THROW’
  359.       __THROW;
  360.       ^
  361. /usr/include/stdlib.h:880:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  362.  __END_NAMESPACE_STD
  363.  ^
  364. In file included from /usr/local/include/opencv2/core/types_c.h:57:0,
  365.                  from /usr/local/include/opencv2/core/core_c.h:47,
  366.                  from /usr/local/include/opencv/cv.h:63,
  367.                  from /home/appuru/desktop/test/build/include/test.h:4,
  368.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  369.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  370. /usr/include/string.h:51:6: error: expected initializer before ‘__THROW’
  371.       __THROW __nonnull ((1, 2));
  372.       ^
  373. /usr/include/string.h:52:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  374.  __END_NAMESPACE_STD
  375.  ^
  376. /usr/include/string.h:70:6: error: expected initializer before ‘__THROW’
  377.       __THROW __attribute_pure__ __nonnull ((1, 2));
  378.       ^
  379. /usr/include/string.h:97:7: error: expected initializer before ‘__THROW’
  380.        __THROW __attribute_pure__ __nonnull ((1));
  381.        ^
  382. /usr/include/string.h:99:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  383.  __END_NAMESPACE_STD
  384.  ^
  385. /usr/include/string.h:134:6: error: expected initializer before ‘__THROW’
  386.       __THROW __nonnull ((1, 2));
  387.       ^
  388. /usr/include/string.h:138:6: error: expected initializer before ‘__THROW’
  389.       __THROW __nonnull ((1, 2));
  390.       ^
  391. /usr/include/string.h:141:21: error: expected initializer before ‘__THROW’
  392.          size_t __n) __THROW __nonnull ((1, 2));
  393.                      ^
  394. /usr/include/string.h:145:6: error: expected initializer before ‘__THROW’
  395.       __THROW __attribute_pure__ __nonnull ((1, 2));
  396.       ^
  397. /usr/include/string.h:148:6: error: expected initializer before ‘__THROW’
  398.       __THROW __attribute_pure__ __nonnull ((1, 2));
  399.       ^
  400. /usr/include/string.h:152:6: error: expected initializer before ‘__THROW’
  401.       __THROW __attribute_pure__ __nonnull ((1, 2));
  402.       ^
  403. /usr/include/string.h:156:6: error: expected initializer before ‘__THROW’
  404.       __THROW __nonnull ((2));
  405.       ^
  406. /usr/include/string.h:157:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  407.  __END_NAMESPACE_STD
  408.  ^
  409. /usr/include/string.h:264:6: error: expected initializer before ‘__THROW’
  410.       __THROW __attribute_pure__ __nonnull ((1));
  411.       ^
  412. /usr/include/string.h:266:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  413.  __END_NAMESPACE_STD
  414.  ^
  415. /usr/include/string.h:290:6: error: expected initializer before ‘__THROW’
  416.       __THROW __attribute_pure__ __nonnull ((1, 2));
  417.       ^
  418. /usr/include/string.h:316:6: error: expected initializer before ‘__THROW’
  419.       __THROW __attribute_pure__ __nonnull ((1, 2));
  420.       ^
  421. /usr/include/string.h:343:6: error: expected initializer before ‘__THROW’
  422.       __THROW __attribute_pure__ __nonnull ((1, 2));
  423.       ^
  424. /usr/include/string.h:349:6: error: expected initializer before ‘__THROW’
  425.       __THROW __nonnull ((2));
  426.       ^
  427. /usr/include/string.h:350:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  428.  __END_NAMESPACE_STD
  429.  ^
  430. /usr/include/string.h:397:1: error: ‘__BEGIN_NAMESPACE_STD’ does not name a type
  431.  __BEGIN_NAMESPACE_STD
  432.  ^
  433. /usr/include/string.h:401:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  434.  __END_NAMESPACE_STD
  435.  ^
  436. /usr/include/string.h:414:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  437.  __END_NAMESPACE_STD
  438.  ^
  439. /usr/include/string.h:644:1: error: ‘__END_DECLS’ does not name a type
  440.  __END_DECLS
  441.  ^
  442. In file included from /usr/lib/gcc/x86_64-linux-gnu/4.8/include/xmmintrin.h:38:0,
  443.                  from /usr/lib/gcc/x86_64-linux-gnu/4.8/include/emmintrin.h:35,
  444.                  from /usr/local/include/opencv2/core/types_c.h:87,
  445.                  from /usr/local/include/opencv2/core/core_c.h:47,
  446.                  from /usr/local/include/opencv/cv.h:63,
  447.                  from /home/appuru/desktop/test/build/include/test.h:4,
  448.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  449.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  450. /usr/lib/gcc/x86_64-linux-gnu/4.8/include/mm_malloc.h: In function ‘void* _mm_malloc(size_t, size_t)’:
  451. /usr/lib/gcc/x86_64-linux-gnu/4.8/include/mm_malloc.h:42:24: error: ‘malloc’ was not declared in this scope
  452.      return malloc (size);
  453.                         ^
  454. /usr/lib/gcc/x86_64-linux-gnu/4.8/include/mm_malloc.h: In function ‘void _mm_free(void*)’:
  455. /usr/lib/gcc/x86_64-linux-gnu/4.8/include/mm_malloc.h:54:12: error: ‘free’ was not declared in this scope
  456.    free (ptr);
  457.             ^
  458. In file included from /usr/local/include/opencv2/core/types_c.h:94:0,
  459.                  from /usr/local/include/opencv2/core/core_c.h:47,
  460.                  from /usr/local/include/opencv/cv.h:63,
  461.                  from /home/appuru/desktop/test/build/include/test.h:4,
  462.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  463.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  464. /usr/include/math.h: At global scope:
  465. /usr/include/math.h:28:1: error: ‘__BEGIN_DECLS’ does not name a type
  466.  __BEGIN_DECLS
  467.  ^
  468. In file included from /usr/local/include/opencv2/core/types_c.h:94:0,
  469.                  from /usr/local/include/opencv2/core/core_c.h:47,
  470.                  from /usr/local/include/opencv/cv.h:63,
  471.                  from /home/appuru/desktop/test/build/include/test.h:4,
  472.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  473.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  474. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘__’ was not declared in this scope
  475.  __MATHCALL (acos,, (_Mdouble_ __x));
  476.  ^
  477. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘acos’ was not declared in this scope
  478.  __MATHCALL (acos,, (_Mdouble_ __x));
  479.  ^
  480. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘__CONCAT’ cannot be used as a function
  481.  __MATHCALL (acos,, (_Mdouble_ __x));
  482.  ^
  483. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: expected primary-expression before ‘)’ token
  484.  __MATHCALL (acos,, (_Mdouble_ __x));
  485.  ^
  486. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: expression list treated as compound expression in initializer [-fpermissive]
  487. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: expected ‘,’ or ‘;’ before ‘(’ token
  488.  __MATHCALL (acos,, (_Mdouble_ __x));
  489.  ^
  490. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:1: error: redefinition of ‘double __CONCAT’
  491.  __MATHCALL (asin,, (_Mdouble_ __x));
  492.  ^
  493. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  494.  __MATHCALL (acos,, (_Mdouble_ __x));
  495.  ^
  496. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:1: error: ‘asin’ was not declared in this scope
  497.  __MATHCALL (asin,, (_Mdouble_ __x));
  498.  ^
  499. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:1: error: expected primary-expression before ‘)’ token
  500.  __MATHCALL (asin,, (_Mdouble_ __x));
  501.  ^
  502. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:1: error: redefinition of ‘double __CONCAT’
  503.  __MATHCALL (asin,, (_Mdouble_ __x));
  504.  ^
  505. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  506.  __MATHCALL (acos,, (_Mdouble_ __x));
  507.  ^
  508. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:1: error: ‘__’ was not declared in this scope
  509.  __MATHCALL (asin,, (_Mdouble_ __x));
  510.  ^
  511. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:1: error: ‘asin’ was not declared in this scope
  512.  __MATHCALL (asin,, (_Mdouble_ __x));
  513.  ^
  514. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:1: error: ‘__CONCAT’ cannot be used as a function
  515.  __MATHCALL (asin,, (_Mdouble_ __x));
  516.  ^
  517. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:1: error: expected primary-expression before ‘)’ token
  518.  __MATHCALL (asin,, (_Mdouble_ __x));
  519.  ^
  520. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:58:1: error: redefinition of ‘double __CONCAT’
  521.  __MATHCALL (atan,, (_Mdouble_ __x));
  522.  ^
  523. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  524.  __MATHCALL (acos,, (_Mdouble_ __x));
  525.  ^
  526. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:58:1: error: ‘atan’ was not declared in this scope
  527.  __MATHCALL (atan,, (_Mdouble_ __x));
  528.  ^
  529. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:58:1: error: expected primary-expression before ‘)’ token
  530.  __MATHCALL (atan,, (_Mdouble_ __x));
  531.  ^
  532. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:58:1: error: redefinition of ‘double __CONCAT’
  533.  __MATHCALL (atan,, (_Mdouble_ __x));
  534.  ^
  535. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  536.  __MATHCALL (acos,, (_Mdouble_ __x));
  537.  ^
  538. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:58:1: error: ‘__’ was not declared in this scope
  539.  __MATHCALL (atan,, (_Mdouble_ __x));
  540.  ^
  541. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:58:1: error: ‘atan’ was not declared in this scope
  542.  __MATHCALL (atan,, (_Mdouble_ __x));
  543.  ^
  544. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:58:1: error: ‘__CONCAT’ cannot be used as a function
  545.  __MATHCALL (atan,, (_Mdouble_ __x));
  546.  ^
  547. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:58:1: error: expected primary-expression before ‘)’ token
  548.  __MATHCALL (atan,, (_Mdouble_ __x));
  549.  ^
  550. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:60:1: error: redefinition of ‘double __CONCAT’
  551.  __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
  552.  ^
  553. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  554.  __MATHCALL (acos,, (_Mdouble_ __x));
  555.  ^
  556. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:60:1: error: ‘atan2’ was not declared in this scope
  557.  __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
  558.  ^
  559. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:60:1: error: expected primary-expression before ‘)’ token
  560.  __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
  561.  ^
  562. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:60:1: error: redefinition of ‘double __CONCAT’
  563.  __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
  564.  ^
  565. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  566.  __MATHCALL (acos,, (_Mdouble_ __x));
  567.  ^
  568. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:60:1: error: ‘__’ was not declared in this scope
  569.  __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
  570.  ^
  571. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:60:1: error: ‘atan2’ was not declared in this scope
  572.  __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
  573.  ^
  574. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:60:1: error: ‘__CONCAT’ cannot be used as a function
  575.  __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
  576.  ^
  577. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:60:1: error: expected primary-expression before ‘)’ token
  578.  __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
  579.  ^
  580. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: redefinition of ‘double __CONCAT’
  581.  __MATHCALL (cos,, (_Mdouble_ __x));
  582.  ^
  583. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  584.  __MATHCALL (acos,, (_Mdouble_ __x));
  585.  ^
  586. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: ‘cos’ was not declared in this scope
  587.  __MATHCALL (cos,, (_Mdouble_ __x));
  588.  ^
  589. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: expected primary-expression before ‘)’ token
  590.  __MATHCALL (cos,, (_Mdouble_ __x));
  591.  ^
  592. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: redefinition of ‘double __CONCAT’
  593.  __MATHCALL (cos,, (_Mdouble_ __x));
  594.  ^
  595. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  596.  __MATHCALL (acos,, (_Mdouble_ __x));
  597.  ^
  598. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: ‘__’ was not declared in this scope
  599.  __MATHCALL (cos,, (_Mdouble_ __x));
  600.  ^
  601. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: ‘cos’ was not declared in this scope
  602.  __MATHCALL (cos,, (_Mdouble_ __x));
  603.  ^
  604. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: ‘__CONCAT’ cannot be used as a function
  605.  __MATHCALL (cos,, (_Mdouble_ __x));
  606.  ^
  607. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: expected primary-expression before ‘)’ token
  608.  __MATHCALL (cos,, (_Mdouble_ __x));
  609.  ^
  610. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: redefinition of ‘double __CONCAT’
  611.  __MATHCALL (sin,, (_Mdouble_ __x));
  612.  ^
  613. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  614.  __MATHCALL (acos,, (_Mdouble_ __x));
  615.  ^
  616. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: ‘sin’ was not declared in this scope
  617.  __MATHCALL (sin,, (_Mdouble_ __x));
  618.  ^
  619. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: expected primary-expression before ‘)’ token
  620.  __MATHCALL (sin,, (_Mdouble_ __x));
  621.  ^
  622. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: redefinition of ‘double __CONCAT’
  623.  __MATHCALL (sin,, (_Mdouble_ __x));
  624.  ^
  625. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  626.  __MATHCALL (acos,, (_Mdouble_ __x));
  627.  ^
  628. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: ‘__’ was not declared in this scope
  629.  __MATHCALL (sin,, (_Mdouble_ __x));
  630.  ^
  631. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: ‘sin’ was not declared in this scope
  632.  __MATHCALL (sin,, (_Mdouble_ __x));
  633.  ^
  634. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: ‘__CONCAT’ cannot be used as a function
  635.  __MATHCALL (sin,, (_Mdouble_ __x));
  636.  ^
  637. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: expected primary-expression before ‘)’ token
  638.  __MATHCALL (sin,, (_Mdouble_ __x));
  639.  ^
  640. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:67:1: error: redefinition of ‘double __CONCAT’
  641.  __MATHCALL (tan,, (_Mdouble_ __x));
  642.  ^
  643. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  644.  __MATHCALL (acos,, (_Mdouble_ __x));
  645.  ^
  646. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:67:1: error: ‘tan’ was not declared in this scope
  647.  __MATHCALL (tan,, (_Mdouble_ __x));
  648.  ^
  649. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:67:1: error: expected primary-expression before ‘)’ token
  650.  __MATHCALL (tan,, (_Mdouble_ __x));
  651.  ^
  652. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:67:1: error: redefinition of ‘double __CONCAT’
  653.  __MATHCALL (tan,, (_Mdouble_ __x));
  654.  ^
  655. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  656.  __MATHCALL (acos,, (_Mdouble_ __x));
  657.  ^
  658. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:67:1: error: ‘__’ was not declared in this scope
  659.  __MATHCALL (tan,, (_Mdouble_ __x));
  660.  ^
  661. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:67:1: error: ‘tan’ was not declared in this scope
  662.  __MATHCALL (tan,, (_Mdouble_ __x));
  663.  ^
  664. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:67:1: error: ‘__CONCAT’ cannot be used as a function
  665.  __MATHCALL (tan,, (_Mdouble_ __x));
  666.  ^
  667. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:67:1: error: expected primary-expression before ‘)’ token
  668.  __MATHCALL (tan,, (_Mdouble_ __x));
  669.  ^
  670. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:72:1: error: redefinition of ‘double __CONCAT’
  671.  __MATHCALL (cosh,, (_Mdouble_ __x));
  672.  ^
  673. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  674.  __MATHCALL (acos,, (_Mdouble_ __x));
  675.  ^
  676. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:72:1: error: ‘cosh’ was not declared in this scope
  677.  __MATHCALL (cosh,, (_Mdouble_ __x));
  678.  ^
  679. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:72:1: error: expected primary-expression before ‘)’ token
  680.  __MATHCALL (cosh,, (_Mdouble_ __x));
  681.  ^
  682. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:72:1: error: redefinition of ‘double __CONCAT’
  683.  __MATHCALL (cosh,, (_Mdouble_ __x));
  684.  ^
  685. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  686.  __MATHCALL (acos,, (_Mdouble_ __x));
  687.  ^
  688. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:72:1: error: ‘__’ was not declared in this scope
  689.  __MATHCALL (cosh,, (_Mdouble_ __x));
  690.  ^
  691. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:72:1: error: ‘cosh’ was not declared in this scope
  692.  __MATHCALL (cosh,, (_Mdouble_ __x));
  693.  ^
  694. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:72:1: error: ‘__CONCAT’ cannot be used as a function
  695.  __MATHCALL (cosh,, (_Mdouble_ __x));
  696.  ^
  697. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:72:1: error: expected primary-expression before ‘)’ token
  698.  __MATHCALL (cosh,, (_Mdouble_ __x));
  699.  ^
  700. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:74:1: error: redefinition of ‘double __CONCAT’
  701.  __MATHCALL (sinh,, (_Mdouble_ __x));
  702.  ^
  703. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  704.  __MATHCALL (acos,, (_Mdouble_ __x));
  705.  ^
  706. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:74:1: error: ‘sinh’ was not declared in this scope
  707.  __MATHCALL (sinh,, (_Mdouble_ __x));
  708.  ^
  709. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:74:1: error: expected primary-expression before ‘)’ token
  710.  __MATHCALL (sinh,, (_Mdouble_ __x));
  711.  ^
  712. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:74:1: error: redefinition of ‘double __CONCAT’
  713.  __MATHCALL (sinh,, (_Mdouble_ __x));
  714.  ^
  715. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  716.  __MATHCALL (acos,, (_Mdouble_ __x));
  717.  ^
  718. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:74:1: error: ‘__’ was not declared in this scope
  719.  __MATHCALL (sinh,, (_Mdouble_ __x));
  720.  ^
  721. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:74:1: error: ‘sinh’ was not declared in this scope
  722.  __MATHCALL (sinh,, (_Mdouble_ __x));
  723.  ^
  724. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:74:1: error: ‘__CONCAT’ cannot be used as a function
  725.  __MATHCALL (sinh,, (_Mdouble_ __x));
  726.  ^
  727. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:74:1: error: expected primary-expression before ‘)’ token
  728.  __MATHCALL (sinh,, (_Mdouble_ __x));
  729.  ^
  730. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:76:1: error: redefinition of ‘double __CONCAT’
  731.  __MATHCALL (tanh,, (_Mdouble_ __x));
  732.  ^
  733. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  734.  __MATHCALL (acos,, (_Mdouble_ __x));
  735.  ^
  736. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:76:1: error: ‘tanh’ was not declared in this scope
  737.  __MATHCALL (tanh,, (_Mdouble_ __x));
  738.  ^
  739. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:76:1: error: expected primary-expression before ‘)’ token
  740.  __MATHCALL (tanh,, (_Mdouble_ __x));
  741.  ^
  742. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:76:1: error: redefinition of ‘double __CONCAT’
  743.  __MATHCALL (tanh,, (_Mdouble_ __x));
  744.  ^
  745. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  746.  __MATHCALL (acos,, (_Mdouble_ __x));
  747.  ^
  748. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:76:1: error: ‘__’ was not declared in this scope
  749.  __MATHCALL (tanh,, (_Mdouble_ __x));
  750.  ^
  751. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:76:1: error: ‘tanh’ was not declared in this scope
  752.  __MATHCALL (tanh,, (_Mdouble_ __x));
  753.  ^
  754. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:76:1: error: ‘__CONCAT’ cannot be used as a function
  755.  __MATHCALL (tanh,, (_Mdouble_ __x));
  756.  ^
  757. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:76:1: error: expected primary-expression before ‘)’ token
  758.  __MATHCALL (tanh,, (_Mdouble_ __x));
  759.  ^
  760. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:77:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  761.  _Mdouble_END_NAMESPACE
  762.  ^
  763. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:1: error: redefinition of ‘double __CONCAT’
  764.  __MATHCALL (exp,, (_Mdouble_ __x));
  765.  ^
  766. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  767.  __MATHCALL (acos,, (_Mdouble_ __x));
  768.  ^
  769. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:1: error: ‘__’ was not declared in this scope
  770.  __MATHCALL (exp,, (_Mdouble_ __x));
  771.  ^
  772. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:1: error: ‘exp’ was not declared in this scope
  773.  __MATHCALL (exp,, (_Mdouble_ __x));
  774.  ^
  775. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:1: error: ‘__CONCAT’ cannot be used as a function
  776.  __MATHCALL (exp,, (_Mdouble_ __x));
  777.  ^
  778. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:1: error: expected primary-expression before ‘)’ token
  779.  __MATHCALL (exp,, (_Mdouble_ __x));
  780.  ^
  781. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:103:1: error: redefinition of ‘double __CONCAT’
  782.  __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
  783.  ^
  784. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  785.  __MATHCALL (acos,, (_Mdouble_ __x));
  786.  ^
  787. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:103:1: error: ‘frexp’ was not declared in this scope
  788.  __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
  789.  ^
  790. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:103:1: error: expected primary-expression before ‘)’ token
  791.  __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
  792.  ^
  793. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:103:1: error: redefinition of ‘double __CONCAT’
  794.  __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
  795.  ^
  796. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  797.  __MATHCALL (acos,, (_Mdouble_ __x));
  798.  ^
  799. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:103:1: error: ‘__’ was not declared in this scope
  800.  __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
  801.  ^
  802. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:103:1: error: ‘frexp’ was not declared in this scope
  803.  __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
  804.  ^
  805. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:103:1: error: ‘__CONCAT’ cannot be used as a function
  806.  __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
  807.  ^
  808. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:103:1: error: expected primary-expression before ‘)’ token
  809.  __MATHCALL (frexp,, (_Mdouble_ __x, int *__exponent));
  810.  ^
  811. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:106:1: error: redefinition of ‘double __CONCAT’
  812.  __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
  813.  ^
  814. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  815.  __MATHCALL (acos,, (_Mdouble_ __x));
  816.  ^
  817. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:106:1: error: ‘ldexp’ was not declared in this scope
  818.  __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
  819.  ^
  820. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:106:1: error: expected primary-expression before ‘)’ token
  821.  __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
  822.  ^
  823. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:106:1: error: redefinition of ‘double __CONCAT’
  824.  __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
  825.  ^
  826. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  827.  __MATHCALL (acos,, (_Mdouble_ __x));
  828.  ^
  829. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:106:1: error: ‘__’ was not declared in this scope
  830.  __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
  831.  ^
  832. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:106:1: error: ‘ldexp’ was not declared in this scope
  833.  __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
  834.  ^
  835. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:106:1: error: ‘__CONCAT’ cannot be used as a function
  836.  __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
  837.  ^
  838. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:106:1: error: expected primary-expression before ‘)’ token
  839.  __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
  840.  ^
  841. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:109:1: error: redefinition of ‘double __CONCAT’
  842.  __MATHCALL (log,, (_Mdouble_ __x));
  843.  ^
  844. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  845.  __MATHCALL (acos,, (_Mdouble_ __x));
  846.  ^
  847. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:109:1: error: ‘log’ was not declared in this scope
  848.  __MATHCALL (log,, (_Mdouble_ __x));
  849.  ^
  850. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:109:1: error: expected primary-expression before ‘)’ token
  851.  __MATHCALL (log,, (_Mdouble_ __x));
  852.  ^
  853. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:109:1: error: redefinition of ‘double __CONCAT’
  854.  __MATHCALL (log,, (_Mdouble_ __x));
  855.  ^
  856. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  857.  __MATHCALL (acos,, (_Mdouble_ __x));
  858.  ^
  859. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:109:1: error: ‘__’ was not declared in this scope
  860.  __MATHCALL (log,, (_Mdouble_ __x));
  861.  ^
  862. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:109:1: error: ‘log’ was not declared in this scope
  863.  __MATHCALL (log,, (_Mdouble_ __x));
  864.  ^
  865. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:109:1: error: ‘__CONCAT’ cannot be used as a function
  866.  __MATHCALL (log,, (_Mdouble_ __x));
  867.  ^
  868. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:109:1: error: expected primary-expression before ‘)’ token
  869.  __MATHCALL (log,, (_Mdouble_ __x));
  870.  ^
  871. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:112:1: error: redefinition of ‘double __CONCAT’
  872.  __MATHCALL (log10,, (_Mdouble_ __x));
  873.  ^
  874. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  875.  __MATHCALL (acos,, (_Mdouble_ __x));
  876.  ^
  877. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:112:1: error: ‘log10’ was not declared in this scope
  878.  __MATHCALL (log10,, (_Mdouble_ __x));
  879.  ^
  880. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:112:1: error: expected primary-expression before ‘)’ token
  881.  __MATHCALL (log10,, (_Mdouble_ __x));
  882.  ^
  883. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:112:1: error: redefinition of ‘double __CONCAT’
  884.  __MATHCALL (log10,, (_Mdouble_ __x));
  885.  ^
  886. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  887.  __MATHCALL (acos,, (_Mdouble_ __x));
  888.  ^
  889. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:112:1: error: ‘__’ was not declared in this scope
  890.  __MATHCALL (log10,, (_Mdouble_ __x));
  891.  ^
  892. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:112:1: error: ‘log10’ was not declared in this scope
  893.  __MATHCALL (log10,, (_Mdouble_ __x));
  894.  ^
  895. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:112:1: error: ‘__CONCAT’ cannot be used as a function
  896.  __MATHCALL (log10,, (_Mdouble_ __x));
  897.  ^
  898. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:112:1: error: expected primary-expression before ‘)’ token
  899.  __MATHCALL (log10,, (_Mdouble_ __x));
  900.  ^
  901. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:115:1: error: redefinition of ‘double __CONCAT’
  902.  __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
  903.  ^
  904. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  905.  __MATHCALL (acos,, (_Mdouble_ __x));
  906.  ^
  907. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:115:1: error: ‘modf’ was not declared in this scope
  908.  __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
  909.  ^
  910. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:115:1: error: expected primary-expression before ‘)’ token
  911.  __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
  912.  ^
  913. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:115:1: error: redefinition of ‘double __CONCAT’
  914.  __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
  915.  ^
  916. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  917.  __MATHCALL (acos,, (_Mdouble_ __x));
  918.  ^
  919. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:115:1: error: ‘__’ was not declared in this scope
  920.  __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
  921.  ^
  922. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:115:1: error: ‘modf’ was not declared in this scope
  923.  __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
  924.  ^
  925. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:115:1: error: ‘__CONCAT’ cannot be used as a function
  926.  __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
  927.  ^
  928. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:115:1: error: expected primary-expression before ‘)’ token
  929.  __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
  930.  ^
  931. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:116:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  932.  _Mdouble_END_NAMESPACE
  933.  ^
  934. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:153:1: error: redefinition of ‘double __CONCAT’
  935.  __MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  936.  ^
  937. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  938.  __MATHCALL (acos,, (_Mdouble_ __x));
  939.  ^
  940. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:153:1: error: ‘__’ was not declared in this scope
  941.  __MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  942.  ^
  943. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:153:1: error: ‘pow’ was not declared in this scope
  944.  __MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  945.  ^
  946. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:153:1: error: ‘__CONCAT’ cannot be used as a function
  947.  __MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  948.  ^
  949. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:153:1: error: expected primary-expression before ‘)’ token
  950.  __MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y));
  951.  ^
  952. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:156:1: error: redefinition of ‘double __CONCAT’
  953.  __MATHCALL (sqrt,, (_Mdouble_ __x));
  954.  ^
  955. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  956.  __MATHCALL (acos,, (_Mdouble_ __x));
  957.  ^
  958. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:156:1: error: ‘sqrt’ was not declared in this scope
  959.  __MATHCALL (sqrt,, (_Mdouble_ __x));
  960.  ^
  961. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:156:1: error: expected primary-expression before ‘)’ token
  962.  __MATHCALL (sqrt,, (_Mdouble_ __x));
  963.  ^
  964. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:156:1: error: redefinition of ‘double __CONCAT’
  965.  __MATHCALL (sqrt,, (_Mdouble_ __x));
  966.  ^
  967. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  968.  __MATHCALL (acos,, (_Mdouble_ __x));
  969.  ^
  970. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:156:1: error: ‘__’ was not declared in this scope
  971.  __MATHCALL (sqrt,, (_Mdouble_ __x));
  972.  ^
  973. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:156:1: error: ‘sqrt’ was not declared in this scope
  974.  __MATHCALL (sqrt,, (_Mdouble_ __x));
  975.  ^
  976. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:156:1: error: ‘__CONCAT’ cannot be used as a function
  977.  __MATHCALL (sqrt,, (_Mdouble_ __x));
  978.  ^
  979. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:156:1: error: expected primary-expression before ‘)’ token
  980.  __MATHCALL (sqrt,, (_Mdouble_ __x));
  981.  ^
  982. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:157:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  983.  _Mdouble_END_NAMESPACE
  984.  ^
  985. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:178:1: error: redefinition of ‘double __CONCAT’
  986.  __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
  987.  ^
  988. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  989.  __MATHCALL (acos,, (_Mdouble_ __x));
  990.  ^
  991. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:178:1: error: ‘__’ was not declared in this scope
  992.  __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
  993.  ^
  994. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:178:1: error: ‘ceil’ was not declared in this scope
  995.  __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
  996.  ^
  997. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:178:1: error: ‘__CONCAT’ cannot be used as a function
  998.  __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
  999.  ^
  1000. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:178:1: error: expected primary-expression before ‘)’ token
  1001.  __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__));
  1002.  ^
  1003. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:181:1: error: redefinition of ‘double __CONCAT’
  1004.  __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
  1005.  ^
  1006. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  1007.  __MATHCALL (acos,, (_Mdouble_ __x));
  1008.  ^
  1009. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:181:1: error: ‘fabs’ was not declared in this scope
  1010.  __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
  1011.  ^
  1012. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:181:1: error: expected primary-expression before ‘)’ token
  1013.  __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
  1014.  ^
  1015. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:181:1: error: redefinition of ‘double __CONCAT’
  1016.  __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
  1017.  ^
  1018. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  1019.  __MATHCALL (acos,, (_Mdouble_ __x));
  1020.  ^
  1021. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:181:1: error: ‘__’ was not declared in this scope
  1022.  __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
  1023.  ^
  1024. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:181:1: error: ‘fabs’ was not declared in this scope
  1025.  __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
  1026.  ^
  1027. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:181:1: error: ‘__CONCAT’ cannot be used as a function
  1028.  __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
  1029.  ^
  1030. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:181:1: error: expected primary-expression before ‘)’ token
  1031.  __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__));
  1032.  ^
  1033. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:184:1: error: redefinition of ‘double __CONCAT’
  1034.  __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
  1035.  ^
  1036. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  1037.  __MATHCALL (acos,, (_Mdouble_ __x));
  1038.  ^
  1039. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:184:1: error: ‘floor’ was not declared in this scope
  1040.  __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
  1041.  ^
  1042. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:184:1: error: expected primary-expression before ‘)’ token
  1043.  __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
  1044.  ^
  1045. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:184:1: error: redefinition of ‘double __CONCAT’
  1046.  __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
  1047.  ^
  1048. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  1049.  __MATHCALL (acos,, (_Mdouble_ __x));
  1050.  ^
  1051. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:184:1: error: ‘__’ was not declared in this scope
  1052.  __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
  1053.  ^
  1054. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:184:1: error: ‘floor’ was not declared in this scope
  1055.  __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
  1056.  ^
  1057. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:184:1: error: ‘__CONCAT’ cannot be used as a function
  1058.  __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
  1059.  ^
  1060. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:184:1: error: expected primary-expression before ‘)’ token
  1061.  __MATHCALLX (floor,, (_Mdouble_ __x), (__const__));
  1062.  ^
  1063. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:187:1: error: redefinition of ‘double __CONCAT’
  1064.  __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
  1065.  ^
  1066. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  1067.  __MATHCALL (acos,, (_Mdouble_ __x));
  1068.  ^
  1069. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:187:1: error: ‘fmod’ was not declared in this scope
  1070.  __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
  1071.  ^
  1072. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:187:1: error: expected primary-expression before ‘)’ token
  1073.  __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
  1074.  ^
  1075. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:187:1: error: redefinition of ‘double __CONCAT’
  1076.  __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
  1077.  ^
  1078. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘double __CONCAT’ previously defined here
  1079.  __MATHCALL (acos,, (_Mdouble_ __x));
  1080.  ^
  1081. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:187:1: error: ‘__’ was not declared in this scope
  1082.  __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
  1083.  ^
  1084. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:187:1: error: ‘fmod’ was not declared in this scope
  1085.  __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
  1086.  ^
  1087. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:187:1: error: ‘__CONCAT’ cannot be used as a function
  1088.  __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
  1089.  ^
  1090. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:187:1: error: expected primary-expression before ‘)’ token
  1091.  __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y));
  1092.  ^
  1093. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:192:1: error: conflicting declaration ‘int __CONCAT’
  1094.  __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
  1095.  ^
  1096. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘__CONCAT’ has a previous declaration as ‘double __CONCAT’
  1097.  __MATHCALL (acos,, (_Mdouble_ __x));
  1098.  ^
  1099. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:192:1: error: ‘__isinf’ was not declared in this scope
  1100.  __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
  1101.  ^
  1102. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:192:1: error: expected primary-expression before ‘)’ token
  1103.  __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
  1104.  ^
  1105. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:195:1: error: conflicting declaration ‘int __CONCAT’
  1106.  __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
  1107.  ^
  1108. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: ‘__CONCAT’ has a previous declaration as ‘double __CONCAT’
  1109.  __MATHCALL (acos,, (_Mdouble_ __x));
  1110.  ^
  1111. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:195:1: error: ‘__finite’ was not declared in this scope
  1112.  __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
  1113.  ^
  1114. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:195:1: error: expected primary-expression before ‘)’ token
  1115.  __MATHDECL_1 (int,__finite,, (_Mdouble_ __value)) __attribute__ ((__const__));
  1116.  ^
  1117. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:196:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1118.  _Mdouble_END_NAMESPACE
  1119.  ^
  1120. In file included from /usr/local/include/opencv2/core/types_c.h:94:0,
  1121.                  from /usr/local/include/opencv2/core/core_c.h:47,
  1122.                  from /usr/local/include/opencv/cv.h:63,
  1123.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1124.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1125.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1126. /usr/include/math.h:488:1: error: ‘__END_DECLS’ does not name a type
  1127.  __END_DECLS
  1128.  ^
  1129. In file included from /usr/local/include/opencv2/core/core_c.h:47:0,
  1130.                  from /usr/local/include/opencv/cv.h:63,
  1131.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1132.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1133.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1134. /usr/local/include/opencv2/core/types_c.h:208:5: error: ‘int64’ does not name a type
  1135.      int64 i;
  1136.      ^
  1137. /usr/local/include/opencv2/core/types_c.h:403:24: error: ‘cvRNG’ declared as an ‘inline’ variable
  1138.  CV_INLINE CvRNG cvRNG( int64 seed CV_DEFAULT(-1))
  1139.                         ^
  1140. /usr/local/include/opencv2/core/types_c.h:403:24: error: ‘int64’ was not declared in this scope
  1141. /usr/local/include/opencv2/core/types_c.h:404:1: error: expected ‘,’ or ‘;’ before ‘{’ token
  1142.  {
  1143.  ^
  1144. /usr/local/include/opencv2/core/core_c.h:1694:1: error: ‘int64’ does not name a type
  1145.  CVAPI(int64)  cvGetTickCount( void );
  1146.  ^
  1147. In file included from /usr/include/c++/4.8/bits/stl_algo.h:59:0,
  1148.                  from /usr/include/c++/4.8/algorithm:62,
  1149.                  from /usr/local/include/opencv2/core/core.hpp:56,
  1150.                  from /usr/local/include/opencv/cv.h:64,
  1151.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1152.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1153.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1154. /usr/include/c++/4.8/cstdlib:118:11: error: ‘::div_t’ has not been declared
  1155.    using ::div_t;
  1156.            ^
  1157. /usr/include/c++/4.8/cstdlib:121:11: error: ‘::abort’ has not been declared
  1158.    using ::abort;
  1159.            ^
  1160. /usr/include/c++/4.8/cstdlib:122:11: error: ‘::abs’ has not been declared
  1161.    using ::abs;
  1162.            ^
  1163. /usr/include/c++/4.8/cstdlib:123:11: error: ‘::atexit’ has not been declared
  1164.    using ::atexit;
  1165.            ^
  1166. /usr/include/c++/4.8/cstdlib:129:11: error: ‘::atof’ has not been declared
  1167.    using ::atof;
  1168.            ^
  1169. /usr/include/c++/4.8/cstdlib:130:11: error: ‘::atoi’ has not been declared
  1170.    using ::atoi;
  1171.            ^
  1172. /usr/include/c++/4.8/cstdlib:131:11: error: ‘::atol’ has not been declared
  1173.    using ::atol;
  1174.            ^
  1175. /usr/include/c++/4.8/cstdlib:132:11: error: ‘::bsearch’ has not been declared
  1176.    using ::bsearch;
  1177.            ^
  1178. /usr/include/c++/4.8/cstdlib:133:11: error: ‘::calloc’ has not been declared
  1179.    using ::calloc;
  1180.            ^
  1181. /usr/include/c++/4.8/cstdlib:134:11: error: ‘::div’ has not been declared
  1182.    using ::div;
  1183.            ^
  1184. /usr/include/c++/4.8/cstdlib:135:11: error: ‘::exit’ has not been declared
  1185.    using ::exit;
  1186.            ^
  1187. /usr/include/c++/4.8/cstdlib:136:11: error: ‘::free’ has not been declared
  1188.    using ::free;
  1189.            ^
  1190. /usr/include/c++/4.8/cstdlib:137:11: error: ‘::getenv’ has not been declared
  1191.    using ::getenv;
  1192.            ^
  1193. /usr/include/c++/4.8/cstdlib:138:11: error: ‘::labs’ has not been declared
  1194.    using ::labs;
  1195.            ^
  1196. /usr/include/c++/4.8/cstdlib:139:11: error: ‘::ldiv’ has not been declared
  1197.    using ::ldiv;
  1198.            ^
  1199. /usr/include/c++/4.8/cstdlib:140:11: error: ‘::malloc’ has not been declared
  1200.    using ::malloc;
  1201.            ^
  1202. /usr/include/c++/4.8/cstdlib:142:11: error: ‘::mblen’ has not been declared
  1203.    using ::mblen;
  1204.            ^
  1205. /usr/include/c++/4.8/cstdlib:143:11: error: ‘::mbstowcs’ has not been declared
  1206.    using ::mbstowcs;
  1207.            ^
  1208. /usr/include/c++/4.8/cstdlib:144:11: error: ‘::mbtowc’ has not been declared
  1209.    using ::mbtowc;
  1210.            ^
  1211. /usr/include/c++/4.8/cstdlib:146:11: error: ‘::qsort’ has not been declared
  1212.    using ::qsort;
  1213.            ^
  1214. /usr/include/c++/4.8/cstdlib:152:11: error: ‘::rand’ has not been declared
  1215.    using ::rand;
  1216.            ^
  1217. /usr/include/c++/4.8/cstdlib:153:11: error: ‘::realloc’ has not been declared
  1218.    using ::realloc;
  1219.            ^
  1220. /usr/include/c++/4.8/cstdlib:154:11: error: ‘::srand’ has not been declared
  1221.    using ::srand;
  1222.            ^
  1223. /usr/include/c++/4.8/cstdlib:155:11: error: ‘::strtod’ has not been declared
  1224.    using ::strtod;
  1225.            ^
  1226. /usr/include/c++/4.8/cstdlib:156:11: error: ‘::strtol’ has not been declared
  1227.    using ::strtol;
  1228.            ^
  1229. /usr/include/c++/4.8/cstdlib:157:11: error: ‘::strtoul’ has not been declared
  1230.    using ::strtoul;
  1231.            ^
  1232. /usr/include/c++/4.8/cstdlib:158:11: error: ‘::system’ has not been declared
  1233.    using ::system;
  1234.            ^
  1235. /usr/include/c++/4.8/cstdlib:160:11: error: ‘::wcstombs’ has not been declared
  1236.    using ::wcstombs;
  1237.            ^
  1238. /usr/include/c++/4.8/cstdlib:161:11: error: ‘::wctomb’ has not been declared
  1239.    using ::wctomb;
  1240.            ^
  1241. /usr/include/c++/4.8/cstdlib: In function ‘ldiv_t std::div(long int, long int)’:
  1242. /usr/include/c++/4.8/cstdlib:169:49: error: ‘ldiv’ was not declared in this scope
  1243.    div(long __i, long __j) { return ldiv(__i, __j); }
  1244.                                                  ^
  1245. /usr/include/c++/4.8/cstdlib: At global scope:
  1246. /usr/include/c++/4.8/cstdlib:201:11: error: ‘::lldiv_t’ has not been declared
  1247.    using ::lldiv_t;
  1248.            ^
  1249. /usr/include/c++/4.8/cstdlib:207:11: error: ‘::_Exit’ has not been declared
  1250.    using ::_Exit;
  1251.            ^
  1252. /usr/include/c++/4.8/cstdlib:211:11: error: ‘::llabs’ has not been declared
  1253.    using ::llabs;
  1254.            ^
  1255. /usr/include/c++/4.8/cstdlib:213:10: error: ‘lldiv_t’ does not name a type
  1256.    inline lldiv_t
  1257.           ^
  1258. /usr/include/c++/4.8/cstdlib:217:11: error: ‘::lldiv’ has not been declared
  1259.    using ::lldiv;
  1260.            ^
  1261. /usr/include/c++/4.8/cstdlib:228:11: error: ‘::atoll’ has not been declared
  1262.    using ::atoll;
  1263.            ^
  1264. /usr/include/c++/4.8/cstdlib:229:11: error: ‘::strtoll’ has not been declared
  1265.    using ::strtoll;
  1266.            ^
  1267. /usr/include/c++/4.8/cstdlib:230:11: error: ‘::strtoull’ has not been declared
  1268.    using ::strtoull;
  1269.            ^
  1270. /usr/include/c++/4.8/cstdlib:232:11: error: ‘::strtof’ has not been declared
  1271.    using ::strtof;
  1272.            ^
  1273. /usr/include/c++/4.8/cstdlib:233:11: error: ‘::strtold’ has not been declared
  1274.    using ::strtold;
  1275.            ^
  1276. /usr/include/c++/4.8/cstdlib:241:22: error: ‘__gnu_cxx::lldiv_t’ has not been declared
  1277.    using ::__gnu_cxx::lldiv_t;
  1278.                       ^
  1279. /usr/include/c++/4.8/cstdlib:243:22: error: ‘__gnu_cxx::_Exit’ has not been declared
  1280.    using ::__gnu_cxx::_Exit;
  1281.                       ^
  1282. /usr/include/c++/4.8/cstdlib:245:22: error: ‘__gnu_cxx::llabs’ has not been declared
  1283.    using ::__gnu_cxx::llabs;
  1284.                       ^
  1285. /usr/include/c++/4.8/cstdlib:246:22: error: ‘__gnu_cxx::div’ has not been declared
  1286.    using ::__gnu_cxx::div;
  1287.                       ^
  1288. /usr/include/c++/4.8/cstdlib:247:22: error: ‘__gnu_cxx::lldiv’ has not been declared
  1289.    using ::__gnu_cxx::lldiv;
  1290.                       ^
  1291. /usr/include/c++/4.8/cstdlib:249:22: error: ‘__gnu_cxx::atoll’ has not been declared
  1292.    using ::__gnu_cxx::atoll;
  1293.                       ^
  1294. /usr/include/c++/4.8/cstdlib:250:22: error: ‘__gnu_cxx::strtof’ has not been declared
  1295.    using ::__gnu_cxx::strtof;
  1296.                       ^
  1297. /usr/include/c++/4.8/cstdlib:251:22: error: ‘__gnu_cxx::strtoll’ has not been declared
  1298.    using ::__gnu_cxx::strtoll;
  1299.                       ^
  1300. /usr/include/c++/4.8/cstdlib:252:22: error: ‘__gnu_cxx::strtoull’ has not been declared
  1301.    using ::__gnu_cxx::strtoull;
  1302.                       ^
  1303. /usr/include/c++/4.8/cstdlib:253:22: error: ‘__gnu_cxx::strtold’ has not been declared
  1304.    using ::__gnu_cxx::strtold;
  1305.                       ^
  1306. In file included from /usr/include/c++/4.8/algorithm:62:0,
  1307.                  from /usr/local/include/opencv2/core/core.hpp:56,
  1308.                  from /usr/local/include/opencv/cv.h:64,
  1309.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1310.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1311.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1312. /usr/include/c++/4.8/bits/stl_algo.h: In function ‘void std::random_shuffle(_RAIter, _RAIter)’:
  1313. /usr/include/c++/4.8/bits/stl_algo.h:5196:35: error: ‘rand’ is not a member of ‘std’
  1314.     std::iter_swap(__i, __first + (std::rand() % ((__i - __first) + 1)));
  1315.                                    ^
  1316. In file included from /usr/local/include/opencv2/core/core.hpp:57:0,
  1317.                  from /usr/local/include/opencv/cv.h:64,
  1318.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1319.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1320.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1321. /usr/include/c++/4.8/cmath: At global scope:
  1322. /usr/include/c++/4.8/cmath:102:11: error: ‘::acos’ has not been declared
  1323.    using ::acos;
  1324.            ^
  1325. /usr/include/c++/4.8/cmath:121:11: error: ‘::asin’ has not been declared
  1326.    using ::asin;
  1327.            ^
  1328. /usr/include/c++/4.8/cmath:140:11: error: ‘::atan’ has not been declared
  1329.    using ::atan;
  1330.            ^
  1331. /usr/include/c++/4.8/cmath:159:11: error: ‘::atan2’ has not been declared
  1332.    using ::atan2;
  1333.            ^
  1334. /usr/include/c++/4.8/cmath:180:11: error: ‘::ceil’ has not been declared
  1335.    using ::ceil;
  1336.            ^
  1337. /usr/include/c++/4.8/cmath:199:11: error: ‘::cos’ has not been declared
  1338.    using ::cos;
  1339.            ^
  1340. /usr/include/c++/4.8/cmath:218:11: error: ‘::cosh’ has not been declared
  1341.    using ::cosh;
  1342.            ^
  1343. /usr/include/c++/4.8/cmath:237:11: error: ‘::exp’ has not been declared
  1344.    using ::exp;
  1345.            ^
  1346. /usr/include/c++/4.8/cmath:256:11: error: ‘::fabs’ has not been declared
  1347.    using ::fabs;
  1348.            ^
  1349. /usr/include/c++/4.8/cmath:275:11: error: ‘::floor’ has not been declared
  1350.    using ::floor;
  1351.            ^
  1352. /usr/include/c++/4.8/cmath:294:11: error: ‘::fmod’ has not been declared
  1353.    using ::fmod;
  1354.            ^
  1355. /usr/include/c++/4.8/cmath:315:11: error: ‘::frexp’ has not been declared
  1356.    using ::frexp;
  1357.            ^
  1358. /usr/include/c++/4.8/cmath:334:11: error: ‘::ldexp’ has not been declared
  1359.    using ::ldexp;
  1360.            ^
  1361. /usr/include/c++/4.8/cmath:353:11: error: ‘::log’ has not been declared
  1362.    using ::log;
  1363.            ^
  1364. /usr/include/c++/4.8/cmath:372:11: error: ‘::log10’ has not been declared
  1365.    using ::log10;
  1366.            ^
  1367. /usr/include/c++/4.8/cmath:391:11: error: ‘::modf’ has not been declared
  1368.    using ::modf;
  1369.            ^
  1370. /usr/include/c++/4.8/cmath:403:11: error: ‘::pow’ has not been declared
  1371.    using ::pow;
  1372.            ^
  1373. /usr/include/c++/4.8/cmath:440:11: error: ‘::sin’ has not been declared
  1374.    using ::sin;
  1375.            ^
  1376. /usr/include/c++/4.8/cmath:459:11: error: ‘::sinh’ has not been declared
  1377.    using ::sinh;
  1378.            ^
  1379. /usr/include/c++/4.8/cmath:478:11: error: ‘::sqrt’ has not been declared
  1380.    using ::sqrt;
  1381.            ^
  1382. /usr/include/c++/4.8/cmath:497:11: error: ‘::tan’ has not been declared
  1383.    using ::tan;
  1384.            ^
  1385. /usr/include/c++/4.8/cmath:516:11: error: ‘::tanh’ has not been declared
  1386.    using ::tanh;
  1387.            ^
  1388. /usr/include/c++/4.8/cmath: In function ‘typename __gnu_cxx::__enable_if<std::__is_arithmetic<_Tp>::__value, int>::__type std::fpclassify(_Tp)’:
  1389. /usr/include/c++/4.8/cmath:811:35: error: ‘FP_NAN’ was not declared in this scope
  1390.        return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
  1391.                                    ^
  1392. /usr/include/c++/4.8/cmath:811:43: error: ‘FP_INFINITE’ was not declared in this scope
  1393.        return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
  1394.                                            ^
  1395. /usr/include/c++/4.8/cmath:811:56: error: ‘FP_NORMAL’ was not declared in this scope
  1396.        return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
  1397.                                                         ^
  1398. /usr/include/c++/4.8/cmath:812:7: error: ‘FP_SUBNORMAL’ was not declared in this scope
  1399.        FP_SUBNORMAL, FP_ZERO, __type(__f));
  1400.        ^
  1401. /usr/include/c++/4.8/cmath:812:21: error: ‘FP_ZERO’ was not declared in this scope
  1402.        FP_SUBNORMAL, FP_ZERO, __type(__f));
  1403.                      ^
  1404. In file included from /usr/include/c++/4.8/cwchar:44:0,
  1405.                  from /usr/include/c++/4.8/bits/postypes.h:40,
  1406.                  from /usr/include/c++/4.8/iosfwd:40,
  1407.                  from /usr/include/c++/4.8/ios:38,
  1408.                  from /usr/include/c++/4.8/istream:38,
  1409.                  from /usr/include/c++/4.8/sstream:38,
  1410.                  from /usr/include/c++/4.8/complex:45,
  1411.                  from /usr/local/include/opencv2/core/core.hpp:59,
  1412.                  from /usr/local/include/opencv/cv.h:64,
  1413.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1414.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1415.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1416. /usr/include/wchar.h: At global scope:
  1417. /usr/include/wchar.h:104:1: error: ‘__BEGIN_NAMESPACE_C99’ does not name a type
  1418.  __BEGIN_NAMESPACE_C99
  1419.  ^
  1420. /usr/include/wchar.h:107:1: error: ‘__END_NAMESPACE_C99’ does not name a type
  1421.  __END_NAMESPACE_C99
  1422.  ^
  1423. /usr/include/wchar.h:138:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1424.  __END_NAMESPACE_STD
  1425.  ^
  1426. /usr/include/wchar.h:152:6: error: expected initializer before ‘__THROW’
  1427.       __THROW;
  1428.       ^
  1429. /usr/include/wchar.h:156:37: error: expected initializer before ‘__THROW’
  1430.     const wchar_t *__restrict __src) __THROW;
  1431.                                      ^
  1432. /usr/include/wchar.h:160:6: error: expected initializer before ‘__THROW’
  1433.       __THROW;
  1434.       ^
  1435. /usr/include/wchar.h:164:6: error: expected initializer before ‘__THROW’
  1436.       __THROW __attribute_pure__;
  1437.       ^
  1438. /usr/include/wchar.h:167:6: error: expected initializer before ‘__THROW’
  1439.       __THROW __attribute_pure__;
  1440.       ^
  1441. /usr/include/wchar.h:168:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1442.  __END_NAMESPACE_STD
  1443.  ^
  1444. /usr/include/wchar.h:197:54: error: expected initializer before ‘__THROW’
  1445.           const wchar_t *__restrict __s2, size_t __n) __THROW;
  1446.                                                       ^
  1447. /usr/include/wchar.h:198:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1448.  __END_NAMESPACE_STD
  1449.  ^
  1450. /usr/include/wchar.h:238:6: error: expected initializer before ‘__THROW’
  1451.       __THROW __attribute_pure__;
  1452.       ^
  1453. /usr/include/wchar.h:240:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1454.  __END_NAMESPACE_STD
  1455.  ^
  1456. /usr/include/wchar.h:257:6: error: expected initializer before ‘__THROW’
  1457.       __THROW __attribute_pure__;
  1458.       ^
  1459. /usr/include/wchar.h:267:6: error: expected initializer before ‘__THROW’
  1460.       __THROW __attribute_pure__;
  1461.       ^
  1462. /usr/include/wchar.h:278:6: error: expected initializer before ‘__THROW’
  1463.       __THROW __attribute_pure__;
  1464.       ^
  1465. /usr/include/wchar.h:284:32: error: expected initializer before ‘__THROW’
  1466.     wchar_t **__restrict __ptr) __THROW;
  1467.                                 ^
  1468. /usr/include/wchar.h:287:43: error: expected initializer before ‘__THROW’
  1469.  extern size_t wcslen (const wchar_t *__s) __THROW __attribute_pure__;
  1470.                                            ^
  1471. /usr/include/wchar.h:288:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1472.  __END_NAMESPACE_STD
  1473.  ^
  1474. /usr/include/wchar.h:326:6: error: expected initializer before ‘__THROW’
  1475.       __THROW __attribute_pure__;
  1476.       ^
  1477. /usr/include/wchar.h:330:49: error: expected initializer before ‘__THROW’
  1478.      const wchar_t *__restrict __s2, size_t __n) __THROW;
  1479.                                                  ^
  1480. /usr/include/wchar.h:335:6: error: expected initializer before ‘__THROW’
  1481.       __THROW;
  1482.       ^
  1483. /usr/include/wchar.h:338:65: error: expected initializer before ‘__THROW’
  1484.  extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) __THROW;
  1485.                                                                  ^
  1486. /usr/include/wchar.h:339:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1487.  __END_NAMESPACE_STD
  1488.  ^
  1489. /usr/include/wchar.h:357:31: error: expected initializer before ‘__THROW’
  1490.  extern int wctob (wint_t __c) __THROW;
  1491.                                ^
  1492. /usr/include/wchar.h:361:27: error: ‘mbstate_t’ does not name a type
  1493.  extern int mbsinit (const mbstate_t *__ps) __THROW __attribute_pure__;
  1494.                            ^
  1495. /usr/include/wchar.h:361:44: error: expected initializer before ‘__THROW’
  1496.  extern int mbsinit (const mbstate_t *__ps) __THROW __attribute_pure__;
  1497.                                             ^
  1498. /usr/include/wchar.h:367:10: error: ‘mbstate_t’ has not been declared
  1499.           mbstate_t *__restrict __p) __THROW;
  1500.           ^
  1501. /usr/include/wchar.h:367:37: error: expected initializer before ‘__THROW’
  1502.           mbstate_t *__restrict __p) __THROW;
  1503.                                      ^
  1504. /usr/include/wchar.h:371:10: error: ‘mbstate_t’ has not been declared
  1505.           mbstate_t *__restrict __ps) __THROW;
  1506.           ^
  1507. /usr/include/wchar.h:371:38: error: expected initializer before ‘__THROW’
  1508.           mbstate_t *__restrict __ps) __THROW;
  1509.                                       ^
  1510. /usr/include/wchar.h:375:4: error: ‘mbstate_t’ has not been declared
  1511.     mbstate_t *__restrict __ps) __THROW;
  1512.     ^
  1513. /usr/include/wchar.h:375:32: error: expected initializer before ‘__THROW’
  1514.     mbstate_t *__restrict __ps) __THROW;
  1515.                                 ^
  1516. /usr/include/wchar.h:377:9: error: ‘mbstate_t’ has not been declared
  1517.          mbstate_t *__restrict __ps) __THROW;
  1518.          ^
  1519. /usr/include/wchar.h:377:37: error: expected initializer before ‘__THROW’
  1520.          mbstate_t *__restrict __ps) __THROW;
  1521.                                      ^
  1522. /usr/include/wchar.h:378:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1523.  __END_NAMESPACE_STD
  1524.  ^
  1525. /usr/include/wchar.h:416:5: error: ‘mbstate_t’ has not been declared
  1526.      mbstate_t *__restrict __ps) __THROW;
  1527.      ^
  1528. /usr/include/wchar.h:416:33: error: expected initializer before ‘__THROW’
  1529.      mbstate_t *__restrict __ps) __THROW;
  1530.                                  ^
  1531. /usr/include/wchar.h:417:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1532.  __END_NAMESPACE_STD
  1533.  ^
  1534. /usr/include/wchar.h:452:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1535.  __END_NAMESPACE_STD
  1536.  ^
  1537. /usr/include/wchar.h:475:6: error: expected initializer before ‘__THROW’
  1538.       __THROW;
  1539.       ^
  1540. /usr/include/wchar.h:476:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1541.  __END_NAMESPACE_STD
  1542.  ^
  1543. /usr/include/wchar.h:790:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1544.  __END_NAMESPACE_STD
  1545.  ^
  1546. /usr/include/wchar.h:858:1: error: ‘__END_NAMESPACE_C99’ does not name a type
  1547.  __END_NAMESPACE_C99
  1548.  ^
  1549. In file included from /usr/include/c++/4.8/bits/postypes.h:40:0,
  1550.                  from /usr/include/c++/4.8/iosfwd:40,
  1551.                  from /usr/include/c++/4.8/ios:38,
  1552.                  from /usr/include/c++/4.8/istream:38,
  1553.                  from /usr/include/c++/4.8/sstream:38,
  1554.                  from /usr/include/c++/4.8/complex:45,
  1555.                  from /usr/local/include/opencv2/core/core.hpp:59,
  1556.                  from /usr/local/include/opencv/cv.h:64,
  1557.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1558.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1559.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1560. /usr/include/c++/4.8/cwchar:141:11: error: ‘::btowc’ has not been declared
  1561.    using ::btowc;
  1562.            ^
  1563. /usr/include/c++/4.8/cwchar:142:11: error: ‘::fgetwc’ has not been declared
  1564.    using ::fgetwc;
  1565.            ^
  1566. /usr/include/c++/4.8/cwchar:146:11: error: ‘::fwide’ has not been declared
  1567.    using ::fwide;
  1568.            ^
  1569. /usr/include/c++/4.8/cwchar:147:11: error: ‘::fwprintf’ has not been declared
  1570.    using ::fwprintf;
  1571.            ^
  1572. /usr/include/c++/4.8/cwchar:148:11: error: ‘::fwscanf’ has not been declared
  1573.    using ::fwscanf;
  1574.            ^
  1575. /usr/include/c++/4.8/cwchar:151:11: error: ‘::mbrlen’ has not been declared
  1576.    using ::mbrlen;
  1577.            ^
  1578. /usr/include/c++/4.8/cwchar:152:11: error: ‘::mbrtowc’ has not been declared
  1579.    using ::mbrtowc;
  1580.            ^
  1581. /usr/include/c++/4.8/cwchar:153:11: error: ‘::mbsinit’ has not been declared
  1582.    using ::mbsinit;
  1583.            ^
  1584. /usr/include/c++/4.8/cwchar:154:11: error: ‘::mbsrtowcs’ has not been declared
  1585.    using ::mbsrtowcs;
  1586.            ^
  1587. /usr/include/c++/4.8/cwchar:158:11: error: ‘::swprintf’ has not been declared
  1588.    using ::swprintf;
  1589.            ^
  1590. /usr/include/c++/4.8/cwchar:160:11: error: ‘::swscanf’ has not been declared
  1591.    using ::swscanf;
  1592.            ^
  1593. /usr/include/c++/4.8/cwchar:162:11: error: ‘::vfwprintf’ has not been declared
  1594.    using ::vfwprintf;
  1595.            ^
  1596. /usr/include/c++/4.8/cwchar:164:11: error: ‘::vfwscanf’ has not been declared
  1597.    using ::vfwscanf;
  1598.            ^
  1599. /usr/include/c++/4.8/cwchar:167:11: error: ‘::vswprintf’ has not been declared
  1600.    using ::vswprintf;
  1601.            ^
  1602. /usr/include/c++/4.8/cwchar:170:11: error: ‘::vswscanf’ has not been declared
  1603.    using ::vswscanf;
  1604.            ^
  1605. /usr/include/c++/4.8/cwchar:172:11: error: ‘::vwprintf’ has not been declared
  1606.    using ::vwprintf;
  1607.            ^
  1608. /usr/include/c++/4.8/cwchar:174:11: error: ‘::vwscanf’ has not been declared
  1609.    using ::vwscanf;
  1610.            ^
  1611. /usr/include/c++/4.8/cwchar:176:11: error: ‘::wcrtomb’ has not been declared
  1612.    using ::wcrtomb;
  1613.            ^
  1614. /usr/include/c++/4.8/cwchar:177:11: error: ‘::wcscat’ has not been declared
  1615.    using ::wcscat;
  1616.            ^
  1617. /usr/include/c++/4.8/cwchar:178:11: error: ‘::wcscmp’ has not been declared
  1618.    using ::wcscmp;
  1619.            ^
  1620. /usr/include/c++/4.8/cwchar:179:11: error: ‘::wcscoll’ has not been declared
  1621.    using ::wcscoll;
  1622.            ^
  1623. /usr/include/c++/4.8/cwchar:180:11: error: ‘::wcscpy’ has not been declared
  1624.    using ::wcscpy;
  1625.            ^
  1626. /usr/include/c++/4.8/cwchar:181:11: error: ‘::wcscspn’ has not been declared
  1627.    using ::wcscspn;
  1628.            ^
  1629. /usr/include/c++/4.8/cwchar:182:11: error: ‘::wcsftime’ has not been declared
  1630.    using ::wcsftime;
  1631.            ^
  1632. /usr/include/c++/4.8/cwchar:183:11: error: ‘::wcslen’ has not been declared
  1633.    using ::wcslen;
  1634.            ^
  1635. /usr/include/c++/4.8/cwchar:184:11: error: ‘::wcsncat’ has not been declared
  1636.    using ::wcsncat;
  1637.            ^
  1638. /usr/include/c++/4.8/cwchar:185:11: error: ‘::wcsncmp’ has not been declared
  1639.    using ::wcsncmp;
  1640.            ^
  1641. /usr/include/c++/4.8/cwchar:186:11: error: ‘::wcsncpy’ has not been declared
  1642.    using ::wcsncpy;
  1643.            ^
  1644. /usr/include/c++/4.8/cwchar:187:11: error: ‘::wcsrtombs’ has not been declared
  1645.    using ::wcsrtombs;
  1646.            ^
  1647. /usr/include/c++/4.8/cwchar:188:11: error: ‘::wcsspn’ has not been declared
  1648.    using ::wcsspn;
  1649.            ^
  1650. /usr/include/c++/4.8/cwchar:189:11: error: ‘::wcstod’ has not been declared
  1651.    using ::wcstod;
  1652.            ^
  1653. /usr/include/c++/4.8/cwchar:191:11: error: ‘::wcstof’ has not been declared
  1654.    using ::wcstof;
  1655.            ^
  1656. /usr/include/c++/4.8/cwchar:193:11: error: ‘::wcstok’ has not been declared
  1657.    using ::wcstok;
  1658.            ^
  1659. /usr/include/c++/4.8/cwchar:194:11: error: ‘::wcstol’ has not been declared
  1660.    using ::wcstol;
  1661.            ^
  1662. /usr/include/c++/4.8/cwchar:195:11: error: ‘::wcstoul’ has not been declared
  1663.    using ::wcstoul;
  1664.            ^
  1665. /usr/include/c++/4.8/cwchar:196:11: error: ‘::wcsxfrm’ has not been declared
  1666.    using ::wcsxfrm;
  1667.            ^
  1668. /usr/include/c++/4.8/cwchar:197:11: error: ‘::wctob’ has not been declared
  1669.    using ::wctob;
  1670.            ^
  1671. /usr/include/c++/4.8/cwchar:198:11: error: ‘::wmemcmp’ has not been declared
  1672.    using ::wmemcmp;
  1673.            ^
  1674. /usr/include/c++/4.8/cwchar:199:11: error: ‘::wmemcpy’ has not been declared
  1675.    using ::wmemcpy;
  1676.            ^
  1677. /usr/include/c++/4.8/cwchar:200:11: error: ‘::wmemmove’ has not been declared
  1678.    using ::wmemmove;
  1679.            ^
  1680. /usr/include/c++/4.8/cwchar:201:11: error: ‘::wmemset’ has not been declared
  1681.    using ::wmemset;
  1682.            ^
  1683. /usr/include/c++/4.8/cwchar:202:11: error: ‘::wprintf’ has not been declared
  1684.    using ::wprintf;
  1685.            ^
  1686. /usr/include/c++/4.8/cwchar:203:11: error: ‘::wscanf’ has not been declared
  1687.    using ::wscanf;
  1688.            ^
  1689. /usr/include/c++/4.8/cwchar:204:11: error: ‘::wcschr’ has not been declared
  1690.    using ::wcschr;
  1691.            ^
  1692. /usr/include/c++/4.8/cwchar:205:11: error: ‘::wcspbrk’ has not been declared
  1693.    using ::wcspbrk;
  1694.            ^
  1695. /usr/include/c++/4.8/cwchar:206:11: error: ‘::wcsrchr’ has not been declared
  1696.    using ::wcsrchr;
  1697.            ^
  1698. /usr/include/c++/4.8/cwchar:207:11: error: ‘::wcsstr’ has not been declared
  1699.    using ::wcsstr;
  1700.            ^
  1701. /usr/include/c++/4.8/cwchar:208:11: error: ‘::wmemchr’ has not been declared
  1702.    using ::wmemchr;
  1703.            ^
  1704. /usr/include/c++/4.8/cwchar: In function ‘wchar_t* std::wcschr(wchar_t*, wchar_t)’:
  1705. /usr/include/c++/4.8/cwchar:213:55: error: invalid conversion from ‘const wchar_t*’ to ‘wchar_t*’ [-fpermissive]
  1706.    { return wcschr(const_cast<const wchar_t*>(__p), __c); }
  1707.                                                        ^
  1708. /usr/include/c++/4.8/cwchar:212:3: error:   initializing argument 1 of ‘wchar_t* std::wcschr(wchar_t*, wchar_t)’ [-fpermissive]
  1709.    wcschr(wchar_t* __p, wchar_t __c)
  1710.    ^
  1711. /usr/include/c++/4.8/cwchar: In function ‘wchar_t* std::wcspbrk(wchar_t*, const wchar_t*)’:
  1712. /usr/include/c++/4.8/cwchar:217:58: error: invalid conversion from ‘const wchar_t*’ to ‘wchar_t*’ [-fpermissive]
  1713.    { return wcspbrk(const_cast<const wchar_t*>(__s1), __s2); }
  1714.                                                           ^
  1715. /usr/include/c++/4.8/cwchar:216:3: error:   initializing argument 1 of ‘wchar_t* std::wcspbrk(wchar_t*, const wchar_t*)’ [-fpermissive]
  1716.    wcspbrk(wchar_t* __s1, const wchar_t* __s2)
  1717.    ^
  1718. /usr/include/c++/4.8/cwchar: In function ‘wchar_t* std::wcsrchr(wchar_t*, wchar_t)’:
  1719. /usr/include/c++/4.8/cwchar:221:56: error: invalid conversion from ‘const wchar_t*’ to ‘wchar_t*’ [-fpermissive]
  1720.    { return wcsrchr(const_cast<const wchar_t*>(__p), __c); }
  1721.                                                         ^
  1722. /usr/include/c++/4.8/cwchar:220:3: error:   initializing argument 1 of ‘wchar_t* std::wcsrchr(wchar_t*, wchar_t)’ [-fpermissive]
  1723.    wcsrchr(wchar_t* __p, wchar_t __c)
  1724.    ^
  1725. /usr/include/c++/4.8/cwchar: In function ‘wchar_t* std::wcsstr(wchar_t*, const wchar_t*)’:
  1726. /usr/include/c++/4.8/cwchar:225:57: error: invalid conversion from ‘const wchar_t*’ to ‘wchar_t*’ [-fpermissive]
  1727.    { return wcsstr(const_cast<const wchar_t*>(__s1), __s2); }
  1728.                                                          ^
  1729. /usr/include/c++/4.8/cwchar:224:3: error:   initializing argument 1 of ‘wchar_t* std::wcsstr(wchar_t*, const wchar_t*)’ [-fpermissive]
  1730.    wcsstr(wchar_t* __s1, const wchar_t* __s2)
  1731.    ^
  1732. /usr/include/c++/4.8/cwchar: In function ‘wchar_t* std::wmemchr(wchar_t*, wchar_t, std::size_t)’:
  1733. /usr/include/c++/4.8/cwchar:229:61: error: invalid conversion from ‘const wchar_t*’ to ‘wchar_t*’ [-fpermissive]
  1734.    { return wmemchr(const_cast<const wchar_t*>(__p), __c, __n); }
  1735.                                                              ^
  1736. /usr/include/c++/4.8/cwchar:228:3: error:   initializing argument 1 of ‘wchar_t* std::wmemchr(wchar_t*, wchar_t, std::size_t)’ [-fpermissive]
  1737.    wmemchr(wchar_t* __p, wchar_t __c, size_t __n)
  1738.    ^
  1739. /usr/include/c++/4.8/cwchar: At global scope:
  1740. /usr/include/c++/4.8/cwchar:248:11: error: ‘::wcstold’ has not been declared
  1741.    using ::wcstold;
  1742.            ^
  1743. /usr/include/c++/4.8/cwchar:257:11: error: ‘::wcstoll’ has not been declared
  1744.    using ::wcstoll;
  1745.            ^
  1746. /usr/include/c++/4.8/cwchar:258:11: error: ‘::wcstoull’ has not been declared
  1747.    using ::wcstoull;
  1748.            ^
  1749. /usr/include/c++/4.8/cwchar:264:22: error: ‘__gnu_cxx::wcstold’ has not been declared
  1750.    using ::__gnu_cxx::wcstold;
  1751.                       ^
  1752. /usr/include/c++/4.8/cwchar:265:22: error: ‘__gnu_cxx::wcstoll’ has not been declared
  1753.    using ::__gnu_cxx::wcstoll;
  1754.                       ^
  1755. /usr/include/c++/4.8/cwchar:266:22: error: ‘__gnu_cxx::wcstoull’ has not been declared
  1756.    using ::__gnu_cxx::wcstoull;
  1757.                       ^
  1758. In file included from /usr/include/c++/4.8/iosfwd:40:0,
  1759.                  from /usr/include/c++/4.8/ios:38,
  1760.                  from /usr/include/c++/4.8/istream:38,
  1761.                  from /usr/include/c++/4.8/sstream:38,
  1762.                  from /usr/include/c++/4.8/complex:45,
  1763.                  from /usr/local/include/opencv2/core/core.hpp:59,
  1764.                  from /usr/local/include/opencv/cv.h:64,
  1765.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1766.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1767.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1768. /usr/include/c++/4.8/bits/postypes.h:228:16: error: ‘mbstate_t’ was not declared in this scope
  1769.    typedef fpos<mbstate_t> streampos;
  1770.                 ^
  1771. /usr/include/c++/4.8/bits/postypes.h:228:25: error: template argument 1 is invalid
  1772.    typedef fpos<mbstate_t> streampos;
  1773.                          ^
  1774. /usr/include/c++/4.8/bits/postypes.h:228:36: error: invalid type in declaration before ‘;’ token
  1775.    typedef fpos<mbstate_t> streampos;
  1776.                                     ^
  1777. /usr/include/c++/4.8/bits/postypes.h:230:16: error: ‘mbstate_t’ was not declared in this scope
  1778.    typedef fpos<mbstate_t> wstreampos;
  1779.                 ^
  1780. /usr/include/c++/4.8/bits/postypes.h:230:25: error: template argument 1 is invalid
  1781.    typedef fpos<mbstate_t> wstreampos;
  1782.                          ^
  1783. /usr/include/c++/4.8/bits/postypes.h:230:37: error: invalid type in declaration before ‘;’ token
  1784.    typedef fpos<mbstate_t> wstreampos;
  1785.                                      ^
  1786. In file included from /usr/include/c++/4.8/ios:40:0,
  1787.                  from /usr/include/c++/4.8/istream:38,
  1788.                  from /usr/include/c++/4.8/sstream:38,
  1789.                  from /usr/include/c++/4.8/complex:45,
  1790.                  from /usr/local/include/opencv2/core/core.hpp:59,
  1791.                  from /usr/local/include/opencv/cv.h:64,
  1792.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1793.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1794.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1795. /usr/include/c++/4.8/bits/char_traits.h:63:15: error: ‘mbstate_t’ in namespace ‘std’ does not name a type
  1796.        typedef std::mbstate_t  state_type;
  1797.                ^
  1798. /usr/include/c++/4.8/bits/char_traits.h:239:15: error: ‘mbstate_t’ does not name a type
  1799.        typedef mbstate_t         state_type;
  1800.                ^
  1801. /usr/include/c++/4.8/bits/char_traits.h:310:15: error: ‘mbstate_t’ does not name a type
  1802.        typedef mbstate_t         state_type;
  1803.                ^
  1804. /usr/include/c++/4.8/bits/char_traits.h: In static member function ‘static int std::char_traits<wchar_t>::compare(const char_type*, const char_type*, std::size_t)’:
  1805. /usr/include/c++/4.8/bits/char_traits.h:326:39: error: ‘wmemcmp’ was not declared in this scope
  1806.        { return wmemcmp(__s1, __s2, __n); }
  1807.                                        ^
  1808. /usr/include/c++/4.8/bits/char_traits.h: In static member function ‘static std::size_t std::char_traits<wchar_t>::length(const char_type*)’:
  1809. /usr/include/c++/4.8/bits/char_traits.h:330:26: error: ‘wcslen’ was not declared in this scope
  1810.        { return wcslen(__s); }
  1811.                           ^
  1812. /usr/include/c++/4.8/bits/char_traits.h: In static member function ‘static const char_type* std::char_traits<wchar_t>::find(const char_type*, std::size_t, const char_type&)’:
  1813. /usr/include/c++/4.8/bits/char_traits.h:334:37: error: invalid conversion from ‘const char_type* {aka const wchar_t*}’ to ‘wchar_t*’ [-fpermissive]
  1814.        { return wmemchr(__s, __a, __n); }
  1815.                                      ^
  1816. In file included from /usr/include/c++/4.8/bits/postypes.h:40:0,
  1817.                  from /usr/include/c++/4.8/iosfwd:40,
  1818.                  from /usr/include/c++/4.8/ios:38,
  1819.                  from /usr/include/c++/4.8/istream:38,
  1820.                  from /usr/include/c++/4.8/sstream:38,
  1821.                  from /usr/include/c++/4.8/complex:45,
  1822.                  from /usr/local/include/opencv2/core/core.hpp:59,
  1823.                  from /usr/local/include/opencv/cv.h:64,
  1824.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1825.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1826.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1827. /usr/include/c++/4.8/cwchar:228:3: error:   initializing argument 1 of ‘wchar_t* std::wmemchr(wchar_t*, wchar_t, std::size_t)’ [-fpermissive]
  1828.    wmemchr(wchar_t* __p, wchar_t __c, size_t __n)
  1829.    ^
  1830. In file included from /usr/include/c++/4.8/ios:40:0,
  1831.                  from /usr/include/c++/4.8/istream:38,
  1832.                  from /usr/include/c++/4.8/sstream:38,
  1833.                  from /usr/include/c++/4.8/complex:45,
  1834.                  from /usr/local/include/opencv2/core/core.hpp:59,
  1835.                  from /usr/local/include/opencv/cv.h:64,
  1836.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1837.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1838.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1839. /usr/include/c++/4.8/bits/char_traits.h: In static member function ‘static std::char_traits<wchar_t>::char_type* std::char_traits<wchar_t>::move(std::char_traits<wchar_t>::char_type*, const char_type*, std::size_t)’:
  1840. /usr/include/c++/4.8/bits/char_traits.h:338:40: error: ‘wmemmove’ was not declared in this scope
  1841.        { return wmemmove(__s1, __s2, __n); }
  1842.                                         ^
  1843. /usr/include/c++/4.8/bits/char_traits.h: In static member function ‘static std::char_traits<wchar_t>::char_type* std::char_traits<wchar_t>::copy(std::char_traits<wchar_t>::char_type*, const char_type*, std::size_t)’:
  1844. /usr/include/c++/4.8/bits/char_traits.h:342:39: error: ‘wmemcpy’ was not declared in this scope
  1845.        { return wmemcpy(__s1, __s2, __n); }
  1846.                                        ^
  1847. /usr/include/c++/4.8/bits/char_traits.h: In static member function ‘static std::char_traits<wchar_t>::char_type* std::char_traits<wchar_t>::assign(std::char_traits<wchar_t>::char_type*, std::size_t, std::char_traits<wchar_t>::char_type)’:
  1848. /usr/include/c++/4.8/bits/char_traits.h:346:37: error: ‘wmemset’ was not declared in this scope
  1849.        { return wmemset(__s, __a, __n); }
  1850.                                      ^
  1851. In file included from /usr/include/c++/4.8/clocale:42:0,
  1852.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++locale.h:41,
  1853.                  from /usr/include/c++/4.8/bits/localefwd.h:40,
  1854.                  from /usr/include/c++/4.8/ios:41,
  1855.                  from /usr/include/c++/4.8/istream:38,
  1856.                  from /usr/include/c++/4.8/sstream:38,
  1857.                  from /usr/include/c++/4.8/complex:45,
  1858.                  from /usr/local/include/opencv2/core/core.hpp:59,
  1859.                  from /usr/local/include/opencv/cv.h:64,
  1860.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1861.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1862.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1863. /usr/include/locale.h: At global scope:
  1864. /usr/include/locale.h:31:1: error: ‘__BEGIN_DECLS’ does not name a type
  1865.  __BEGIN_DECLS
  1866.  ^
  1867. /usr/include/locale.h:124:63: error: expected initializer before ‘__THROW’
  1868.  extern char *setlocale (int __category, const char *__locale) __THROW;
  1869.                                                                ^
  1870. /usr/include/locale.h:127:40: error: expected initializer before ‘__THROW’
  1871.  extern struct lconv *localeconv (void) __THROW;
  1872.                                         ^
  1873. /usr/include/locale.h:129:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1874.  __END_NAMESPACE_STD
  1875.  ^
  1876. In file included from /usr/include/c++/4.8/bits/localefwd.h:40:0,
  1877.                  from /usr/include/c++/4.8/ios:41,
  1878.                  from /usr/include/c++/4.8/istream:38,
  1879.                  from /usr/include/c++/4.8/sstream:38,
  1880.                  from /usr/include/c++/4.8/complex:45,
  1881.                  from /usr/local/include/opencv2/core/core.hpp:59,
  1882.                  from /usr/local/include/opencv/cv.h:64,
  1883.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1884.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1885.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1886. /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++locale.h:62:11: error: ‘__locale_t’ does not name a type
  1887.    typedef __locale_t  __c_locale;
  1888.            ^
  1889. /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++locale.h:69:26: error: ‘__c_locale’ does not name a type
  1890.    __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)),
  1891.                           ^
  1892. /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++locale.h: In function ‘int std::__convert_from_v(const int&, char*, int, const char*, ...)’:
  1893. /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++locale.h:77:19: error: ‘setlocale’ is not a member of ‘std’
  1894.      char* __old = std::setlocale(LC_NUMERIC, 0);
  1895.                    ^
  1896. /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++locale.h:84:2: error: ‘setlocale’ is not a member of ‘std’
  1897.   std::setlocale(LC_NUMERIC, "C");
  1898.   ^
  1899. /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++locale.h:104:2: error: ‘setlocale’ is not a member of ‘std’
  1900.   std::setlocale(LC_NUMERIC, __sav);
  1901.   ^
  1902. In file included from /usr/include/c++/4.8/cctype:42:0,
  1903.                  from /usr/include/c++/4.8/bits/localefwd.h:42,
  1904.                  from /usr/include/c++/4.8/ios:41,
  1905.                  from /usr/include/c++/4.8/istream:38,
  1906.                  from /usr/include/c++/4.8/sstream:38,
  1907.                  from /usr/include/c++/4.8/complex:45,
  1908.                  from /usr/local/include/opencv2/core/core.hpp:59,
  1909.                  from /usr/local/include/opencv/cv.h:64,
  1910.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1911.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1912.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1913. /usr/include/ctype.h: At global scope:
  1914. /usr/include/ctype.h:28:1: error: ‘__BEGIN_DECLS’ does not name a type
  1915.  __BEGIN_DECLS
  1916.  ^
  1917. In file included from /usr/include/c++/4.8/cctype:42:0,
  1918.                  from /usr/include/c++/4.8/bits/localefwd.h:42,
  1919.                  from /usr/include/c++/4.8/ios:41,
  1920.                  from /usr/include/c++/4.8/istream:38,
  1921.                  from /usr/include/c++/4.8/sstream:38,
  1922.                  from /usr/include/c++/4.8/complex:45,
  1923.                  from /usr/local/include/opencv2/core/core.hpp:59,
  1924.                  from /usr/local/include/opencv/cv.h:64,
  1925.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1926.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1927.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1928. /usr/include/ctype.h:80:6: error: expected initializer before ‘__THROW’
  1929.       __THROW __attribute__ ((__const__));
  1930.       ^
  1931. /usr/include/ctype.h:82:6: error: expected initializer before ‘__THROW’
  1932.       __THROW __attribute__ ((__const__));
  1933.       ^
  1934. /usr/include/ctype.h:84:6: error: expected initializer before ‘__THROW’
  1935.       __THROW __attribute__ ((__const__));
  1936.       ^
  1937. /usr/include/ctype.h:104:1: error: ‘__BEGIN_NAMESPACE_STD’ does not name a type
  1938.  __BEGIN_NAMESPACE_STD
  1939.  ^
  1940. /usr/include/ctype.h:111:1: error: expected initializer before ‘__THROW’
  1941.  __exctype (isalpha);
  1942.  ^
  1943. /usr/include/ctype.h:112:1: error: expected initializer before ‘__THROW’
  1944.  __exctype (iscntrl);
  1945.  ^
  1946. /usr/include/ctype.h:113:1: error: expected initializer before ‘__THROW’
  1947.  __exctype (isdigit);
  1948.  ^
  1949. /usr/include/ctype.h:114:1: error: expected initializer before ‘__THROW’
  1950.  __exctype (islower);
  1951.  ^
  1952. /usr/include/ctype.h:115:1: error: expected initializer before ‘__THROW’
  1953.  __exctype (isgraph);
  1954.  ^
  1955. /usr/include/ctype.h:116:1: error: expected initializer before ‘__THROW’
  1956.  __exctype (isprint);
  1957.  ^
  1958. /usr/include/ctype.h:117:1: error: expected initializer before ‘__THROW’
  1959.  __exctype (ispunct);
  1960.  ^
  1961. /usr/include/ctype.h:118:1: error: expected initializer before ‘__THROW’
  1962.  __exctype (isspace);
  1963.  ^
  1964. /usr/include/ctype.h:119:1: error: expected initializer before ‘__THROW’
  1965.  __exctype (isupper);
  1966.  ^
  1967. /usr/include/ctype.h:120:1: error: expected initializer before ‘__THROW’
  1968.  __exctype (isxdigit);
  1969.  ^
  1970. /usr/include/ctype.h:124:30: error: expected initializer before ‘__THROW’
  1971.  extern int tolower (int __c) __THROW;
  1972.                               ^
  1973. /usr/include/ctype.h:127:30: error: expected initializer before ‘__THROW’
  1974.  extern int toupper (int __c) __THROW;
  1975.                               ^
  1976. /usr/include/ctype.h:129:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  1977.  __END_NAMESPACE_STD
  1978.  ^
  1979. In file included from /usr/include/c++/4.8/ios:41:0,
  1980.                  from /usr/include/c++/4.8/istream:38,
  1981.                  from /usr/include/c++/4.8/sstream:38,
  1982.                  from /usr/include/c++/4.8/complex:45,
  1983.                  from /usr/local/include/opencv2/core/core.hpp:59,
  1984.                  from /usr/local/include/opencv/cv.h:64,
  1985.                  from /home/appuru/desktop/test/build/include/test.h:4,
  1986.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  1987.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  1988. /usr/include/c++/4.8/bits/localefwd.h:133:40: error: ‘mbstate_t’ was not declared in this scope
  1989.    template<> class codecvt<char, char, mbstate_t>;
  1990.                                         ^
  1991. /usr/include/c++/4.8/bits/localefwd.h:133:49: error: template argument 3 is invalid
  1992.    template<> class codecvt<char, char, mbstate_t>;
  1993.                                                  ^
  1994. /usr/include/c++/4.8/bits/localefwd.h:135:43: error: ‘mbstate_t’ was not declared in this scope
  1995.    template<> class codecvt<wchar_t, char, mbstate_t>;
  1996.                                            ^
  1997. /usr/include/c++/4.8/bits/localefwd.h:135:52: error: template argument 3 is invalid
  1998.    template<> class codecvt<wchar_t, char, mbstate_t>;
  1999.                                                     ^
  2000. In file included from /usr/include/sched.h:32:0,
  2001.                  from /usr/include/pthread.h:23,
  2002.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:35,
  2003.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr.h:148,
  2004.                  from /usr/include/c++/4.8/ext/atomicity.h:35,
  2005.                  from /usr/include/c++/4.8/bits/ios_base.h:39,
  2006.                  from /usr/include/c++/4.8/ios:42,
  2007.                  from /usr/include/c++/4.8/istream:38,
  2008.                  from /usr/include/c++/4.8/sstream:38,
  2009.                  from /usr/include/c++/4.8/complex:45,
  2010.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2011.                  from /usr/local/include/opencv/cv.h:64,
  2012.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2013.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2014.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2015. /usr/include/time.h:73:1: error: ‘__BEGIN_NAMESPACE_STD’ does not name a type
  2016.  __BEGIN_NAMESPACE_STD
  2017.  ^
  2018. /usr/include/time.h:76:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  2019.  __END_NAMESPACE_STD
  2020.  ^
  2021. In file included from /usr/include/sched.h:41:0,
  2022.                  from /usr/include/pthread.h:23,
  2023.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:35,
  2024.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr.h:148,
  2025.                  from /usr/include/c++/4.8/ext/atomicity.h:35,
  2026.                  from /usr/include/c++/4.8/bits/ios_base.h:39,
  2027.                  from /usr/include/c++/4.8/ios:42,
  2028.                  from /usr/include/c++/4.8/istream:38,
  2029.                  from /usr/include/c++/4.8/sstream:38,
  2030.                  from /usr/include/c++/4.8/complex:45,
  2031.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2032.                  from /usr/local/include/opencv/cv.h:64,
  2033.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2034.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2035.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2036. /usr/include/x86_64-linux-gnu/bits/sched.h:77:1: error: ‘__BEGIN_DECLS’ does not name a type
  2037.  __BEGIN_DECLS
  2038.  ^
  2039. /usr/include/x86_64-linux-gnu/bits/sched.h:201:1: error: ‘__BEGIN_DECLS’ does not name a type
  2040.  __BEGIN_DECLS
  2041.  ^
  2042. /usr/include/x86_64-linux-gnu/bits/sched.h:205:53: error: expected initializer before ‘__THROW’
  2043.  extern cpu_set_t *__sched_cpualloc (size_t __count) __THROW __wur;
  2044.                                                      ^
  2045. /usr/include/x86_64-linux-gnu/bits/sched.h:206:48: error: expected initializer before ‘__THROW’
  2046.  extern void __sched_cpufree (cpu_set_t *__set) __THROW;
  2047.                                                 ^
  2048. /usr/include/x86_64-linux-gnu/bits/sched.h:208:1: error: ‘__END_DECLS’ does not name a type
  2049.  __END_DECLS
  2050.  ^
  2051. In file included from /usr/include/pthread.h:23:0,
  2052.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:35,
  2053.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr.h:148,
  2054.                  from /usr/include/c++/4.8/ext/atomicity.h:35,
  2055.                  from /usr/include/c++/4.8/bits/ios_base.h:39,
  2056.                  from /usr/include/c++/4.8/ios:42,
  2057.                  from /usr/include/c++/4.8/istream:38,
  2058.                  from /usr/include/c++/4.8/sstream:38,
  2059.                  from /usr/include/c++/4.8/complex:45,
  2060.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2061.                  from /usr/local/include/opencv/cv.h:64,
  2062.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2063.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2064.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2065. /usr/include/sched.h:53:72: error: expected initializer before ‘__THROW’
  2066.  extern int sched_getparam (__pid_t __pid, struct sched_param *__param) __THROW;
  2067.                                                                         ^
  2068. /usr/include/sched.h:57:46: error: expected initializer before ‘__THROW’
  2069.            const struct sched_param *__param) __THROW;
  2070.                                               ^
  2071. /usr/include/sched.h:60:47: error: expected initializer before ‘__THROW’
  2072.  extern int sched_getscheduler (__pid_t __pid) __THROW;
  2073.                                                ^
  2074. /usr/include/sched.h:63:31: error: expected initializer before ‘__THROW’
  2075.  extern int sched_yield (void) __THROW;
  2076.                                ^
  2077. /usr/include/sched.h:66:53: error: expected initializer before ‘__THROW’
  2078.  extern int sched_get_priority_max (int __algorithm) __THROW;
  2079.                                                      ^
  2080. /usr/include/sched.h:69:53: error: expected initializer before ‘__THROW’
  2081.  extern int sched_get_priority_min (int __algorithm) __THROW;
  2082.                                                      ^
  2083. /usr/include/sched.h:72:72: error: expected initializer before ‘__THROW’
  2084.  extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __THROW;
  2085.                                                                         ^
  2086. /usr/include/sched.h:124:1: error: ‘__END_DECLS’ does not name a type
  2087.  __END_DECLS
  2088.  ^
  2089. In file included from /usr/include/pthread.h:24:0,
  2090.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:35,
  2091.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr.h:148,
  2092.                  from /usr/include/c++/4.8/ext/atomicity.h:35,
  2093.                  from /usr/include/c++/4.8/bits/ios_base.h:39,
  2094.                  from /usr/include/c++/4.8/ios:42,
  2095.                  from /usr/include/c++/4.8/istream:38,
  2096.                  from /usr/include/c++/4.8/sstream:38,
  2097.                  from /usr/include/c++/4.8/complex:45,
  2098.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2099.                  from /usr/local/include/opencv/cv.h:64,
  2100.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2101.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2102.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2103. /usr/include/time.h:57:1: error: ‘__BEGIN_NAMESPACE_STD’ does not name a type
  2104.  __BEGIN_NAMESPACE_STD
  2105.  ^
  2106. /usr/include/time.h:60:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  2107.  __END_NAMESPACE_STD
  2108.  ^
  2109. /usr/include/time.h:153:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  2110.  __END_NAMESPACE_STD
  2111.  ^
  2112. /usr/include/time.h:192:8: error: ‘time_t’ does not name a type
  2113.  extern time_t time (time_t *__timer) __THROW;
  2114.         ^
  2115. /usr/include/time.h:195:25: error: ‘time_t’ was not declared in this scope
  2116.  extern double difftime (time_t __time1, time_t __time0)
  2117.                          ^
  2118. /usr/include/time.h:195:41: error: ‘time_t’ was not declared in this scope
  2119.  extern double difftime (time_t __time1, time_t __time0)
  2120.                                          ^
  2121. /usr/include/time.h:195:55: error: expression list treated as compound expression in initializer [-fpermissive]
  2122.  extern double difftime (time_t __time1, time_t __time0)
  2123.                                                        ^
  2124. /usr/include/time.h:196:6: error: expected ‘,’ or ‘;’ before ‘__THROW’
  2125.       __THROW __attribute__ ((__const__));
  2126.       ^
  2127. /usr/include/time.h:199:8: error: ‘time_t’ does not name a type
  2128.  extern time_t mktime (struct tm *__tp) __THROW;
  2129.         ^
  2130. /usr/include/time.h:207:38: error: expected initializer before ‘__THROW’
  2131.     const struct tm *__restrict __tp) __THROW;
  2132.                                       ^
  2133. /usr/include/time.h:208:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  2134.  __END_NAMESPACE_STD
  2135.  ^
  2136. /usr/include/time.h:243:36: error: ‘time_t’ does not name a type
  2137.  extern struct tm *localtime (const time_t *__timer) __THROW;
  2138.                                     ^
  2139. /usr/include/time.h:243:53: error: expected initializer before ‘__THROW’
  2140.  extern struct tm *localtime (const time_t *__timer) __THROW;
  2141.                                                      ^
  2142. /usr/include/time.h:244:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  2143.  __END_NAMESPACE_STD
  2144.  ^
  2145. /usr/include/time.h:264:27: error: ‘time_t’ does not name a type
  2146.  extern char *ctime (const time_t *__timer) __THROW;
  2147.                            ^
  2148. /usr/include/time.h:264:44: error: expected initializer before ‘__THROW’
  2149.  extern char *ctime (const time_t *__timer) __THROW;
  2150.                                             ^
  2151. /usr/include/time.h:265:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  2152.  __END_NAMESPACE_STD
  2153.  ^
  2154. /usr/include/time.h:430:1: error: ‘__END_DECLS’ does not name a type
  2155.  __END_DECLS
  2156.  ^
  2157. In file included from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:35:0,
  2158.                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr.h:148,
  2159.                  from /usr/include/c++/4.8/ext/atomicity.h:35,
  2160.                  from /usr/include/c++/4.8/bits/ios_base.h:39,
  2161.                  from /usr/include/c++/4.8/ios:42,
  2162.                  from /usr/include/c++/4.8/istream:38,
  2163.                  from /usr/include/c++/4.8/sstream:38,
  2164.                  from /usr/include/c++/4.8/complex:45,
  2165.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2166.                  from /usr/local/include/opencv/cv.h:64,
  2167.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2168.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2169.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2170. /usr/include/pthread.h:239:1: error: ‘__BEGIN_DECLS’ does not name a type
  2171.  __BEGIN_DECLS
  2172.  ^
  2173. /usr/include/pthread.h:261:26: error: ‘pthread_t’ was not declared in this scope
  2174.  extern int pthread_join (pthread_t __th, void **__thread_return);
  2175.                           ^
  2176. /usr/include/pthread.h:261:42: error: expected primary-expression before ‘void’
  2177.  extern int pthread_join (pthread_t __th, void **__thread_return);
  2178.                                           ^
  2179. /usr/include/pthread.h:261:64: error: expression list treated as compound expression in initializer [-fpermissive]
  2180.  extern int pthread_join (pthread_t __th, void **__thread_return);
  2181.                                                                 ^
  2182. /usr/include/pthread.h:282:28: error: ‘pthread_t’ was not declared in this scope
  2183.  extern int pthread_detach (pthread_t __th) __THROW;
  2184.                             ^
  2185. /usr/include/pthread.h:282:44: error: expected ‘,’ or ‘;’ before ‘__THROW’
  2186.  extern int pthread_detach (pthread_t __th) __THROW;
  2187.                                             ^
  2188. /usr/include/pthread.h:286:8: error: ‘pthread_t’ does not name a type
  2189.  extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
  2190.         ^
  2191. /usr/include/pthread.h:289:27: error: ‘pthread_t’ was not declared in this scope
  2192.  extern int pthread_equal (pthread_t __thread1, pthread_t __thread2)
  2193.                            ^
  2194. /usr/include/pthread.h:289:48: error: ‘pthread_t’ was not declared in this scope
  2195.  extern int pthread_equal (pthread_t __thread1, pthread_t __thread2)
  2196.                                                 ^
  2197. /usr/include/pthread.h:289:67: error: expression list treated as compound expression in initializer [-fpermissive]
  2198.  extern int pthread_equal (pthread_t __thread1, pthread_t __thread2)
  2199.                                                                    ^
  2200. /usr/include/pthread.h:290:3: error: expected ‘,’ or ‘;’ before ‘__THROW’
  2201.    __THROW __attribute__ ((__const__));
  2202.    ^
  2203. /usr/include/pthread.h:298:55: error: expected initializer before ‘__THROW’
  2204.  extern int pthread_attr_init (pthread_attr_t *__attr) __THROW __nonnull ((1));
  2205.                                                        ^
  2206. /usr/include/pthread.h:302:6: error: expected initializer before ‘__THROW’
  2207.       __THROW __nonnull ((1));
  2208.       ^
  2209. /usr/include/pthread.h:307:6: error: expected initializer before ‘__THROW’
  2210.       __THROW __nonnull ((1, 2));
  2211.       ^
  2212. /usr/include/pthread.h:312:6: error: expected initializer before ‘__THROW’
  2213.       __THROW __nonnull ((1));
  2214.       ^
  2215. /usr/include/pthread.h:318:6: error: expected initializer before ‘__THROW’
  2216.       __THROW __nonnull ((1, 2));
  2217.       ^
  2218. /usr/include/pthread.h:323:6: error: expected initializer before ‘__THROW’
  2219.       __THROW __nonnull ((1));
  2220.       ^
  2221. /usr/include/pthread.h:329:6: error: expected initializer before ‘__THROW’
  2222.       __THROW __nonnull ((1, 2));
  2223.       ^
  2224. /usr/include/pthread.h:334:21: error: expected initializer before ‘__THROW’
  2225.             __param) __THROW __nonnull ((1, 2));
  2226.                      ^
  2227. /usr/include/pthread.h:339:6: error: expected initializer before ‘__THROW’
  2228.       __THROW __nonnull ((1, 2));
  2229.       ^
  2230. /usr/include/pthread.h:343:6: error: expected initializer before ‘__THROW’
  2231.       __THROW __nonnull ((1));
  2232.       ^
  2233. /usr/include/pthread.h:348:6: error: expected initializer before ‘__THROW’
  2234.       __THROW __nonnull ((1, 2));
  2235.       ^
  2236. /usr/include/pthread.h:353:6: error: expected initializer before ‘__THROW’
  2237.       __THROW __nonnull ((1));
  2238.       ^
  2239. /usr/include/pthread.h:359:6: error: expected initializer before ‘__THROW’
  2240.       __THROW __nonnull ((1, 2));
  2241.       ^
  2242. /usr/include/pthread.h:363:6: error: expected initializer before ‘__THROW’
  2243.       __THROW __nonnull ((1));
  2244.       ^
  2245. /usr/include/pthread.h:368:6: error: expected initializer before ‘__THROW’
  2246.       __THROW __nonnull ((1, 2)) __attribute_deprecated__;
  2247.       ^
  2248. /usr/include/pthread.h:376:6: error: expected initializer before ‘__THROW’
  2249.       __THROW __nonnull ((1)) __attribute_deprecated__;
  2250.       ^
  2251. /usr/include/pthread.h:381:6: error: expected initializer before ‘__THROW’
  2252.       __THROW __nonnull ((1, 2));
  2253.       ^
  2254. /usr/include/pthread.h:388:6: error: expected initializer before ‘__THROW’
  2255.       __THROW __nonnull ((1));
  2256.       ^
  2257. /usr/include/pthread.h:440:35: error: ‘pthread_t’ was not declared in this scope
  2258.  extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
  2259.                                    ^
  2260. /usr/include/pthread.h:440:62: error: expected primary-expression before ‘int’
  2261.  extern int pthread_setschedparam (pthread_t __target_thread, int __policy,
  2262.                                                               ^
  2263. /usr/include/pthread.h:441:7: error: expected primary-expression before ‘const’
  2264.        const struct sched_param *__param)
  2265.        ^
  2266. /usr/include/pthread.h:441:40: error: expression list treated as compound expression in initializer [-fpermissive]
  2267.        const struct sched_param *__param)
  2268.                                         ^
  2269. /usr/include/pthread.h:442:6: error: expected ‘,’ or ‘;’ before ‘__THROW’
  2270.       __THROW __nonnull ((3));
  2271.       ^
  2272. /usr/include/pthread.h:445:35: error: ‘pthread_t’ was not declared in this scope
  2273.  extern int pthread_getschedparam (pthread_t __target_thread,
  2274.                                    ^
  2275. /usr/include/pthread.h:446:7: error: expected primary-expression before ‘int’
  2276.        int *__restrict __policy,
  2277.        ^
  2278. /usr/include/pthread.h:447:7: error: expected primary-expression before ‘struct’
  2279.        struct sched_param *__restrict __param)
  2280.        ^
  2281. /usr/include/pthread.h:447:45: error: expression list treated as compound expression in initializer [-fpermissive]
  2282.        struct sched_param *__restrict __param)
  2283.                                              ^
  2284. /usr/include/pthread.h:448:6: error: expected ‘,’ or ‘;’ before ‘__THROW’
  2285.       __THROW __nonnull ((2, 3));
  2286.       ^
  2287. /usr/include/pthread.h:451:34: error: ‘pthread_t’ was not declared in this scope
  2288.  extern int pthread_setschedprio (pthread_t __target_thread, int __prio)
  2289.                                   ^
  2290. /usr/include/pthread.h:451:61: error: expected primary-expression before ‘int’
  2291.  extern int pthread_setschedprio (pthread_t __target_thread, int __prio)
  2292.                                                              ^
  2293. /usr/include/pthread.h:451:71: error: expression list treated as compound expression in initializer [-fpermissive]
  2294.  extern int pthread_setschedprio (pthread_t __target_thread, int __prio)
  2295.                                                                        ^
  2296. /usr/include/pthread.h:452:6: error: expected ‘,’ or ‘;’ before ‘__THROW’
  2297.       __THROW;
  2298.       ^
  2299. /usr/include/pthread.h:506:36: error: expected initializer before ‘__nonnull’
  2300.      void (*__init_routine) (void)) __nonnull ((1, 2));
  2301.                                     ^
  2302. /usr/include/pthread.h:524:28: error: ‘pthread_t’ was not declared in this scope
  2303.  extern int pthread_cancel (pthread_t __th);
  2304.                             ^
  2305. /usr/include/pthread.h:754:70: error: expected initializer before ‘__THROWNL’
  2306.  extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
  2307.                                                                       ^
  2308. /usr/include/pthread.h:762:6: error: expected initializer before ‘__THROW’
  2309.       __THROW __nonnull ((1));
  2310.       ^
  2311. /usr/include/pthread.h:766:6: error: expected initializer before ‘__THROW’
  2312.       __THROW __nonnull ((1));
  2313.       ^
  2314. /usr/include/pthread.h:770:6: error: expected initializer before ‘__THROWNL’
  2315.       __THROWNL __nonnull ((1));
  2316.       ^
  2317. /usr/include/pthread.h:774:6: error: expected initializer before ‘__THROWNL’
  2318.       __THROWNL __nonnull ((1));
  2319.       ^
  2320. /usr/include/pthread.h:785:6: error: expected initializer before ‘__THROWNL’
  2321.       __THROWNL __nonnull ((1));
  2322.       ^
  2323. /usr/include/pthread.h:792:6: error: expected initializer before ‘__THROW’
  2324.       __THROW __nonnull ((1, 2));
  2325.       ^
  2326. /usr/include/pthread.h:799:6: error: expected initializer before ‘__THROW’
  2327.       __THROW __nonnull ((1, 3));
  2328.       ^
  2329. /usr/include/pthread.h:818:6: error: expected initializer before ‘__THROW’
  2330.       __THROW __nonnull ((1));
  2331.       ^
  2332. /usr/include/pthread.h:822:6: error: expected initializer before ‘__THROW’
  2333.       __THROW __nonnull ((1));
  2334.       ^
  2335. /usr/include/pthread.h:828:6: error: expected initializer before ‘__THROW’
  2336.       __THROW __nonnull ((1, 2));
  2337.       ^
  2338. /usr/include/pthread.h:833:6: error: expected initializer before ‘__THROW’
  2339.       __THROW __nonnull ((1));
  2340.       ^
  2341. /usr/include/pthread.h:852:6: error: expected initializer before ‘__THROW’
  2342.       __THROW __nonnull ((1, 2));
  2343.       ^
  2344. /usr/include/pthread.h:858:6: error: expected initializer before ‘__THROW’
  2345.       __THROW __nonnull ((1));
  2346.       ^
  2347. /usr/include/pthread.h:864:6: error: expected initializer before ‘__THROW’
  2348.       __THROW __nonnull ((1, 2));
  2349.       ^
  2350. /usr/include/pthread.h:869:6: error: expected initializer before ‘__THROW’
  2351.       __THROW __nonnull ((1));
  2352.       ^
  2353. /usr/include/pthread.h:981:6: error: expected initializer before ‘__THROW’
  2354.       __THROW __nonnull ((1));
  2355.       ^
  2356. /usr/include/pthread.h:985:6: error: expected initializer before ‘__THROW’
  2357.       __THROW __nonnull ((1));
  2358.       ^
  2359. /usr/include/pthread.h:989:6: error: expected initializer before ‘__THROWNL’
  2360.       __THROWNL __nonnull ((1));
  2361.       ^
  2362. /usr/include/pthread.h:993:6: error: expected initializer before ‘__THROWNL’
  2363.       __THROWNL __nonnull ((1));
  2364.       ^
  2365. /usr/include/pthread.h:1002:6: error: expected initializer before ‘__nonnull’
  2366.       __nonnull ((1, 2));
  2367.       ^
  2368. /usr/include/pthread.h:1014:6: error: expected initializer before ‘__nonnull’
  2369.       __nonnull ((1, 2, 3));
  2370.       ^
  2371. /usr/include/pthread.h:1020:6: error: expected initializer before ‘__THROW’
  2372.       __THROW __nonnull ((1));
  2373.       ^
  2374. /usr/include/pthread.h:1024:6: error: expected initializer before ‘__THROW’
  2375.       __THROW __nonnull ((1));
  2376.       ^
  2377. /usr/include/pthread.h:1030:6: error: expected initializer before ‘__THROW’
  2378.       __THROW __nonnull ((1, 2));
  2379.       ^
  2380. /usr/include/pthread.h:1034:21: error: expected initializer before ‘__THROW’
  2381.       int __pshared) __THROW __nonnull ((1));
  2382.                      ^
  2383. /usr/include/pthread.h:1124:6: error: expected initializer before ‘__THROW’
  2384.       __THROW __nonnull ((1));
  2385.       ^
  2386. /usr/include/pthread.h:1127:53: error: expected initializer before ‘__THROW’
  2387.  extern int pthread_key_delete (pthread_key_t __key) __THROW;
  2388.                                                      ^
  2389. /usr/include/pthread.h:1130:56: error: expected initializer before ‘__THROW’
  2390.  extern void *pthread_getspecific (pthread_key_t __key) __THROW;
  2391.                                                         ^
  2392. /usr/include/pthread.h:1134:28: error: expected initializer before ‘__THROW’
  2393.      const void *__pointer) __THROW ;
  2394.                             ^
  2395. /usr/include/pthread.h:1158:31: error: expected initializer before ‘__THROW’
  2396.        void (*__child) (void)) __THROW;
  2397.                                ^
  2398. /usr/include/pthread.h:1170:1: error: ‘__END_DECLS’ does not name a type
  2399.  __END_DECLS
  2400.  ^
  2401. In file included from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr.h:148:0,
  2402.                  from /usr/include/c++/4.8/ext/atomicity.h:35,
  2403.                  from /usr/include/c++/4.8/bits/ios_base.h:39,
  2404.                  from /usr/include/c++/4.8/ios:42,
  2405.                  from /usr/include/c++/4.8/istream:38,
  2406.                  from /usr/include/c++/4.8/sstream:38,
  2407.                  from /usr/include/c++/4.8/complex:45,
  2408.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2409.                  from /usr/local/include/opencv/cv.h:64,
  2410.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2411.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2412.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2413. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:101:1: error: ‘pthread_once’ was not declared in this scope
  2414.  __gthrw(pthread_once)
  2415.  ^
  2416. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:101:1: error: invalid type in declaration before ‘;’ token
  2417.  __gthrw(pthread_once)
  2418.  ^
  2419. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:102:1: error: ‘pthread_getspecific’ was not declared in this scope
  2420.  __gthrw(pthread_getspecific)
  2421.  ^
  2422. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:102:1: error: invalid type in declaration before ‘;’ token
  2423.  __gthrw(pthread_getspecific)
  2424.  ^
  2425. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:103:1: error: ‘pthread_setspecific’ was not declared in this scope
  2426.  __gthrw(pthread_setspecific)
  2427.  ^
  2428. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:103:1: error: invalid type in declaration before ‘;’ token
  2429.  __gthrw(pthread_setspecific)
  2430.  ^
  2431. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:105:1: error: ‘pthread_create’ was not declared in this scope
  2432.  __gthrw(pthread_create)
  2433.  ^
  2434. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:105:1: error: invalid type in declaration before ‘;’ token
  2435.  __gthrw(pthread_create)
  2436.  ^
  2437. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:108:1: error: ‘pthread_self’ was not declared in this scope
  2438.  __gthrw(pthread_self)
  2439.  ^
  2440. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:108:1: error: invalid type in declaration before ‘;’ token
  2441.  __gthrw(pthread_self)
  2442.  ^
  2443. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:113:1: error: ‘sched_yield’ was not declared in this scope
  2444.  __gthrw(sched_yield)
  2445.  ^
  2446. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:113:1: error: invalid type in declaration before ‘;’ token
  2447.  __gthrw(sched_yield)
  2448.  ^
  2449. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:115:1: error: ‘pthread_mutex_lock’ was not declared in this scope
  2450.  __gthrw(pthread_mutex_lock)
  2451.  ^
  2452. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:115:1: error: invalid type in declaration before ‘;’ token
  2453.  __gthrw(pthread_mutex_lock)
  2454.  ^
  2455. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:116:1: error: ‘pthread_mutex_trylock’ was not declared in this scope
  2456.  __gthrw(pthread_mutex_trylock)
  2457.  ^
  2458. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:116:1: error: invalid type in declaration before ‘;’ token
  2459.  __gthrw(pthread_mutex_trylock)
  2460.  ^
  2461. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:118:1: error: ‘pthread_mutex_timedlock’ was not declared in this scope
  2462.  __gthrw(pthread_mutex_timedlock)
  2463.  ^
  2464. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:118:1: error: invalid type in declaration before ‘;’ token
  2465.  __gthrw(pthread_mutex_timedlock)
  2466.  ^
  2467. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:120:1: error: ‘pthread_mutex_unlock’ was not declared in this scope
  2468.  __gthrw(pthread_mutex_unlock)
  2469.  ^
  2470. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:120:1: error: invalid type in declaration before ‘;’ token
  2471.  __gthrw(pthread_mutex_unlock)
  2472.  ^
  2473. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:121:1: error: ‘pthread_mutex_init’ was not declared in this scope
  2474.  __gthrw(pthread_mutex_init)
  2475.  ^
  2476. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:121:1: error: invalid type in declaration before ‘;’ token
  2477.  __gthrw(pthread_mutex_init)
  2478.  ^
  2479. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:122:1: error: ‘pthread_mutex_destroy’ was not declared in this scope
  2480.  __gthrw(pthread_mutex_destroy)
  2481.  ^
  2482. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:122:1: error: invalid type in declaration before ‘;’ token
  2483.  __gthrw(pthread_mutex_destroy)
  2484.  ^
  2485. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:124:1: error: ‘pthread_cond_init’ was not declared in this scope
  2486.  __gthrw(pthread_cond_init)
  2487.  ^
  2488. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:124:1: error: invalid type in declaration before ‘;’ token
  2489.  __gthrw(pthread_cond_init)
  2490.  ^
  2491. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:125:1: error: ‘pthread_cond_broadcast’ was not declared in this scope
  2492.  __gthrw(pthread_cond_broadcast)
  2493.  ^
  2494. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:125:1: error: invalid type in declaration before ‘;’ token
  2495.  __gthrw(pthread_cond_broadcast)
  2496.  ^
  2497. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:126:1: error: ‘pthread_cond_signal’ was not declared in this scope
  2498.  __gthrw(pthread_cond_signal)
  2499.  ^
  2500. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:126:1: error: invalid type in declaration before ‘;’ token
  2501.  __gthrw(pthread_cond_signal)
  2502.  ^
  2503. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:127:1: error: ‘pthread_cond_wait’ was not declared in this scope
  2504.  __gthrw(pthread_cond_wait)
  2505.  ^
  2506. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:127:1: error: invalid type in declaration before ‘;’ token
  2507.  __gthrw(pthread_cond_wait)
  2508.  ^
  2509. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:128:1: error: ‘pthread_cond_timedwait’ was not declared in this scope
  2510.  __gthrw(pthread_cond_timedwait)
  2511.  ^
  2512. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:128:1: error: invalid type in declaration before ‘;’ token
  2513.  __gthrw(pthread_cond_timedwait)
  2514.  ^
  2515. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:129:1: error: ‘pthread_cond_destroy’ was not declared in this scope
  2516.  __gthrw(pthread_cond_destroy)
  2517.  ^
  2518. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:129:1: error: invalid type in declaration before ‘;’ token
  2519.  __gthrw(pthread_cond_destroy)
  2520.  ^
  2521. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:131:1: error: ‘pthread_key_create’ was not declared in this scope
  2522.  __gthrw(pthread_key_create)
  2523.  ^
  2524. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:131:1: error: invalid type in declaration before ‘;’ token
  2525.  __gthrw(pthread_key_create)
  2526.  ^
  2527. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:132:1: error: ‘pthread_key_delete’ was not declared in this scope
  2528.  __gthrw(pthread_key_delete)
  2529.  ^
  2530. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:132:1: error: invalid type in declaration before ‘;’ token
  2531.  __gthrw(pthread_key_delete)
  2532.  ^
  2533. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:133:1: error: ‘pthread_mutexattr_init’ was not declared in this scope
  2534.  __gthrw(pthread_mutexattr_init)
  2535.  ^
  2536. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:133:1: error: invalid type in declaration before ‘;’ token
  2537.  __gthrw(pthread_mutexattr_init)
  2538.  ^
  2539. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:134:1: error: ‘pthread_mutexattr_settype’ was not declared in this scope
  2540.  __gthrw(pthread_mutexattr_settype)
  2541.  ^
  2542. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:134:1: error: invalid type in declaration before ‘;’ token
  2543.  __gthrw(pthread_mutexattr_settype)
  2544.  ^
  2545. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:135:1: error: ‘pthread_mutexattr_destroy’ was not declared in this scope
  2546.  __gthrw(pthread_mutexattr_destroy)
  2547.  ^
  2548. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:135:1: error: invalid type in declaration before ‘;’ token
  2549.  __gthrw(pthread_mutexattr_destroy)
  2550.  ^
  2551. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:659:19: error: ‘__gthread_create’ declared as an ‘inline’ variable
  2552.  __gthread_create (__gthread_t *__threadid, void *(*__func) (void*),
  2553.                    ^
  2554. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:659:19: error: ‘__gthread_t’ was not declared in this scope
  2555. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:659:32: error: ‘__threadid’ was not declared in this scope
  2556.  __gthread_create (__gthread_t *__threadid, void *(*__func) (void*),
  2557.                                 ^
  2558. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:659:44: error: expected primary-expression before ‘void’
  2559.  __gthread_create (__gthread_t *__threadid, void *(*__func) (void*),
  2560.                                             ^
  2561. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:660:5: error: expected primary-expression before ‘void’
  2562.      void *__args)
  2563.      ^
  2564. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:660:17: error: expression list treated as compound expression in initializer [-fpermissive]
  2565.      void *__args)
  2566.                  ^
  2567. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:661:1: error: expected ‘,’ or ‘;’ before ‘{’ token
  2568.  {
  2569.  ^
  2570. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:666:17: error: ‘__gthread_join’ declared as an ‘inline’ variable
  2571.  __gthread_join (__gthread_t __threadid, void **__value_ptr)
  2572.                  ^
  2573. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:666:17: error: ‘__gthread_t’ was not declared in this scope
  2574. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:666:41: error: expected primary-expression before ‘void’
  2575.  __gthread_join (__gthread_t __threadid, void **__value_ptr)
  2576.                                          ^
  2577. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:666:59: error: expression list treated as compound expression in initializer [-fpermissive]
  2578.  __gthread_join (__gthread_t __threadid, void **__value_ptr)
  2579.                                                            ^
  2580. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:667:1: error: expected ‘,’ or ‘;’ before ‘{’ token
  2581.  {
  2582.  ^
  2583. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:672:19: error: ‘__gthread_detach’ declared as an ‘inline’ variable
  2584.  __gthread_detach (__gthread_t __threadid)
  2585.                    ^
  2586. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:672:19: error: ‘__gthread_t’ was not declared in this scope
  2587. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:673:1: error: expected ‘,’ or ‘;’ before ‘{’ token
  2588.  {
  2589.  ^
  2590. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:678:18: error: ‘__gthread_equal’ declared as an ‘inline’ variable
  2591.  __gthread_equal (__gthread_t __t1, __gthread_t __t2)
  2592.                   ^
  2593. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:678:18: error: ‘__gthread_t’ was not declared in this scope
  2594. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:678:36: error: ‘__gthread_t’ was not declared in this scope
  2595.  __gthread_equal (__gthread_t __t1, __gthread_t __t2)
  2596.                                     ^
  2597. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:678:52: error: expression list treated as compound expression in initializer [-fpermissive]
  2598.  __gthread_equal (__gthread_t __t1, __gthread_t __t2)
  2599.                                                     ^
  2600. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:679:1: error: expected ‘,’ or ‘;’ before ‘{’ token
  2601.  {
  2602.  ^
  2603. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:683:15: error: ‘__gthread_t’ does not name a type
  2604.  static inline __gthread_t
  2605.                ^
  2606. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_yield()’:
  2607. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:692:33: error: ‘__gthrw_sched_yield’ cannot be used as a function
  2608.    return __gthrw_(sched_yield) ();
  2609.                                  ^
  2610. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_once(__gthread_once_t*, void (*)())’:
  2611. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:699:50: error: ‘__gthrw_pthread_once’ cannot be used as a function
  2612.      return __gthrw_(pthread_once) (__once, __func);
  2613.                                                   ^
  2614. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_key_create(__gthread_key_t*, void (*)(void*))’:
  2615. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:707:53: error: ‘__gthrw_pthread_key_create’ cannot be used as a function
  2616.    return __gthrw_(pthread_key_create) (__key, __dtor);
  2617.                                                      ^
  2618. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_key_delete(__gthread_key_t)’:
  2619. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:713:45: error: ‘__gthrw_pthread_key_delete’ cannot be used as a function
  2620.    return __gthrw_(pthread_key_delete) (__key);
  2621.                                              ^
  2622. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘void* __gthread_getspecific(__gthread_key_t)’:
  2623. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:719:46: error: ‘__gthrw_pthread_getspecific’ cannot be used as a function
  2624.    return __gthrw_(pthread_getspecific) (__key);
  2625.                                               ^
  2626. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_setspecific(__gthread_key_t, const void*)’:
  2627. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:725:53: error: ‘__gthrw_pthread_setspecific’ cannot be used as a function
  2628.    return __gthrw_(pthread_setspecific) (__key, __ptr);
  2629.                                                      ^
  2630. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘void __gthread_mutex_init_function(__gthread_mutex_t*)’:
  2631. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:732:48: error: ‘__gthrw_pthread_mutex_init’ cannot be used as a function
  2632.      __gthrw_(pthread_mutex_init) (__mutex, NULL);
  2633.                                                 ^
  2634. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_mutex_destroy(__gthread_mutex_t*)’:
  2635. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:739:52: error: ‘__gthrw_pthread_mutex_destroy’ cannot be used as a function
  2636.      return __gthrw_(pthread_mutex_destroy) (__mutex);
  2637.                                                     ^
  2638. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_mutex_lock(__gthread_mutex_t*)’:
  2639. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:748:49: error: ‘__gthrw_pthread_mutex_lock’ cannot be used as a function
  2640.      return __gthrw_(pthread_mutex_lock) (__mutex);
  2641.                                                  ^
  2642. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_mutex_trylock(__gthread_mutex_t*)’:
  2643. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:757:52: error: ‘__gthrw_pthread_mutex_trylock’ cannot be used as a function
  2644.      return __gthrw_(pthread_mutex_trylock) (__mutex);
  2645.                                                     ^
  2646. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_mutex_timedlock(__gthread_mutex_t*, const __gthread_time_t*)’:
  2647. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:768:69: error: ‘__gthrw_pthread_mutex_timedlock’ cannot be used as a function
  2648.      return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  2649.                                                                      ^
  2650. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_mutex_unlock(__gthread_mutex_t*)’:
  2651. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:778:51: error: ‘__gthrw_pthread_mutex_unlock’ cannot be used as a function
  2652.      return __gthrw_(pthread_mutex_unlock) (__mutex);
  2653.                                                    ^
  2654. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_recursive_mutex_init_function(__gthread_recursive_mutex_t*)’:
  2655. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:793:54: error: ‘__gthrw_pthread_mutexattr_init’ cannot be used as a function
  2656.        __r = __gthrw_(pthread_mutexattr_init) (&__attr);
  2657.                                                       ^
  2658. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:796:10: error: ‘PTHREAD_MUTEX_RECURSIVE’ was not declared in this scope
  2659.           PTHREAD_MUTEX_RECURSIVE);
  2660.           ^
  2661. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:796:33: error: ‘__gthrw_pthread_mutexattr_settype’ cannot be used as a function
  2662.           PTHREAD_MUTEX_RECURSIVE);
  2663.                                  ^
  2664. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:798:54: error: ‘__gthrw_pthread_mutex_init’ cannot be used as a function
  2665.   __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
  2666.                                                       ^
  2667. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:800:52: error: ‘__gthrw_pthread_mutexattr_destroy’ cannot be used as a function
  2668.   __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
  2669.                                                     ^
  2670. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_cond_broadcast(__gthread_cond_t*)’:
  2671. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:852:50: error: ‘__gthrw_pthread_cond_broadcast’ cannot be used as a function
  2672.    return __gthrw_(pthread_cond_broadcast) (__cond);
  2673.                                                   ^
  2674. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_cond_signal(__gthread_cond_t*)’:
  2675. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:858:47: error: ‘__gthrw_pthread_cond_signal’ cannot be used as a function
  2676.    return __gthrw_(pthread_cond_signal) (__cond);
  2677.                                                ^
  2678. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_cond_wait(__gthread_cond_t*, __gthread_mutex_t*)’:
  2679. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:864:54: error: ‘__gthrw_pthread_cond_wait’ cannot be used as a function
  2680.    return __gthrw_(pthread_cond_wait) (__cond, __mutex);
  2681.                                                       ^
  2682. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_cond_timedwait(__gthread_cond_t*, __gthread_mutex_t*, const __gthread_time_t*)’:
  2683. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:871:74: error: ‘__gthrw_pthread_cond_timedwait’ cannot be used as a function
  2684.    return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout);
  2685.                                                                           ^
  2686. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h: In function ‘int __gthread_cond_destroy(__gthread_cond_t*)’:
  2687. /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:884:48: error: ‘__gthrw_pthread_cond_destroy’ cannot be used as a function
  2688.    return __gthrw_(pthread_cond_destroy) (__cond);
  2689.                                                 ^
  2690. In file included from /usr/include/c++/4.8/bits/ios_base.h:41:0,
  2691.                  from /usr/include/c++/4.8/ios:42,
  2692.                  from /usr/include/c++/4.8/istream:38,
  2693.                  from /usr/include/c++/4.8/sstream:38,
  2694.                  from /usr/include/c++/4.8/complex:45,
  2695.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2696.                  from /usr/local/include/opencv/cv.h:64,
  2697.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2698.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2699.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2700. /usr/include/c++/4.8/bits/locale_classes.h: At global scope:
  2701. /usr/include/c++/4.8/bits/locale_classes.h:347:12: error: ‘__c_locale’ does not name a type
  2702.      static __c_locale                   _S_c_locale;
  2703.             ^
  2704. /usr/include/c++/4.8/bits/locale_classes.h:378:24: error: ‘__c_locale’ has not been declared
  2705.      _S_create_c_locale(__c_locale& __cloc, const char* __s,
  2706.                         ^
  2707. /usr/include/c++/4.8/bits/locale_classes.h:379:10: error: ‘__c_locale’ has not been declared
  2708.           __c_locale __old = 0);
  2709.           ^
  2710. /usr/include/c++/4.8/bits/locale_classes.h:381:12: error: ‘__c_locale’ does not name a type
  2711.      static __c_locale
  2712.             ^
  2713. /usr/include/c++/4.8/bits/locale_classes.h:385:25: error: ‘__c_locale’ has not been declared
  2714.      _S_destroy_c_locale(__c_locale& __cloc);
  2715.                          ^
  2716. /usr/include/c++/4.8/bits/locale_classes.h:387:12: error: ‘__c_locale’ does not name a type
  2717.      static __c_locale
  2718.             ^
  2719. /usr/include/c++/4.8/bits/locale_classes.h:392:12: error: ‘__c_locale’ does not name a type
  2720.      static __c_locale
  2721.             ^
  2722. /usr/include/c++/4.8/bits/locale_classes.h:597:7: error: ‘__c_locale’ does not name a type
  2723.        __c_locale   _M_c_locale_collate;
  2724.        ^
  2725. /usr/include/c++/4.8/bits/locale_classes.h:625:26: error: expected ‘)’ before ‘__cloc’
  2726.        collate(__c_locale __cloc, size_t __refs = 0)
  2727.                           ^
  2728. /usr/include/c++/4.8/bits/locale_classes.h: In constructor ‘std::collate<_CharT>::collate(std::size_t)’:
  2729. /usr/include/c++/4.8/bits/locale_classes.h:612:24: error: class ‘std::collate<_CharT>’ does not have any field named ‘_M_c_locale_collate’
  2730.        : facet(__refs), _M_c_locale_collate(_S_get_c_locale())
  2731.                         ^
  2732. /usr/include/c++/4.8/bits/locale_classes.h:612:60: error: there are no arguments to ‘_S_get_c_locale’ that depend on a template parameter, so a declaration of ‘_S_get_c_locale’ must be available [-fpermissive]
  2733.        : facet(__refs), _M_c_locale_collate(_S_get_c_locale())
  2734.                                                             ^
  2735. /usr/include/c++/4.8/bits/locale_classes.h:612:60: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  2736. /usr/include/c++/4.8/bits/locale_classes.h: In destructor ‘virtual std::collate<_CharT>::~collate()’:
  2737. /usr/include/c++/4.8/bits/locale_classes.h:689:29: error: ‘_M_c_locale_collate’ was not declared in this scope
  2738.        { _S_destroy_c_locale(_M_c_locale_collate); }
  2739.                              ^
  2740. In file included from /usr/include/c++/4.8/cwctype:50:0,
  2741.                  from /usr/include/c++/4.8/bits/locale_facets.h:39,
  2742.                  from /usr/include/c++/4.8/bits/basic_ios.h:37,
  2743.                  from /usr/include/c++/4.8/ios:44,
  2744.                  from /usr/include/c++/4.8/istream:38,
  2745.                  from /usr/include/c++/4.8/sstream:38,
  2746.                  from /usr/include/c++/4.8/complex:45,
  2747.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2748.                  from /usr/local/include/opencv/cv.h:64,
  2749.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2750.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2751.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2752. /usr/include/wctype.h: At global scope:
  2753. /usr/include/wctype.h:49:1: error: ‘__BEGIN_NAMESPACE_C99’ does not name a type
  2754.  __BEGIN_NAMESPACE_C99
  2755.  ^
  2756. /usr/include/wctype.h:53:1: error: ‘__END_NAMESPACE_C99’ does not name a type
  2757.  __END_NAMESPACE_C99
  2758.  ^
  2759. /usr/include/wctype.h:102:1: error: ‘__BEGIN_DECLS’ does not name a type
  2760.  __BEGIN_DECLS
  2761.  ^
  2762. /usr/include/wctype.h:117:35: error: expected initializer before ‘__THROW’
  2763.  extern int iswalpha (wint_t __wc) __THROW;
  2764.                                    ^
  2765. /usr/include/wctype.h:120:35: error: expected initializer before ‘__THROW’
  2766.  extern int iswcntrl (wint_t __wc) __THROW;
  2767.                                    ^
  2768. /usr/include/wctype.h:124:35: error: expected initializer before ‘__THROW’
  2769.  extern int iswdigit (wint_t __wc) __THROW;
  2770.                                    ^
  2771. /usr/include/wctype.h:128:35: error: expected initializer before ‘__THROW’
  2772.  extern int iswgraph (wint_t __wc) __THROW;
  2773.                                    ^
  2774. /usr/include/wctype.h:133:35: error: expected initializer before ‘__THROW’
  2775.  extern int iswlower (wint_t __wc) __THROW;
  2776.                                    ^
  2777. /usr/include/wctype.h:136:35: error: expected initializer before ‘__THROW’
  2778.  extern int iswprint (wint_t __wc) __THROW;
  2779.                                    ^
  2780. /usr/include/wctype.h:141:35: error: expected initializer before ‘__THROW’
  2781.  extern int iswpunct (wint_t __wc) __THROW;
  2782.                                    ^
  2783. /usr/include/wctype.h:146:35: error: expected initializer before ‘__THROW’
  2784.  extern int iswspace (wint_t __wc) __THROW;
  2785.                                    ^
  2786. /usr/include/wctype.h:151:35: error: expected initializer before ‘__THROW’
  2787.  extern int iswupper (wint_t __wc) __THROW;
  2788.                                    ^
  2789. /usr/include/wctype.h:156:36: error: expected initializer before ‘__THROW’
  2790.  extern int iswxdigit (wint_t __wc) __THROW;
  2791.                                     ^
  2792. /usr/include/wctype.h:171:8: error: ‘wctype_t’ does not name a type
  2793.  extern wctype_t wctype (const char *__property) __THROW;
  2794.         ^
  2795. /usr/include/wctype.h:175:35: error: ‘wctype_t’ has not been declared
  2796.  extern int iswctype (wint_t __wc, wctype_t __desc) __THROW;
  2797.                                    ^
  2798. /usr/include/wctype.h:175:52: error: expected initializer before ‘__THROW’
  2799.  extern int iswctype (wint_t __wc, wctype_t __desc) __THROW;
  2800.                                                     ^
  2801. /usr/include/wctype.h:176:1: error: ‘__END_NAMESPACE_C99’ does not name a type
  2802.  __END_NAMESPACE_C99
  2803.  ^
  2804. /usr/include/wctype.h:187:1: error: ‘__END_NAMESPACE_C99’ does not name a type
  2805.  __END_NAMESPACE_C99
  2806.  ^
  2807. /usr/include/wctype.h:197:38: error: expected initializer before ‘__THROW’
  2808.  extern wint_t towupper (wint_t __wc) __THROW;
  2809.                                       ^
  2810. /usr/include/wctype.h:198:1: error: ‘__END_NAMESPACE_C99’ does not name a type
  2811.  __END_NAMESPACE_C99
  2812.  ^
  2813. /usr/include/wctype.h:221:39: error: ‘wctrans_t’ has not been declared
  2814.  extern wint_t towctrans (wint_t __wc, wctrans_t __desc) __THROW;
  2815.                                        ^
  2816. /usr/include/wctype.h:221:57: error: expected initializer before ‘__THROW’
  2817.  extern wint_t towctrans (wint_t __wc, wctrans_t __desc) __THROW;
  2818.                                                          ^
  2819. /usr/include/wctype.h:222:1: error: ‘__END_NAMESPACE_C99’ does not name a type
  2820.  __END_NAMESPACE_C99
  2821.  ^
  2822. In file included from /usr/include/c++/4.8/bits/locale_facets.h:41:0,
  2823.                  from /usr/include/c++/4.8/bits/basic_ios.h:37,
  2824.                  from /usr/include/c++/4.8/ios:44,
  2825.                  from /usr/include/c++/4.8/istream:38,
  2826.                  from /usr/include/c++/4.8/sstream:38,
  2827.                  from /usr/include/c++/4.8/complex:45,
  2828.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2829.                  from /usr/local/include/opencv/cv.h:64,
  2830.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2831.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2832.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2833. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:49:35: error: ‘_ISupper’ was not declared in this scope
  2834.      static const mask upper     = _ISupper;
  2835.                                    ^
  2836. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:50:32: error: ‘_ISlower’ was not declared in this scope
  2837.      static const mask lower  = _ISlower;
  2838.                                 ^
  2839. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:51:32: error: ‘_ISalpha’ was not declared in this scope
  2840.      static const mask alpha  = _ISalpha;
  2841.                                 ^
  2842. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:52:32: error: ‘_ISdigit’ was not declared in this scope
  2843.      static const mask digit  = _ISdigit;
  2844.                                 ^
  2845. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:53:33: error: ‘_ISxdigit’ was not declared in this scope
  2846.      static const mask xdigit  = _ISxdigit;
  2847.                                  ^
  2848. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:54:32: error: ‘_ISspace’ was not declared in this scope
  2849.      static const mask space  = _ISspace;
  2850.                                 ^
  2851. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:55:32: error: ‘_ISprint’ was not declared in this scope
  2852.      static const mask print  = _ISprint;
  2853.                                 ^
  2854. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:56:32: error: ‘_ISalpha’ was not declared in this scope
  2855.      static const mask graph  = _ISalpha | _ISdigit | _ISpunct;
  2856.                                 ^
  2857. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:56:43: error: ‘_ISdigit’ was not declared in this scope
  2858.      static const mask graph  = _ISalpha | _ISdigit | _ISpunct;
  2859.                                            ^
  2860. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:56:54: error: ‘_ISpunct’ was not declared in this scope
  2861.      static const mask graph  = _ISalpha | _ISdigit | _ISpunct;
  2862.                                                       ^
  2863. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:57:32: error: ‘_IScntrl’ was not declared in this scope
  2864.      static const mask cntrl  = _IScntrl;
  2865.                                 ^
  2866. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:58:32: error: ‘_ISpunct’ was not declared in this scope
  2867.      static const mask punct  = _ISpunct;
  2868.                                 ^
  2869. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:59:32: error: ‘_ISalpha’ was not declared in this scope
  2870.      static const mask alnum  = _ISalpha | _ISdigit;
  2871.                                 ^
  2872. /usr/include/x86_64-linux-gnu/c++/4.8/bits/ctype_base.h:59:43: error: ‘_ISdigit’ was not declared in this scope
  2873.      static const mask alnum  = _ISalpha | _ISdigit;
  2874.                                            ^
  2875. In file included from /usr/include/c++/4.8/bits/basic_ios.h:37:0,
  2876.                  from /usr/include/c++/4.8/ios:44,
  2877.                  from /usr/include/c++/4.8/istream:38,
  2878.                  from /usr/include/c++/4.8/sstream:38,
  2879.                  from /usr/include/c++/4.8/complex:45,
  2880.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2881.                  from /usr/local/include/opencv/cv.h:64,
  2882.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2883.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2884.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2885. /usr/include/c++/4.8/bits/locale_facets.h:67:12: error: ‘__c_locale’ does not name a type
  2886.       const __c_locale&) throw();
  2887.             ^
  2888. /usr/include/c++/4.8/bits/locale_facets.h:73:12: error: ‘__c_locale’ does not name a type
  2889.       const __c_locale&) throw();
  2890.             ^
  2891. /usr/include/c++/4.8/bits/locale_facets.h:78:12: error: ‘__c_locale’ does not name a type
  2892.       const __c_locale&) throw();
  2893.             ^
  2894. /usr/include/c++/4.8/bits/locale_facets.h:83:12: error: ‘__c_locale’ does not name a type
  2895.       const __c_locale&) throw();
  2896.             ^
  2897. /usr/include/c++/4.8/bits/locale_facets.h:683:7: error: ‘__c_locale’ does not name a type
  2898.        __c_locale  _M_c_locale_ctype;
  2899.        ^
  2900. /usr/include/c++/4.8/bits/locale_facets.h:724:24: error: expected ‘)’ before ‘__cloc’
  2901.        ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
  2902.                         ^
  2903. /usr/include/c++/4.8/bits/locale_facets.h:1181:15: error: ‘wctype_t’ does not name a type
  2904.        typedef wctype_t  __wmask_type;
  2905.                ^
  2906. /usr/include/c++/4.8/bits/locale_facets.h:1184:7: error: ‘__c_locale’ does not name a type
  2907.        __c_locale  _M_c_locale_ctype;
  2908.        ^
  2909. /usr/include/c++/4.8/bits/locale_facets.h:1193:7: error: ‘__wmask_type’ does not name a type
  2910.        __wmask_type              _M_wmask[16];
  2911.        ^
  2912. /usr/include/c++/4.8/bits/locale_facets.h:1219:24: error: expected ‘)’ before ‘__cloc’
  2913.        ctype(__c_locale __cloc, size_t __refs = 0);
  2914.                         ^
  2915. /usr/include/c++/4.8/bits/locale_facets.h:1222:7: error: ‘__wmask_type’ does not name a type
  2916.        __wmask_type
  2917.        ^
  2918. In file included from /usr/include/c++/4.8/bits/basic_ios.h:37:0,
  2919.                  from /usr/include/c++/4.8/ios:44,
  2920.                  from /usr/include/c++/4.8/istream:38,
  2921.                  from /usr/include/c++/4.8/sstream:38,
  2922.                  from /usr/include/c++/4.8/complex:45,
  2923.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2924.                  from /usr/local/include/opencv/cv.h:64,
  2925.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2926.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2927.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2928. /usr/include/c++/4.8/bits/locale_facets.h:1693:27: error: expected ‘)’ before ‘__cloc’
  2929.        numpunct(__c_locale __cloc, size_t __refs = 0)
  2930.                            ^
  2931. /usr/include/c++/4.8/bits/locale_facets.h:1850:30: error: ‘__c_locale’ has not been declared
  2932.        _M_initialize_numpunct(__c_locale __cloc = 0);
  2933.                               ^
  2934. /usr/include/c++/4.8/bits/locale_facets.h:1861:44: error: variable or field ‘_M_initialize_numpunct’ declared void
  2935.      numpunct<char>::_M_initialize_numpunct(__c_locale __cloc);
  2936.                                             ^
  2937. /usr/include/c++/4.8/bits/locale_facets.h:1861:44: error: ‘__c_locale’ was not declared in this scope
  2938. /usr/include/c++/4.8/bits/locale_facets.h:1869:47: error: variable or field ‘_M_initialize_numpunct’ declared void
  2939.      numpunct<wchar_t>::_M_initialize_numpunct(__c_locale __cloc);
  2940.                                                ^
  2941. /usr/include/c++/4.8/bits/locale_facets.h:1869:47: error: ‘__c_locale’ was not declared in this scope
  2942. /usr/include/c++/4.8/bits/locale_facets.h: In constructor ‘std::numpunct_byname<_CharT>::numpunct_byname(const char*, std::size_t)’:
  2943. /usr/include/c++/4.8/bits/locale_facets.h:1887:6: error: ‘__c_locale’ was not declared in this scope
  2944.       __c_locale __tmp;
  2945.       ^
  2946. /usr/include/c++/4.8/bits/locale_facets.h:1887:17: error: expected ‘;’ before ‘__tmp’
  2947.       __c_locale __tmp;
  2948.                  ^
  2949. /usr/include/c++/4.8/bits/locale_facets.h:1888:31: error: ‘__tmp’ was not declared in this scope
  2950.       this->_S_create_c_locale(__tmp, __s);
  2951.                                ^
  2952. In file included from /usr/include/c++/4.8/bits/locale_facets.h:2608:0,
  2953.                  from /usr/include/c++/4.8/bits/basic_ios.h:37,
  2954.                  from /usr/include/c++/4.8/ios:44,
  2955.                  from /usr/include/c++/4.8/istream:38,
  2956.                  from /usr/include/c++/4.8/sstream:38,
  2957.                  from /usr/include/c++/4.8/complex:45,
  2958.                  from /usr/local/include/opencv2/core/core.hpp:59,
  2959.                  from /usr/local/include/opencv/cv.h:64,
  2960.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2961.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2962.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2963. /usr/include/c++/4.8/bits/locale_facets.tcc: In member function ‘virtual _InIter std::num_get<_CharT, _InIter>::do_get(std::num_get<_CharT, _InIter>::iter_type, std::num_get<_CharT, _InIter>::iter_type, std::ios_base&, std::ios_base::iostate&, float&) const’:
  2964. /usr/include/c++/4.8/bits/locale_facets.tcc:692:71: error: there are no arguments to ‘_S_get_c_locale’ that depend on a template parameter, so a declaration of ‘_S_get_c_locale’ must be available [-fpermissive]
  2965.        std::__convert_to_v(__xtrc.c_str(), __v, __err, _S_get_c_locale());
  2966.                                                                        ^
  2967. /usr/include/c++/4.8/bits/locale_facets.tcc: In member function ‘virtual _InIter std::num_get<_CharT, _InIter>::do_get(std::num_get<_CharT, _InIter>::iter_type, std::num_get<_CharT, _InIter>::iter_type, std::ios_base&, std::ios_base::iostate&, double&) const’:
  2968. /usr/include/c++/4.8/bits/locale_facets.tcc:707:71: error: there are no arguments to ‘_S_get_c_locale’ that depend on a template parameter, so a declaration of ‘_S_get_c_locale’ must be available [-fpermissive]
  2969.        std::__convert_to_v(__xtrc.c_str(), __v, __err, _S_get_c_locale());
  2970.                                                                        ^
  2971. /usr/include/c++/4.8/bits/locale_facets.tcc: In member function ‘virtual _InIter std::num_get<_CharT, _InIter>::do_get(std::num_get<_CharT, _InIter>::iter_type, std::num_get<_CharT, _InIter>::iter_type, std::ios_base&, std::ios_base::iostate&, long double&) const’:
  2972. /usr/include/c++/4.8/bits/locale_facets.tcc:739:71: error: there are no arguments to ‘_S_get_c_locale’ that depend on a template parameter, so a declaration of ‘_S_get_c_locale’ must be available [-fpermissive]
  2973.        std::__convert_to_v(__xtrc.c_str(), __v, __err, _S_get_c_locale());
  2974.                                                                        ^
  2975. /usr/include/c++/4.8/bits/locale_facets.tcc: In member function ‘_OutIter std::num_put<_CharT, _OutIter>::_M_insert_float(_OutIter, std::ios_base&, _CharT, char, _ValueT) const’:
  2976. /usr/include/c++/4.8/bits/locale_facets.tcc:995:48: error: there are no arguments to ‘_S_get_c_locale’ that depend on a template parameter, so a declaration of ‘_S_get_c_locale’ must be available [-fpermissive]
  2977.   __len = std::__convert_from_v(_S_get_c_locale(), __cs, __cs_size,
  2978.                                                 ^
  2979. /usr/include/c++/4.8/bits/locale_facets.tcc:1003:52: error: there are no arguments to ‘_S_get_c_locale’ that depend on a template parameter, so a declaration of ‘_S_get_c_locale’ must be available [-fpermissive]
  2980.       __len = std::__convert_from_v(_S_get_c_locale(), __cs, __cs_size,
  2981.                                                     ^
  2982. In file included from /usr/local/include/opencv/cv.h:64:0,
  2983.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2984.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2985.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2986. /usr/local/include/opencv2/core/core.hpp: At global scope:
  2987. /usr/local/include/opencv2/core/core.hpp:247:14: error: ‘int64’ does not name a type
  2988.  CV_EXPORTS_W int64 getTickCount();
  2989.               ^
  2990. /usr/local/include/opencv2/core/core.hpp:271:14: error: ‘int64’ does not name a type
  2991.  CV_EXPORTS_W int64 getCPUTickCount();
  2992.               ^
  2993. In file included from /usr/local/include/opencv2/core/core.hpp:4883:0,
  2994.                  from /usr/local/include/opencv/cv.h:64,
  2995.                  from /home/appuru/desktop/test/build/include/test.h:4,
  2996.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  2997.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  2998. /usr/local/include/opencv2/core/operations.hpp: In function ‘double cv::norm(const cv::Matx<_Tp, m, n>&, int)’:
  2999. /usr/local/include/opencv2/core/operations.hpp:1090:88: error: call of overloaded ‘sqrt(double&)’ is ambiguous
  3000.          std::sqrt((double)normL2Sqr<_Tp, typename DataType<_Tp>::work_type>(M.val, m*n));
  3001.                                                                                         ^
  3002. /usr/local/include/opencv2/core/operations.hpp:1090:88: note: candidates are:
  3003. In file included from /usr/local/include/opencv2/core/core.hpp:57:0,
  3004.                  from /usr/local/include/opencv/cv.h:64,
  3005.                  from /home/appuru/desktop/test/build/include/test.h:4,
  3006.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  3007.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  3008. /usr/include/c++/4.8/cmath:482:3: note: float std::sqrt(float)
  3009.    sqrt(float __x)
  3010.    ^
  3011. /usr/include/c++/4.8/cmath:486:3: note: long double std::sqrt(long double)
  3012.    sqrt(long double __x)
  3013.    ^
  3014. In file included from /usr/local/include/opencv/cv.h:68:0,
  3015.                  from /home/appuru/desktop/test/build/include/test.h:4,
  3016.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  3017.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  3018. /usr/local/include/opencv2/features2d/features2d.hpp: In member function ‘cv::L2<T>::ResultType cv::L2<T>::operator()(const T*, const T*, int) const’:
  3019. /usr/local/include/opencv2/features2d/features2d.hpp:982:85: error: call of overloaded ‘sqrt(double&)’ is ambiguous
  3020.          return (ResultType)sqrt((double)normL2Sqr<ValueType, ResultType>(a, b, size));
  3021.                                                                                      ^
  3022. /usr/local/include/opencv2/features2d/features2d.hpp:982:85: note: candidates are:
  3023. In file included from /usr/local/include/opencv2/core/core.hpp:57:0,
  3024.                  from /usr/local/include/opencv/cv.h:64,
  3025.                  from /home/appuru/desktop/test/build/include/test.h:4,
  3026.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  3027.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  3028. /usr/include/c++/4.8/cmath:486:3: note: long double std::sqrt(long double)
  3029.    sqrt(long double __x)
  3030.    ^
  3031. /usr/include/c++/4.8/cmath:482:3: note: float std::sqrt(float)
  3032.    sqrt(float __x)
  3033.    ^
  3034. In file included from /usr/include/c++/4.8/cstdio:42:0,
  3035.                  from /usr/local/include/opencv2/flann/flann_base.hpp:37,
  3036.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  3037.                  from /usr/local/include/opencv/cv.h:69,
  3038.                  from /home/appuru/desktop/test/build/include/test.h:4,
  3039.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  3040.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  3041. /usr/include/stdio.h: At global scope:
  3042. /usr/include/stdio.h:29:1: error: ‘__BEGIN_DECLS’ does not name a type
  3043.  __BEGIN_DECLS
  3044.  ^
  3045. In file included from /usr/include/c++/4.8/cstdio:42:0,
  3046.                  from /usr/local/include/opencv2/flann/flann_base.hpp:37,
  3047.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  3048.                  from /usr/local/include/opencv/cv.h:69,
  3049.                  from /home/appuru/desktop/test/build/include/test.h:4,
  3050.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  3051.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  3052. /usr/include/stdio.h:46:1: error: ‘__BEGIN_NAMESPACE_STD’ does not name a type
  3053.  __BEGIN_NAMESPACE_STD
  3054.  ^
  3055. /usr/include/stdio.h:49:1: error: ‘__END_NAMESPACE_STD’ does not name a type
  3056.  __END_NAMESPACE_STD
  3057.  ^
  3058. In file included from /usr/include/libio.h:31:0,
  3059.                  from /usr/include/stdio.h:74,
  3060.                  from /usr/include/c++/4.8/cstdio:42,
  3061.                  from /usr/local/include/opencv2/flann/flann_base.hpp:37,
  3062.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  3063.                  from /usr/local/include/opencv/cv.h:69,
  3064.                  from /home/appuru/desktop/test/build/include/test.h:4,
  3065.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  3066.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  3067. /usr/include/_G_config.h:25:3: error: ‘_G_fpos_t’ does not name a type
  3068.  } _G_fpos_t;
  3069.    ^
  3070. In file included from /usr/include/c++/4.8/cstdio:42:0,
  3071.                  from /usr/local/include/opencv2/flann/flann_base.hpp:37,
  3072.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  3073.                  from /usr/local/include/opencv/cv.h:69,
  3074.                  from /home/appuru/desktop/test/build/include/test.h:4,
  3075.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  3076.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  3077. /usr/include/stdio.h:110:9: error: ‘_G_fpos_t’ does not name a type
  3078.  typedef _G_fpos_t fpos_t;
  3079.          ^
  3080. In file included from /usr/include/c++/4.8/cstdio:42:0,
  3081.                  from /usr/local/include/opencv2/flann/flann_base.hpp:37,
  3082.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  3083.                  from /usr/local/include/opencv/cv.h:69,
  3084.                  from /home/appuru/desktop/test/build/include/test.h:4,
  3085.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  3086.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  3087. /usr/include/stdio.h:195:8: error: ‘FILE’ does not name a type
  3088.  extern FILE *tmpfile (void) __wur;
  3089.         ^
  3090. /usr/include/stdio.h:237:20: error: ‘FILE’ was not declared in this scope
  3091.  extern int fclose (FILE *__stream);
  3092.                     ^
  3093. /usr/include/stdio.h:237:26: error: ‘__stream’ was not declared in this scope
  3094.  extern int fclose (FILE *__stream);
  3095.                           ^
  3096. /usr/include/stdio.h:242:20: error: ‘FILE’ was not declared in this scope
  3097.  extern int fflush (FILE *__stream);
  3098.                     ^
  3099. /usr/include/stdio.h:242:26: error: ‘__stream’ was not declared in this scope
  3100.  extern int fflush (FILE *__stream);
  3101.                           ^
  3102. /usr/include/stdio.h:272:8: error: ‘FILE’ does not name a type
  3103.  extern FILE *fopen (const char *__restrict __filename,
  3104.         ^
  3105. /usr/include/stdio.h:278:8: error: ‘FILE’ does not name a type
  3106.  extern FILE *freopen (const char *__restrict __filename,
  3107.         ^
  3108. /usr/include/stdio.h:332:21: error: variable or field ‘setbuf’ declared void
  3109.  extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __THROW;
  3110.                      ^
  3111. /usr/include/stdio.h:332:21: error: ‘FILE’ was not declared in this scope
  3112. /usr/include/stdio.h:332:27: error: expected primary-expression before ‘__restrict’
  3113.  extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __THROW;
  3114.                            ^
  3115. /usr/include/stdio.h:332:48: error: expected primary-expression before ‘char’
  3116.  extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __THROW;
  3117.                                                 ^
  3118. /usr/include/stdio.h:336:21: error: ‘FILE’ was not declared in this scope
  3119.  extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
  3120.                      ^
  3121. /usr/include/stdio.h:336:27: error: expected primary-expression before ‘__restrict’
  3122.  extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
  3123.                            ^
  3124. /usr/include/stdio.h:336:48: error: expected primary-expression before ‘char’
  3125.  extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
  3126.                                                 ^
  3127. /usr/include/stdio.h:337:7: error: expected primary-expression before ‘int’
  3128.        int __modes, size_t __n) __THROW;
  3129.        ^
  3130. /usr/include/stdio.h:337:27: error: expected primary-expression before ‘__n’
  3131.        int __modes, size_t __n) __THROW;
  3132.                            ^
  3133. /usr/include/stdio.h:337:30: error: expression list treated as compound expression in initializer [-fpermissive]
  3134.        int __modes, size_t __n) __THROW;
  3135.                               ^
  3136. /usr/include/stdio.h:356:21: error: ‘FILE’ was not declared in this scope
  3137.  extern int fprintf (FILE *__restrict __stream,
  3138.                      ^
  3139. /usr/include/stdio.h:356:27: error: expected primary-expression before ‘__restrict’
  3140.  extern int fprintf (FILE *__restrict __stream,
  3141.                            ^
  3142. /usr/include/stdio.h:357:7: error: expected primary-expression before ‘const’
  3143.        const char *__restrict __format, ...);
  3144.        ^
  3145. /usr/include/stdio.h:357:40: error: expected primary-expression before ‘...’ token
  3146.        const char *__restrict __format, ...);
  3147.                                         ^
  3148. /usr/include/stdio.h:357:43: error: expression list treated as compound expression in initializer [-fpermissive]
  3149.        const char *__restrict __format, ...);
  3150.                                            ^
  3151. /usr/include/stdio.h:371:22: error: ‘FILE’ was not declared in this scope
  3152.  extern int vfprintf (FILE *__restrict __s, const char *__restrict __format,
  3153.                       ^
  3154. /usr/include/stdio.h:371:28: error: expected primary-expression before ‘__restrict’
  3155.  extern int vfprintf (FILE *__restrict __s, const char *__restrict __format,
  3156.                             ^
  3157. /usr/include/stdio.h:371:44: error: expected primary-expression before ‘const’
  3158.  extern int vfprintf (FILE *__restrict __s, const char *__restrict __format,
  3159.                                             ^
  3160. /usr/include/stdio.h:372:19: error: expected primary-expression before ‘__arg’
  3161.         _G_va_list __arg);
  3162.                    ^
  3163. /usr/include/stdio.h:372:24: error: expression list treated as compound expression in initializer [-fpermissive]
  3164.         _G_va_list __arg);
  3165.                         ^
  3166. /usr/include/stdio.h:425:20: error: ‘FILE’ was not declared in this scope
  3167.  extern int fscanf (FILE *__restrict __stream,
  3168.                     ^
  3169. /usr/include/stdio.h:425:26: error: expected primary-expression before ‘__restrict’
  3170.  extern int fscanf (FILE *__restrict __stream,
  3171.                           ^
  3172. /usr/include/stdio.h:426:6: error: expected primary-expression before ‘const’
  3173.       const char *__restrict __format, ...) __wur;
  3174.       ^
  3175. /usr/include/stdio.h:426:39: error: expected primary-expression before ‘...’ token
  3176.       const char *__restrict __format, ...) __wur;
  3177.                                        ^
  3178. /usr/include/stdio.h:426:42: error: expression list treated as compound expression in initializer [-fpermissive]
  3179.       const char *__restrict __format, ...) __wur;
  3180.                                           ^
  3181. /usr/include/stdio.h:531:19: error: ‘FILE’ was not declared in this scope
  3182.  extern int fgetc (FILE *__stream);
  3183.                    ^
  3184. /usr/include/stdio.h:531:25: error: ‘__stream’ was not declared in this scope
  3185.  extern int fgetc (FILE *__stream);
  3186.                          ^
  3187. /usr/include/stdio.h:532:18: error: ‘FILE’ was not declared in this scope
  3188.  extern int getc (FILE *__stream);
  3189.                   ^
  3190. /usr/include/stdio.h:532:24: error: ‘__stream’ was not declared in this scope
  3191.  extern int getc (FILE *__stream);
  3192.                         ^
  3193. /usr/include/stdio.h:573:28: error: ‘FILE’ has not been declared
  3194.  extern int fputc (int __c, FILE *__stream);
  3195.                             ^
  3196. /usr/include/stdio.h:574:27: error: ‘FILE’ has not been declared
  3197.  extern int putc (int __c, FILE *__stream);
  3198.                            ^
  3199. /usr/include/stdio.h:622:52: error: ‘FILE’ has not been declared
  3200.  extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
  3201.                                                     ^
  3202. /usr/include/stdio.h:689:47: error: ‘FILE’ has not been declared
  3203.  extern int fputs (const char *__restrict __s, FILE *__restrict __stream);
  3204.                                                ^
  3205. /usr/include/stdio.h:702:29: error: ‘FILE’ has not been declared
  3206.  extern int ungetc (int __c, FILE *__stream);
  3207.                              ^
  3208. /usr/include/stdio.h:710:20: error: ‘FILE’ has not been declared
  3209.         size_t __n, FILE *__restrict __stream) __wur;
  3210.                     ^
  3211. /usr/include/stdio.h:716:21: error: ‘FILE’ has not been declared
  3212.          size_t __n, FILE *__restrict __s);
  3213.                      ^
  3214. /usr/include/stdio.h:749:19: error: ‘FILE’ was not declared in this scope
  3215.  extern int fseek (FILE *__stream, long int __off, int __whence);
  3216.                    ^
  3217. /usr/include/stdio.h:749:25: error: ‘__stream’ was not declared in this scope
  3218.  extern int fseek (FILE *__stream, long int __off, int __whence);
  3219.                          ^
  3220. /usr/include/stdio.h:749:35: error: expected primary-expression before ‘long’
  3221.  extern int fseek (FILE *__stream, long int __off, int __whence);
  3222.                                    ^
  3223. /usr/include/stdio.h:749:51: error: expected primary-expression before ‘int’
  3224.  extern int fseek (FILE *__stream, long int __off, int __whence);
  3225.                                                    ^
  3226. /usr/include/stdio.h:749:63: error: expression list treated as compound expression in initializer [-fpermissive]
  3227.  extern int fseek (FILE *__stream, long int __off, int __whence);
  3228.                                                                ^
  3229. /usr/include/stdio.h:754:24: error: ‘FILE’ was not declared in this scope
  3230.  extern long int ftell (FILE *__stream) __wur;
  3231.                         ^
  3232. /usr/include/stdio.h:754:30: error: ‘__stream’ was not declared in this scope
  3233.  extern long int ftell (FILE *__stream) __wur;
  3234.                               ^
  3235. /usr/include/stdio.h:759:21: error: variable or field ‘rewind’ declared void
  3236.  extern void rewind (FILE *__stream);
  3237.                      ^
  3238. /usr/include/stdio.h:759:21: error: ‘FILE’ was not declared in this scope
  3239. /usr/include/stdio.h:759:27: error: ‘__stream’ was not declared in this scope
  3240.  extern void rewind (FILE *__stream);
  3241.                            ^
  3242. /usr/include/stdio.h:798:21: error: ‘FILE’ was not declared in this scope
  3243.  extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
  3244.                      ^
  3245. /usr/include/stdio.h:798:27: error: expected primary-expression before ‘__restrict’
  3246.  extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
  3247.                            ^
  3248. /usr/include/stdio.h:798:48: error: ‘fpos_t’ was not declared in this scope
  3249.  extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
  3250.                                                 ^
  3251. /usr/include/stdio.h:798:56: error: expected primary-expression before ‘__restrict’
  3252.  extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
  3253.                                                         ^
  3254. /usr/include/stdio.h:798:72: error: expression list treated as compound expression in initializer [-fpermissive]
  3255.  extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos);
  3256.                                                                         ^
  3257. /usr/include/stdio.h:803:21: error: ‘FILE’ was not declared in this scope
  3258.  extern int fsetpos (FILE *__stream, const fpos_t *__pos);
  3259.                      ^
  3260. /usr/include/stdio.h:803:27: error: ‘__stream’ was not declared in this scope
  3261.  extern int fsetpos (FILE *__stream, const fpos_t *__pos);
  3262.                            ^
  3263. /usr/include/stdio.h:803:37: error: expected primary-expression before ‘const’
  3264.  extern int fsetpos (FILE *__stream, const fpos_t *__pos);
  3265.                                      ^
  3266. /usr/include/stdio.h:803:56: error: expression list treated as compound expression in initializer [-fpermissive]
  3267.  extern int fsetpos (FILE *__stream, const fpos_t *__pos);
  3268.                                                         ^
  3269. /usr/include/stdio.h:826:23: error: variable or field ‘clearerr’ declared void
  3270.  extern void clearerr (FILE *__stream) __THROW;
  3271.                        ^
  3272. /usr/include/stdio.h:826:23: error: ‘FILE’ was not declared in this scope
  3273. /usr/include/stdio.h:826:29: error: ‘__stream’ was not declared in this scope
  3274.  extern void clearerr (FILE *__stream) __THROW;
  3275.                              ^
  3276. /usr/include/stdio.h:828:18: error: ‘FILE’ was not declared in this scope
  3277.  extern int feof (FILE *__stream) __THROW __wur;
  3278.                   ^
  3279. /usr/include/stdio.h:828:24: error: ‘__stream’ was not declared in this scope
  3280.  extern int feof (FILE *__stream) __THROW __wur;
  3281.                         ^
  3282. /usr/include/stdio.h:830:20: error: ‘FILE’ was not declared in this scope
  3283.  extern int ferror (FILE *__stream) __THROW __wur;
  3284.                     ^
  3285. /usr/include/stdio.h:830:26: error: ‘__stream’ was not declared in this scope
  3286.  extern int ferror (FILE *__stream) __THROW __wur;
  3287.                           ^
  3288. In file included from /usr/include/libio.h:56:0,
  3289.                  from /usr/include/stdio.h:74,
  3290.                  from /usr/include/c++/4.8/cstdio:42,
  3291.                  from /usr/local/include/opencv2/flann/flann_base.hpp:37,
  3292.                  from /usr/local/include/opencv2/flann/flann.hpp:50,
  3293.                  from /usr/local/include/opencv/cv.h:69,
  3294.                  from /home/appuru/desktop/test/build/include/test.h:4,
  3295.                  from /home/appuru/desktop/test/build/include/testDetector.h:4,
  3296.                  from /home/appuru/desktop/test/src/testDetector.cpp:1:
  3297. /usr/include/stdio.h:943:1: error: expected declaration before ‘}’ token
  3298.  __END_DECLS
  3299.  ^
  3300. make[2]: *** [CMakeFiles/test.dir/src/testDetector.cpp.o] error 1
  3301. make[1]: *** [CMakeFiles/test.dir/all] error 2
  3302. make: *** [all] error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement