Advertisement
nospamdan

twrp

Dec 26th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. target thumb C++: libtwrpmtp <= bootable/recovery/mtp/MtpResponsePacket.cpp
  2. target thumb C++: libtwrpmtp <= bootable/recovery/mtp/MtpServer.cpp
  3. target thumb C++: libtwrpmtp <= bootable/recovery/mtp/MtpStorage.cpp
  4. target thumb C++: libtwrpmtp <= bootable/recovery/mtp/MtpStorageInfo.cpp
  5. In file included from bionic/libc/include/stdatomic.h:58:0,
  6.                  from system/core/include/cutils/atomic.h:22,
  7.                  from system/core/include/utils/RefBase.h:20,
  8.                  from system/core/include/utils/Thread.h:31,
  9.                  from system/core/include/utils/threads.h:35,
  10.                  from bootable/recovery/mtp/MtpDevice.h:27,
  11.                  from bootable/recovery/mtp/MtpDevice.cpp:19:
  12. external/libcxx/include/atomic:565:10: error: expected nested-name-specifier before 'enable_if'
  13.  typename enable_if<sizeof(_Tp()->__a_value = __create<_Td>()), char>::type
  14.           ^
  15. external/libcxx/include/atomic:565:19: error: expected initializer before '<' token
  16.  typename enable_if<sizeof(_Tp()->__a_value = __create<_Td>()), char>::type
  17.                    ^
  18. external/libcxx/include/atomic:568:1: error: '__two' does not name a type
  19.  __two __test_atomic_assignable(...);
  20.  ^
  21. external/libcxx/include/atomic:573:14: error: '__test_atomic_assignable' was not declared in this scope
  22.        sizeof(__test_atomic_assignable<_Tp, _Td>(1)) == sizeof(char);
  23.               ^
  24. external/libcxx/include/atomic:573:42: error: expected primary-expression before ',' token
  25.        sizeof(__test_atomic_assignable<_Tp, _Td>(1)) == sizeof(char);
  26.                                           ^
  27. external/libcxx/include/atomic:573:47: error: expected primary-expression before '>' token
  28.        sizeof(__test_atomic_assignable<_Tp, _Td>(1)) == sizeof(char);
  29.                                                ^
  30. external/libcxx/include/atomic:600:10: error: expected nested-name-specifier before 'enable_if'
  31.  typename enable_if<
  32.           ^
  33. external/libcxx/include/atomic:600:19: error: expected initializer before '<' token
  34.  typename enable_if<
  35.                    ^
  36. external/libcxx/include/atomic:608:10: error: expected nested-name-specifier before 'enable_if'
  37.  typename enable_if<
  38.           ^
  39. external/libcxx/include/atomic:608:19: error: expected initializer before '<' token
  40.  typename enable_if<
  41.                    ^
  42. external/libcxx/include/atomic:823:29: error: 'is_integral' was not declared in this scope
  43.  template <class _Tp, bool = is_integral<_Tp>::value && !is_same<_Tp, bool>::value>
  44.                              ^
  45. external/libcxx/include/atomic:823:29: note: suggested alternative:
  46. In file included from external/libcxx/include/atomic:530:0,
  47.                  from bionic/libc/include/stdatomic.h:58,
  48.                  from system/core/include/cutils/atomic.h:22,
  49.                  from system/core/include/utils/RefBase.h:20,
  50.                  from system/core/include/utils/Thread.h:31,
  51.                  from system/core/include/utils/threads.h:35,
  52.                  from bootable/recovery/mtp/MtpDevice.h:27,
  53.                  from bootable/recovery/mtp/MtpDevice.cpp:19:
  54. external/stlport/stlport/type_traits:214:8: note:   'std::tr1::is_integral'
  55.  struct is_integral :
  56.         ^
  57. In file included from bionic/libc/include/stdatomic.h:58:0,
  58.                  from system/core/include/cutils/atomic.h:22,
  59.                  from system/core/include/utils/RefBase.h:20,
  60.                  from system/core/include/utils/Thread.h:31,
  61.                  from system/core/include/utils/threads.h:35,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement