Advertisement
Guest User

ppsspp with icc

a guest
Oct 31st, 2013
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 50.10 KB | None | 0 0
  1. Android NDK: WARNING: APP_PLATFORM android-9 is larger than android:minSdkVersion 8 in ./AndroidManifest.xml    
  2. Android NDK: WARNING:../native/Android.mk:native: LOCAL_LDLIBS is always ignored for static libraries    
  3. /home/japel/android-ndk-r9/build/core/build-binary.mk:348: warning: overriding commands for target `obj/local/x86/objs/native/math/math_util.o'
  4. /home/japel/android-ndk-r9/build/core/build-binary.mk:348: warning: ignoring old commands for target `obj/local/x86/objs/native/math/math_util.o'
  5. Android NDK: WARNING:jni/Android.mk:ppsspp_jni: non-system libraries in linker flags: jni/../../ffmpeg/android/x86/lib/libavformat.a jni/../../ffmpeg/android/x86/lib/libavcodec.a jni/../../ffmpeg/android/x86/lib/libswresample.a jni/../../ffmpeg/android/x86/lib/libswscale.a jni/../../ffmpeg/android/x86/lib/libavutil.a    
  6. Android NDK:     This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES    
  7. Android NDK:     or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the    
  8. Android NDK:     current module    
  9. Android NDK: WARNING:../native/ext/libzip/Android.mk:zip: LOCAL_LDLIBS is always ignored for static libraries    
  10. SharedLibrary  : libnative_audio.so
  11. Compile++ x86    : ppsspp_jni <= ABI.cpp
  12. icpc: command line warning #10006: ignoring unknown option '-Wno-psabi'
  13. icpc: command line warning #10006: ignoring unknown option '-Wno-literal-suffix'
  14. icpc: command line warning #10121: overriding '-mssse3' with '-xSSSE3_ATOM'
  15. i686-linux-android-as: No existe el archivo o el directorio
  16. Compile++ x86    : ppsspp_jni <= x64Emitter.cpp
  17. i686-linux-android-as: No existe el archivo o el directorio
  18. icpc: command line warning #10006: ignoring unknown option '-Wno-psabi'
  19. icpc: command line warning #10006: ignoring unknown option '-Wno-literal-suffix'
  20. icpc: command line warning #10121: overriding '-mssse3' with '-xSSSE3_ATOM'
  21. i686-linux-android-as: No existe el archivo o el directorio
  22. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/stringfwd.h(43): error: expected a "{"
  23.   namespace std _GLIBCXX_VISIBILITY(default)
  24.                 ^
  25.  
  26. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/functexcept.h(43): error: expected a "{"
  27.   namespace std _GLIBCXX_VISIBILITY(default)
  28.                 ^
  29.  
  30. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/cpp_type_traits.h(69): error: expected a "{"
  31.   namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
  32.                       ^
  33.  
  34. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/cpp_type_traits.h(79): error: expected a "{"
  35.   namespace std _GLIBCXX_VISIBILITY(default)
  36.                 ^
  37.  
  38. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/cpp_type_traits.h(315): error: name followed by "::" must be a class or namespace name
  39.       struct __is_normal_iterator< __gnu_cxx::__normal_iterator<_Iterator,
  40.                                    ^
  41.  
  42. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/cpp_type_traits.h(315): error: too many arguments for class template "<error>::__is_normal_iterator"
  43.       struct __is_normal_iterator< __gnu_cxx::__normal_iterator<_Iterator,
  44.                                                                          ^
  45.  
  46. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(38): error: expected a "{"
  47.   namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
  48.                       ^
  49.  
  50. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(67): error: namespace "std" has no member "__is_integer"
  51.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  52.                                  ^
  53.  
  54. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(67): error: type name is not allowed
  55.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  56.                                               ^
  57.  
  58. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(67): error: too few arguments for class template "<error>::__enable_if"
  59.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  60.                                                  ^
  61.  
  62. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(67): error: expected a ";"
  63.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  64.                                                                 ^
  65.  
  66. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(70): error: name followed by "::" must be a class or namespace name
  67.         typedef typename __if_type::__type __type;
  68.                          ^
  69.  
  70. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(110): error: namespace "std" has no member "__is_integer"
  71.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  72.                                  ^
  73.  
  74. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(110): error: type name is not allowed
  75.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  76.                                               ^
  77.  
  78. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(110): error: too few arguments for class template "<error>::__enable_if"
  79.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  80.                                                  ^
  81.  
  82. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(110): error: expected a ";"
  83.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  84.                                                                 ^
  85.  
  86. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(113): error: name followed by "::" must be a class or namespace name
  87.         typedef typename __if_type::__type __type;
  88.                          ^
  89.  
  90. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(161): error: namespace "std" has no member "__is_integer"
  91.     template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  92.                                        ^
  93.  
  94. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(161): error: type name is not allowed
  95.     template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  96.                                                     ^
  97.  
  98. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(161): error: the global scope has no "__value"
  99.     template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  100.                                                           ^
  101.  
  102. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(169): error: a template argument list is not allowed in a declaration of a primary template
  103.       struct __promote<_Tp, false>
  104.              ^
  105.  
  106. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(173): error: __promote is not a template
  107.       struct __promote<long double>
  108.              ^
  109.  
  110. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(177): error: __promote is not a template
  111.       struct __promote<double>
  112.              ^
  113.  
  114. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(181): error: __promote is not a template
  115.       struct __promote<float>
  116.              ^
  117.  
  118. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(185): error: __promote is not a template
  119.              typename _Tp2 = typename __promote<_Tp>::__type,
  120.                                       ^
  121.  
  122. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(186): error: __promote is not a template
  123.              typename _Up2 = typename __promote<_Up>::__type>
  124.                                       ^
  125.  
  126. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(193): error: __promote is not a template
  127.              typename _Tp2 = typename __promote<_Tp>::__type,
  128.                                       ^
  129.  
  130. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(194): error: __promote is not a template
  131.              typename _Up2 = typename __promote<_Up>::__type,
  132.                                       ^
  133.  
  134. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(195): error: __promote is not a template
  135.              typename _Vp2 = typename __promote<_Vp>::__type>
  136.                                       ^
  137.  
  138. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(202): error: __promote is not a template
  139.              typename _Tp2 = typename __promote<_Tp>::__type,
  140.                                       ^
  141.  
  142. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(203): error: __promote is not a template
  143.              typename _Up2 = typename __promote<_Up>::__type,
  144.                                       ^
  145.  
  146. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(204): error: __promote is not a template
  147.              typename _Vp2 = typename __promote<_Vp>::__type,
  148.                                       ^
  149.  
  150. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(205): error: __promote is not a template
  151.              typename _Wp2 = typename __promote<_Wp>::__type>
  152.                                       ^
  153.  
  154. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(37): error: expected a "{"
  155.   namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
  156.                       ^
  157.  
  158. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(58): error: identifier "__CHAR_BIT__" is undefined
  159.         static const _Value __min = __glibcxx_min(_Value);
  160.                                     ^
  161.  
  162. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(103): error: namespace "std" has no member "__are_same"
  163.         static const int __max_digits10 = __glibcxx_max_digits10(_Value);
  164.                                           ^
  165.  
  166. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(103): error: type name is not allowed
  167.         static const int __max_digits10 = __glibcxx_max_digits10(_Value);
  168.                                           ^
  169.  
  170. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(103): error: this operator is not allowed in a constant expression
  171.         static const int __max_digits10 = __glibcxx_max_digits10(_Value);
  172.                                           ^
  173.  
  174. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(103): error: the global scope has no "__value"
  175.         static const int __max_digits10 = __glibcxx_max_digits10(_Value);
  176.                                           ^
  177.  
  178. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(103): error: identifier "__FLT_MANT_DIG__" is undefined
  179.         static const int __max_digits10 = __glibcxx_max_digits10(_Value);
  180.                                           ^
  181.  
  182. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(107): error: namespace "std" has no member "__are_same"
  183.         static const int __digits10 = __glibcxx_digits10(_Value);
  184.                                       ^
  185.  
  186. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(107): error: type name is not allowed
  187.         static const int __digits10 = __glibcxx_digits10(_Value);
  188.                                       ^
  189.  
  190. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(107): error: this operator is not allowed in a constant expression
  191.         static const int __digits10 = __glibcxx_digits10(_Value);
  192.                                       ^
  193.  
  194. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(107): error: the global scope has no "__value"
  195.         static const int __digits10 = __glibcxx_digits10(_Value);
  196.                                       ^
  197.  
  198. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(107): error: identifier "__FLT_DIG__" is undefined
  199.         static const int __digits10 = __glibcxx_digits10(_Value);
  200.                                       ^
  201.  
  202. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(108): error: namespace "std" has no member "__are_same"
  203.         static const int __max_exponent10 = __glibcxx_max_exponent10(_Value);
  204.                                             ^
  205.  
  206. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(108): error: type name is not allowed
  207.         static const int __max_exponent10 = __glibcxx_max_exponent10(_Value);
  208.                                             ^
  209.  
  210. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(108): error: this operator is not allowed in a constant expression
  211.         static const int __max_exponent10 = __glibcxx_max_exponent10(_Value);
  212.                                             ^
  213.  
  214. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(108): error: the global scope has no "__value"
  215.         static const int __max_exponent10 = __glibcxx_max_exponent10(_Value);
  216.                                             ^
  217.  
  218. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(108): error: identifier "__FLT_MAX_10_EXP__" is undefined
  219.         static const int __max_exponent10 = __glibcxx_max_exponent10(_Value);
  220.                                             ^
  221.  
  222. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(125): error: namespace "std" has no member "__is_integer"
  223.       : public __conditional_type<std::__is_integer<_Value>::__value,
  224.                                        ^
  225.  
  226. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(125): error: type name is not allowed
  227.       : public __conditional_type<std::__is_integer<_Value>::__value,
  228.                                                     ^
  229.  
  230. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(125): error: name followed by "::" must be a class or namespace name
  231.       : public __conditional_type<std::__is_integer<_Value>::__value,
  232.                ^
  233.  
  234. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(125): error: not a class or struct name
  235.       : public __conditional_type<std::__is_integer<_Value>::__value,
  236.                ^
  237.  
  238. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(127): error: class or struct definition is missing
  239.                 __numeric_traits_floating<_Value> >::__type
  240.                                                   ^
  241.  
  242. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/move.h(36): error: expected a "{"
  243.   namespace std _GLIBCXX_VISIBILITY(default)
  244.                 ^
  245.  
  246. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(40): error: expected a "{"
  247.   namespace std _GLIBCXX_VISIBILITY(default)
  248.                 ^
  249.  
  250. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(211): error: identifier "__is_enum" is undefined
  251.       : public integral_constant<bool, __is_enum(_Tp)>
  252.                                        ^
  253.  
  254. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(211): error: type name is not allowed
  255.       : public integral_constant<bool, __is_enum(_Tp)>
  256.                                                  ^
  257.  
  258. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(217): error: identifier "__is_union" is undefined
  259.       : public integral_constant<bool, __is_union(_Tp)>
  260.                                        ^
  261.  
  262. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(217): error: type name is not allowed
  263.       : public integral_constant<bool, __is_union(_Tp)>
  264.                                                   ^
  265.  
  266. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(223): error: identifier "__is_class" is undefined
  267.       : public integral_constant<bool, __is_class(_Tp)>
  268.                                        ^
  269.  
  270. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(223): error: type name is not allowed
  271.       : public integral_constant<bool, __is_class(_Tp)>
  272.                                                   ^
  273.  
  274. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(344): error: identifier "__is_empty" is undefined
  275.       : public integral_constant<bool, __is_empty(_Tp)>
  276.                                        ^
  277.  
  278. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(344): error: type name is not allowed
  279.       : public integral_constant<bool, __is_empty(_Tp)>
  280.                                                   ^
  281.  
  282. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(350): error: identifier "__is_polymorphic" is undefined
  283.       : public integral_constant<bool, __is_polymorphic(_Tp)>
  284.                                        ^
  285.  
  286. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(350): error: type name is not allowed
  287.       : public integral_constant<bool, __is_polymorphic(_Tp)>
  288.                                                         ^
  289.  
  290. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(356): error: identifier "__is_abstract" is undefined
  291.       : public integral_constant<bool, __is_abstract(_Tp)>
  292.                                        ^
  293.  
  294. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(356): error: type name is not allowed
  295.       : public integral_constant<bool, __is_abstract(_Tp)>
  296.                                                      ^
  297.  
  298. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(362): error: identifier "__has_virtual_destructor" is undefined
  299.       : public integral_constant<bool, __has_virtual_destructor(_Tp)>
  300.                                        ^
  301.  
  302. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(362): error: type name is not allowed
  303.       : public integral_constant<bool, __has_virtual_destructor(_Tp)>
  304.                                                                 ^
  305.  
  306. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(625): error: identifier "__is_trivial" is undefined
  307.       : public integral_constant<bool, __is_trivial(_Tp)>
  308.                                        ^
  309.  
  310. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(625): error: type name is not allowed
  311.       : public integral_constant<bool, __is_trivial(_Tp)>
  312.                                                     ^
  313.  
  314. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(631): error: identifier "__is_standard_layout" is undefined
  315.       : public integral_constant<bool, __is_standard_layout(_Tp)>
  316.                                        ^
  317.  
  318. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(631): error: type name is not allowed
  319.       : public integral_constant<bool, __is_standard_layout(_Tp)>
  320.                                                             ^
  321.  
  322. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(638): error: identifier "__is_pod" is undefined
  323.       : public integral_constant<bool, __is_pod(_Tp)>
  324.                                        ^
  325.  
  326. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(638): error: type name is not allowed
  327.       : public integral_constant<bool, __is_pod(_Tp)>
  328.                                                 ^
  329.  
  330. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(644): error: identifier "__is_literal_type" is undefined
  331.       : public integral_constant<bool, __is_literal_type(_Tp)>
  332.                                        ^
  333.  
  334. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(644): error: type name is not allowed
  335.       : public integral_constant<bool, __is_literal_type(_Tp)>
  336.                                                          ^
  337.  
  338. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(648): error: expected a ";"
  339.       typename add_rvalue_reference<_Tp>::type declval() noexcept;
  340.                                                          ^
  341.  
  342. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(695): error: identifier "noexcept" is undefined
  343.       { static const bool __value = noexcept(_Tp(declval<_Args>()...)); };
  344.                                     ^
  345.  
  346. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(700): error: identifier "noexcept" is undefined
  347.         static const bool __value = noexcept(static_cast<_Tp>(declval<_Arg>()));
  348.                                     ^
  349.  
  350. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(714): error: identifier "__has_trivial_constructor" is undefined
  351.       : public integral_constant<bool, __has_trivial_constructor(_Tp)>
  352.                                        ^
  353.  
  354. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(714): error: type name is not allowed
  355.       : public integral_constant<bool, __has_trivial_constructor(_Tp)>
  356.                                                                  ^
  357.  
  358. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(720): error: identifier "__has_trivial_copy" is undefined
  359.       : public integral_constant<bool, __has_trivial_copy(_Tp)>
  360.                                        ^
  361.  
  362. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(720): error: type name is not allowed
  363.       : public integral_constant<bool, __has_trivial_copy(_Tp)>
  364.                                                           ^
  365.  
  366. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(726): error: identifier "__has_trivial_assign" is undefined
  367.       : public integral_constant<bool, __has_trivial_assign(_Tp)>
  368.                                        ^
  369.  
  370. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(726): error: type name is not allowed
  371.       : public integral_constant<bool, __has_trivial_assign(_Tp)>
  372.                                                             ^
  373.  
  374. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(732): error: identifier "__has_trivial_destructor" is undefined
  375.       : public integral_constant<bool, __has_trivial_destructor(_Tp)>
  376.                                        ^
  377.  
  378. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(732): error: type name is not allowed
  379.       : public integral_constant<bool, __has_trivial_destructor(_Tp)>
  380.                                                                 ^
  381.  
  382. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(738): error: identifier "__has_nothrow_constructor" is undefined
  383.       : public integral_constant<bool, __has_nothrow_constructor(_Tp)>
  384.                                        ^
  385.  
  386. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(738): error: type name is not allowed
  387.       : public integral_constant<bool, __has_nothrow_constructor(_Tp)>
  388.                                                                  ^
  389.  
  390. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(744): error: identifier "__has_nothrow_copy" is undefined
  391.       : public integral_constant<bool, __has_nothrow_copy(_Tp)>
  392.                                        ^
  393.  
  394. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(744): error: type name is not allowed
  395.       : public integral_constant<bool, __has_nothrow_copy(_Tp)>
  396.                                                           ^
  397.  
  398. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(750): error: identifier "__has_nothrow_assign" is undefined
  399.       : public integral_constant<bool, __has_nothrow_assign(_Tp)>
  400.                                        ^
  401.  
  402. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(750): error: type name is not allowed
  403.       : public integral_constant<bool, __has_nothrow_assign(_Tp)>
  404.                                                             ^
  405.  
  406. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(758): error: identifier "__is_base_of" is undefined
  407.       : public integral_constant<bool, __is_base_of(_Base, _Derived)>
  408.                                        ^
  409.  
  410. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(758): error: type name is not allowed
  411.       : public integral_constant<bool, __is_base_of(_Base, _Derived)>
  412.                                                     ^
  413.  
  414. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(758): error: type name is not allowed
  415.       : public integral_constant<bool, __is_base_of(_Base, _Derived)>
  416.                                                            ^
  417.  
  418. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(775): error: namespace "std" has no member "declval"
  419.           static decltype(__test_aux<_To1>(std::declval<_From1>()), __one())
  420.                                                 ^
  421.  
  422. compilation aborted for jni/../../Common/ABI.cpp (code 4)
  423. make: *** [obj/local/x86/objs/ppsspp_jni/__/__/Common/ABI.o] Error 4
  424. make: *** Waiting for unfinished jobs....
  425. ipo: error #11025: Linker command line is badly formed
  426. icpc: error #10014: problem during multi-file optimization compilation (code 1)
  427. make: *** [obj/local/x86/libnative_audio.so] Error 1
  428. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/stringfwd.h(43): error: expected a "{"
  429.   namespace std _GLIBCXX_VISIBILITY(default)
  430.                 ^
  431.  
  432. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/functexcept.h(43): error: expected a "{"
  433.   namespace std _GLIBCXX_VISIBILITY(default)
  434.                 ^
  435.  
  436. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/cpp_type_traits.h(69): error: expected a "{"
  437.   namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
  438.                       ^
  439.  
  440. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/cpp_type_traits.h(79): error: expected a "{"
  441.   namespace std _GLIBCXX_VISIBILITY(default)
  442.                 ^
  443.  
  444. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/cpp_type_traits.h(315): error: name followed by "::" must be a class or namespace name
  445.       struct __is_normal_iterator< __gnu_cxx::__normal_iterator<_Iterator,
  446.                                    ^
  447.  
  448. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/cpp_type_traits.h(315): error: too many arguments for class template "<error>::__is_normal_iterator"
  449.       struct __is_normal_iterator< __gnu_cxx::__normal_iterator<_Iterator,
  450.                                                                          ^
  451.  
  452. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(38): error: expected a "{"
  453.   namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
  454.                       ^
  455.  
  456. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(67): error: namespace "std" has no member "__is_integer"
  457.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  458.                                  ^
  459.  
  460. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(67): error: type name is not allowed
  461.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  462.                                               ^
  463.  
  464. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(67): error: too few arguments for class template "<error>::__enable_if"
  465.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  466.                                                  ^
  467.  
  468. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(67): error: expected a ";"
  469.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  470.                                                                 ^
  471.  
  472. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(70): error: name followed by "::" must be a class or namespace name
  473.         typedef typename __if_type::__type __type;
  474.                          ^
  475.  
  476. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(110): error: namespace "std" has no member "__is_integer"
  477.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  478.                                  ^
  479.  
  480. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(110): error: type name is not allowed
  481.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  482.                                               ^
  483.  
  484. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(110): error: too few arguments for class template "<error>::__enable_if"
  485.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  486.                                                  ^
  487.  
  488. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(110): error: expected a ";"
  489.         typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
  490.                                                                 ^
  491.  
  492. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(113): error: name followed by "::" must be a class or namespace name
  493.         typedef typename __if_type::__type __type;
  494.                          ^
  495.  
  496. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(161): error: namespace "std" has no member "__is_integer"
  497.     template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  498.                                        ^
  499.  
  500. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(161): error: type name is not allowed
  501.     template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  502.                                                     ^
  503.  
  504. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(161): error: the global scope has no "__value"
  505.     template<typename _Tp, bool = std::__is_integer<_Tp>::__value>
  506.                                                           ^
  507.  
  508. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(169): error: a template argument list is not allowed in a declaration of a primary template
  509.       struct __promote<_Tp, false>
  510.              ^
  511.  
  512. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(173): error: __promote is not a template
  513.       struct __promote<long double>
  514.              ^
  515.  
  516. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(177): error: __promote is not a template
  517.       struct __promote<double>
  518.              ^
  519.  
  520. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(181): error: __promote is not a template
  521.       struct __promote<float>
  522.              ^
  523.  
  524. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(185): error: __promote is not a template
  525.              typename _Tp2 = typename __promote<_Tp>::__type,
  526.                                       ^
  527.  
  528. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(186): error: __promote is not a template
  529.              typename _Up2 = typename __promote<_Up>::__type>
  530.                                       ^
  531.  
  532. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(193): error: __promote is not a template
  533.              typename _Tp2 = typename __promote<_Tp>::__type,
  534.                                       ^
  535.  
  536. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(194): error: __promote is not a template
  537.              typename _Up2 = typename __promote<_Up>::__type,
  538.                                       ^
  539.  
  540. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(195): error: __promote is not a template
  541.              typename _Vp2 = typename __promote<_Vp>::__type>
  542.                                       ^
  543.  
  544. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(202): error: __promote is not a template
  545.              typename _Tp2 = typename __promote<_Tp>::__type,
  546.                                       ^
  547.  
  548. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(203): error: __promote is not a template
  549.              typename _Up2 = typename __promote<_Up>::__type,
  550.                                       ^
  551.  
  552. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(204): error: __promote is not a template
  553.              typename _Vp2 = typename __promote<_Vp>::__type,
  554.                                       ^
  555.  
  556. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/type_traits.h(205): error: __promote is not a template
  557.              typename _Wp2 = typename __promote<_Wp>::__type>
  558.                                       ^
  559.  
  560. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(37): error: expected a "{"
  561.   namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
  562.                       ^
  563.  
  564. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(58): error: identifier "__CHAR_BIT__" is undefined
  565.         static const _Value __min = __glibcxx_min(_Value);
  566.                                     ^
  567.  
  568. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(103): error: namespace "std" has no member "__are_same"
  569.         static const int __max_digits10 = __glibcxx_max_digits10(_Value);
  570.                                           ^
  571.  
  572. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(103): error: type name is not allowed
  573.         static const int __max_digits10 = __glibcxx_max_digits10(_Value);
  574.                                           ^
  575.  
  576. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(103): error: this operator is not allowed in a constant expression
  577.         static const int __max_digits10 = __glibcxx_max_digits10(_Value);
  578.                                           ^
  579.  
  580. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(103): error: the global scope has no "__value"
  581.         static const int __max_digits10 = __glibcxx_max_digits10(_Value);
  582.                                           ^
  583.  
  584. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(103): error: identifier "__FLT_MANT_DIG__" is undefined
  585.         static const int __max_digits10 = __glibcxx_max_digits10(_Value);
  586.                                           ^
  587.  
  588. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(107): error: namespace "std" has no member "__are_same"
  589.         static const int __digits10 = __glibcxx_digits10(_Value);
  590.                                       ^
  591.  
  592. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(107): error: type name is not allowed
  593.         static const int __digits10 = __glibcxx_digits10(_Value);
  594.                                       ^
  595.  
  596. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(107): error: this operator is not allowed in a constant expression
  597.         static const int __digits10 = __glibcxx_digits10(_Value);
  598.                                       ^
  599.  
  600. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(107): error: the global scope has no "__value"
  601.         static const int __digits10 = __glibcxx_digits10(_Value);
  602.                                       ^
  603.  
  604. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(107): error: identifier "__FLT_DIG__" is undefined
  605.         static const int __digits10 = __glibcxx_digits10(_Value);
  606.                                       ^
  607.  
  608. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(108): error: namespace "std" has no member "__are_same"
  609.         static const int __max_exponent10 = __glibcxx_max_exponent10(_Value);
  610.                                             ^
  611.  
  612. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(108): error: type name is not allowed
  613.         static const int __max_exponent10 = __glibcxx_max_exponent10(_Value);
  614.                                             ^
  615.  
  616. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(108): error: this operator is not allowed in a constant expression
  617.         static const int __max_exponent10 = __glibcxx_max_exponent10(_Value);
  618.                                             ^
  619.  
  620. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(108): error: the global scope has no "__value"
  621.         static const int __max_exponent10 = __glibcxx_max_exponent10(_Value);
  622.                                             ^
  623.  
  624. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(108): error: identifier "__FLT_MAX_10_EXP__" is undefined
  625.         static const int __max_exponent10 = __glibcxx_max_exponent10(_Value);
  626.                                             ^
  627.  
  628. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(125): error: namespace "std" has no member "__is_integer"
  629.       : public __conditional_type<std::__is_integer<_Value>::__value,
  630.                                        ^
  631.  
  632. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(125): error: type name is not allowed
  633.       : public __conditional_type<std::__is_integer<_Value>::__value,
  634.                                                     ^
  635.  
  636. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(125): error: name followed by "::" must be a class or namespace name
  637.       : public __conditional_type<std::__is_integer<_Value>::__value,
  638.                ^
  639.  
  640. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(125): error: not a class or struct name
  641.       : public __conditional_type<std::__is_integer<_Value>::__value,
  642.                ^
  643.  
  644. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/numeric_traits.h(127): error: class or struct definition is missing
  645.                 __numeric_traits_floating<_Value> >::__type
  646.                                                   ^
  647.  
  648. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/move.h(36): error: expected a "{"
  649.   namespace std _GLIBCXX_VISIBILITY(default)
  650.                 ^
  651.  
  652. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(40): error: expected a "{"
  653.   namespace std _GLIBCXX_VISIBILITY(default)
  654.                 ^
  655.  
  656. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(211): error: identifier "__is_enum" is undefined
  657.       : public integral_constant<bool, __is_enum(_Tp)>
  658.                                        ^
  659.  
  660. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(211): error: type name is not allowed
  661.       : public integral_constant<bool, __is_enum(_Tp)>
  662.                                                  ^
  663.  
  664. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(217): error: identifier "__is_union" is undefined
  665.       : public integral_constant<bool, __is_union(_Tp)>
  666.                                        ^
  667.  
  668. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(217): error: type name is not allowed
  669.       : public integral_constant<bool, __is_union(_Tp)>
  670.                                                   ^
  671.  
  672. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(223): error: identifier "__is_class" is undefined
  673.       : public integral_constant<bool, __is_class(_Tp)>
  674.                                        ^
  675.  
  676. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(223): error: type name is not allowed
  677.       : public integral_constant<bool, __is_class(_Tp)>
  678.                                                   ^
  679.  
  680. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(344): error: identifier "__is_empty" is undefined
  681.       : public integral_constant<bool, __is_empty(_Tp)>
  682.                                        ^
  683.  
  684. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(344): error: type name is not allowed
  685.       : public integral_constant<bool, __is_empty(_Tp)>
  686.                                                   ^
  687.  
  688. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(350): error: identifier "__is_polymorphic" is undefined
  689.       : public integral_constant<bool, __is_polymorphic(_Tp)>
  690.                                        ^
  691.  
  692. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(350): error: type name is not allowed
  693.       : public integral_constant<bool, __is_polymorphic(_Tp)>
  694.                                                         ^
  695.  
  696. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(356): error: identifier "__is_abstract" is undefined
  697.       : public integral_constant<bool, __is_abstract(_Tp)>
  698.                                        ^
  699.  
  700. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(356): error: type name is not allowed
  701.       : public integral_constant<bool, __is_abstract(_Tp)>
  702.                                                      ^
  703.  
  704. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(362): error: identifier "__has_virtual_destructor" is undefined
  705.       : public integral_constant<bool, __has_virtual_destructor(_Tp)>
  706.                                        ^
  707.  
  708. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(362): error: type name is not allowed
  709.       : public integral_constant<bool, __has_virtual_destructor(_Tp)>
  710.                                                                 ^
  711.  
  712. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(625): error: identifier "__is_trivial" is undefined
  713.       : public integral_constant<bool, __is_trivial(_Tp)>
  714.                                        ^
  715.  
  716. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(625): error: type name is not allowed
  717.       : public integral_constant<bool, __is_trivial(_Tp)>
  718.                                                     ^
  719.  
  720. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(631): error: identifier "__is_standard_layout" is undefined
  721.       : public integral_constant<bool, __is_standard_layout(_Tp)>
  722.                                        ^
  723.  
  724. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(631): error: type name is not allowed
  725.       : public integral_constant<bool, __is_standard_layout(_Tp)>
  726.                                                             ^
  727.  
  728. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(638): error: identifier "__is_pod" is undefined
  729.       : public integral_constant<bool, __is_pod(_Tp)>
  730.                                        ^
  731.  
  732. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(638): error: type name is not allowed
  733.       : public integral_constant<bool, __is_pod(_Tp)>
  734.                                                 ^
  735.  
  736. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(644): error: identifier "__is_literal_type" is undefined
  737.       : public integral_constant<bool, __is_literal_type(_Tp)>
  738.                                        ^
  739.  
  740. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(644): error: type name is not allowed
  741.       : public integral_constant<bool, __is_literal_type(_Tp)>
  742.                                                          ^
  743.  
  744. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(648): error: expected a ";"
  745.       typename add_rvalue_reference<_Tp>::type declval() noexcept;
  746.                                                          ^
  747.  
  748. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(695): error: identifier "noexcept" is undefined
  749.       { static const bool __value = noexcept(_Tp(declval<_Args>()...)); };
  750.                                     ^
  751.  
  752. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(700): error: identifier "noexcept" is undefined
  753.         static const bool __value = noexcept(static_cast<_Tp>(declval<_Arg>()));
  754.                                     ^
  755.  
  756. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(714): error: identifier "__has_trivial_constructor" is undefined
  757.       : public integral_constant<bool, __has_trivial_constructor(_Tp)>
  758.                                        ^
  759.  
  760. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(714): error: type name is not allowed
  761.       : public integral_constant<bool, __has_trivial_constructor(_Tp)>
  762.                                                                  ^
  763.  
  764. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(720): error: identifier "__has_trivial_copy" is undefined
  765.       : public integral_constant<bool, __has_trivial_copy(_Tp)>
  766.                                        ^
  767.  
  768. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(720): error: type name is not allowed
  769.       : public integral_constant<bool, __has_trivial_copy(_Tp)>
  770.                                                           ^
  771.  
  772. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(726): error: identifier "__has_trivial_assign" is undefined
  773.       : public integral_constant<bool, __has_trivial_assign(_Tp)>
  774.                                        ^
  775.  
  776. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(726): error: type name is not allowed
  777.       : public integral_constant<bool, __has_trivial_assign(_Tp)>
  778.                                                             ^
  779.  
  780. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(732): error: identifier "__has_trivial_destructor" is undefined
  781.       : public integral_constant<bool, __has_trivial_destructor(_Tp)>
  782.                                        ^
  783.  
  784. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(732): error: type name is not allowed
  785.       : public integral_constant<bool, __has_trivial_destructor(_Tp)>
  786.                                                                 ^
  787.  
  788. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(738): error: identifier "__has_nothrow_constructor" is undefined
  789.       : public integral_constant<bool, __has_nothrow_constructor(_Tp)>
  790.                                        ^
  791.  
  792. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(738): error: type name is not allowed
  793.       : public integral_constant<bool, __has_nothrow_constructor(_Tp)>
  794.                                                                  ^
  795.  
  796. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(744): error: identifier "__has_nothrow_copy" is undefined
  797.       : public integral_constant<bool, __has_nothrow_copy(_Tp)>
  798.                                        ^
  799.  
  800. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(744): error: type name is not allowed
  801.       : public integral_constant<bool, __has_nothrow_copy(_Tp)>
  802.                                                           ^
  803.  
  804. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(750): error: identifier "__has_nothrow_assign" is undefined
  805.       : public integral_constant<bool, __has_nothrow_assign(_Tp)>
  806.                                        ^
  807.  
  808. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(750): error: type name is not allowed
  809.       : public integral_constant<bool, __has_nothrow_assign(_Tp)>
  810.                                                             ^
  811.  
  812. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(758): error: identifier "__is_base_of" is undefined
  813.       : public integral_constant<bool, __is_base_of(_Base, _Derived)>
  814.                                        ^
  815.  
  816. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(758): error: type name is not allowed
  817.       : public integral_constant<bool, __is_base_of(_Base, _Derived)>
  818.                                                     ^
  819.  
  820. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(758): error: type name is not allowed
  821.       : public integral_constant<bool, __is_base_of(_Base, _Derived)>
  822.                                                            ^
  823.  
  824. /home/japel/android-ndk-r9/sources/cxx-stl/gnu-libstdc++/4.6/include/type_traits(775): error: namespace "std" has no member "declval"
  825.           static decltype(__test_aux<_To1>(std::declval<_From1>()), __one())
  826.                                                 ^
  827.  
  828. compilation aborted for jni/../../Common/x64Emitter.cpp (code 4)
  829. make: *** [obj/local/x86/objs/ppsspp_jni/__/__/Common/x64Emitter.o] Error 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement