Advertisement
Guest User

Untitled

a guest
Sep 30th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 439.07 KB | None | 0 0
  1. Sending build context to Docker daemon 346MB
  2.  
  3. Step 1/24 : ARG IMAGE_FROM=monero:android64
  4. Step 2/24 : FROM ${IMAGE_FROM}
  5. ---> 6e7f6875ddfa
  6. Step 3/24 : ARG NPROC=1
  7. ---> Using cache
  8. ---> 14812344221e
  9. Step 4/24 : RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y libc6:i386 libncurses5:i386 libstdc++6:i386 libz1:i386 && apt-get install -y ca-certificates-java openjdk-8-jdk-headless openjdk-8-jre-headless ant
  10. ---> Using cache
  11. ---> b947ea171979
  12. Step 5/24 : ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
  13. ---> Using cache
  14. ---> 3c240de1fcbf
  15. Step 6/24 : ENV PATH $JAVA_HOME/bin:$PATH
  16. ---> Using cache
  17. ---> e7b37f240599
  18. Step 7/24 : ENV QT_VERSION 5.11
  19. ---> Using cache
  20. ---> 449223735357
  21. Step 8/24 : RUN git clone git://code.qt.io/qt/qt5.git -b ${QT_VERSION} && cd qt5 && perl init-repository
  22. ---> Using cache
  23. ---> 6bb5dd9ba16c
  24. Step 9/24 : ENV ANDROID_API android-21
  25. ---> Using cache
  26. ---> 51d979de8efb
  27. Step 10/24 : RUN cd ${ANDROID_SDK_ROOT} && echo y | ./bin/sdkmanager "platform-tools" "platforms;${ANDROID_API}" "tools"
  28. ---> Using cache
  29. ---> 257f5473424f
  30. Step 11/24 : RUN cp -r ${WORKDIR}/platforms ${WORKDIR}/platform-tools ${ANDROID_SDK_ROOT}
  31. ---> Using cache
  32. ---> afe468b128bd
  33. Step 12/24 : ENV HOST_PATH $JAVA_HOME/bin:/usr/cmake-3.6.3-Linux-x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ANDROID_SDK_ROOT}/bin
  34. ---> Using cache
  35. ---> 5c2f642df665
  36. Step 13/24 : RUN cd qt5 && PATH=${HOST_PATH} ./configure -developer-build -release -xplatform android-clang -android-ndk-platform ${ANDROID_API} -android-ndk $ANDROID_NDK_ROOT -android-sdk $ANDROID_SDK_ROOT -opensource -confirm-license -prefix ${WORKDIR}/Qt-${QT_VERSION} -nomake tests -nomake examples -skip qtserialport -skip qtconnectivity -skip qttranslations -skip qtpurchasing -skip qtgamepad -skip qtscript -skip qtdoc -no-warnings-are-errors && PATH=${HOST_PATH} make -j ${NPROC} && PATH=${HOST_PATH} make install
  37. ---> Using cache
  38. ---> f4a83d9d64dd
  39. Step 14/24 : RUN git clone https://github.com/ZBar/ZBar.git
  40. ---> Using cache
  41. ---> 2d560da2ec04
  42. Step 15/24 : ENV PATH ${ANDROID_SDK_ROOT}/bin:${WORKDIR}/Qt-${QT_VERSION}/bin:${WORKDIR}/tools:$PATH
  43. ---> Using cache
  44. ---> f3cf1a6cc7fc
  45. Step 16/24 : COPY android/docker/android.mk.patch ZBar/android.mk.patch
  46. ---> Using cache
  47. ---> 8336a614eac3
  48. Step 17/24 : RUN cd ZBar && git apply android.mk.patch && echo "APP_ABI := arm64-v8a \nAPP_STL := c++_shared \nTARGET_PLATFORM := ${ANDROID_API} \nTARGET_ARCH_ABI := arm64-v8a \nAPP_CFLAGS += -target aarch64-none-linux-android -fexceptions -fstack-protector-strong -fno-limit-debug-info -mfloat-abi=softfp -fno-builtin-memmove -fno-omit-frame-pointer -fno-stack-protector\n" >> android/jni/Application.mk && cd android && CC=aarch64-linux-android-clang CXX=aarch64-linux-android-clang++ ${ANDROID_NDK_ROOT}/ndk-build ICONV_SRC=${WORKDIR}/libiconv-${ICONV_VERSION} -B V=1 NDK_APPLICATION_MK=jni/Application.mk
  49. ---> Using cache
  50. ---> 596c07bbaf83
  51. Step 18/24 : RUN cp ZBar/android/obj/local/arm64-v8a/lib* ${ANDROID_NDK_ROOT}/platforms/${ANDROID_API}/arch-arm/usr/lib
  52. ---> Using cache
  53. ---> d9a64d735858
  54. Step 19/24 : RUN cp -r ${PREFIX}/lib/* ${ANDROID_NDK_ROOT}/platforms/${ANDROID_API}/arch-arm/usr/lib
  55. ---> Using cache
  56. ---> 7f00770b08ee
  57. Step 20/24 : ENV HOST_PATH=${WORKDIR}/Qt-${QT_VERSION}/bin:${JAVA_HOME}/bin:/usr/cmake-${CMAKE_VERSION}-Linux-x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  58. ---> Using cache
  59. ---> d8598dccb1c1
  60. Step 21/24 : RUN cd tools && curl -O http://dl-ssl.google.com/android/repository/tools_r25.2.5-linux.zip && unzip tools_r25.2.5-linux.zip && rm -f tools_r25.2.5-linux.zip && echo y | $ANDROID_SDK_ROOT/tools/android update sdk --no-ui --all --filter build-tools-25.0.3
  61. ---> Using cache
  62. ---> 2da9ed1303a0
  63. Step 22/24 : ADD . ${WORKDIR}/monero-gui
  64. ---> 2ae207b8c355
  65. Step 23/24 : RUN cd ${WORKDIR}/monero-gui && CMAKE_INCLUDE_PATH="${PREFIX}/include" CMAKE_LIBRARY_PATH="${PREFIX}/lib" ANDROID_STANDALONE_TOOLCHAIN_PATH=${TOOLCHAIN_DIR} PATH=${HOST_PATH} GIT_STRATEGY="none" ./build.sh release-android64
  66. ---> Running in 09ce14684543
  67. Building release for ANDROID64
  68. /opt/android/monero-gui /opt/android/monero-gui
  69. /opt/android/monero-gui /opt/android/monero-gui
  70. libwallet_merged.a not found - Building libwallet
  71. Building libwallet release-static for ANDROID
  72. cleaning up existing monero build dir, libs and includes
  73. /opt/android/monero-gui/monero/build/release-android64 /opt/android/monero-gui /opt/android/monero-gui
  74. Configuring build for Linux x64
  75. Configuring build for Android64 on Linux host
  76. -- The C compiler identification is GNU 6.3.0
  77. -- The CXX compiler identification is GNU 6.3.0
  78. -- Check for working C compiler: /usr/bin/cc
  79. -- Check for working C compiler: /usr/bin/cc -- works
  80. -- Detecting C compiler ABI info
  81. -- Detecting C compiler ABI info - done
  82. -- Detecting C compile features
  83. -- Detecting C compile features - done
  84. -- Check for working CXX compiler: /usr/bin/c++
  85. -- Check for working CXX compiler: /usr/bin/c++ -- works
  86. -- Detecting CXX compiler ABI info
  87. -- Detecting CXX compiler ABI info - done
  88. -- Detecting CXX compile features
  89. -- Detecting CXX compile features - done
  90. lrelease version 5.11.2
  91. -- Configuring done
  92. -- Generating done
  93. -- Build files have been written to: /opt/android/monero-gui/monero/build/release-android64/translations
  94. Scanning dependencies of target generate_translations_header
  95. [ 50%] Building C object CMakeFiles/generate_translations_header.dir/generate_translations_header.c.o
  96. [100%] Linking C executable generate_translations_header
  97. Updating 'monero-core_gr.qm'...
  98. Generated 494 translation(s) (494 finished and 0 unfinished)
  99. Ignored 1 untranslated source text(s)
  100. Updating 'monero.qm'...
  101. Generated 0 translation(s) (0 finished and 0 unfinished)
  102. Ignored 737 untranslated source text(s)
  103. Updating 'monero_fr.qm'...
  104. Generated 737 translation(s) (737 finished and 0 unfinished)
  105. Updating 'monero_it.qm'...
  106. Generated 380 translation(s) (376 finished and 4 unfinished)
  107. Ignored 357 untranslated source text(s)
  108. Updating 'monero_sv.qm'...
  109. Generated 737 translation(s) (737 finished and 0 unfinished)
  110. Generating embedded translations header
  111. [100%] Built target generate_translations_header
  112. -- Android: Targeting API '21' with architecture 'arm64', ABI 'arm64-v8a', and processor 'aarch64'
  113. -- The C compiler identification is Clang 6.0.2
  114. -- The CXX compiler identification is Clang 6.0.2
  115. -- Check for working C compiler: /opt/android/toolchain-arm/bin/clang
  116. -- Check for working C compiler: /opt/android/toolchain-arm/bin/clang -- works
  117. -- Detecting C compiler ABI info
  118. -- Detecting C compiler ABI info - done
  119. -- Detecting C compile features
  120. -- Detecting C compile features - done
  121. -- Check for working CXX compiler: /opt/android/toolchain-arm/bin/clang++
  122. -- Check for working CXX compiler: /opt/android/toolchain-arm/bin/clang++ -- works
  123. -- Detecting CXX compiler ABI info
  124. -- Detecting CXX compiler ABI info - done
  125. -- Detecting CXX compile features
  126. -- Detecting CXX compile features - done
  127. -- Building without build tag
  128. -- Could not find DEVELOPER_LOCAL_TOOLS in env (not required)
  129. -- BOOST_IGNORE_SYSTEM_PATHS defaults to OFF
  130. -- Could not find DEVELOPER_LIBUNBOUND_OLD in env (not required)
  131. -- Building for a 64-bit system
  132. -- Building internal libraries as static
  133. -- Could not find DATABASE in env (not required unless you want to change database type from default: lmdb)
  134. -- Using LMDB as default DB type
  135. -- Stack trace on exception disabled
  136. -- Looking for pthread.h
  137. -- Looking for pthread.h - found
  138. -- Looking for pthread_create
  139. -- Looking for pthread_create - found
  140. -- Found Threads: TRUE
  141. -- Found OpenSSL: /opt/android/prefix/lib/libcrypto.a (found version "1.0.2p")
  142. -- Using OpenSSL include dir at /opt/android/prefix/include
  143. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
  144. -- Checking for module 'libpcsclite'
  145. -- No package 'libpcsclite' found
  146. -- Could NOT find PCSC (missing: PCSC_LIBRARY PCSC_INCLUDE_DIR)
  147. -- Looking for memset_s in c
  148. -- Looking for memset_s in c - not found
  149. -- Looking for explicit_bzero in c
  150. -- Looking for explicit_bzero in c - not found
  151. -- Looking for strptime
  152. -- Looking for strptime - found
  153. -- Could NOT find MiniUPnPc (missing: MINIUPNP_INCLUDE_DIR MINIUPNP_LIBRARY)
  154. -- Using in-tree miniupnpc
  155. -- Looking for libunbound
  156. -- Looking for arpa/inet.h
  157. -- Looking for arpa/inet.h - found
  158. -- Looking for endian.h
  159. -- Looking for endian.h - found
  160. -- Looking for dlfcn.h
  161. -- Looking for dlfcn.h - found
  162. -- Looking for event.h
  163. -- Looking for event.h - not found
  164. -- Looking for getopt.h
  165. -- Looking for getopt.h - found
  166. -- Looking for glob.h
  167. -- Looking for glob.h - found
  168. -- Looking for grp.h
  169. -- Looking for grp.h - found
  170. -- Looking for inttypes.h
  171. -- Looking for inttypes.h - found
  172. -- Looking for iphlpapi.h
  173. -- Looking for iphlpapi.h - not found
  174. -- Looking for login_cap.h
  175. -- Looking for login_cap.h - not found
  176. -- Looking for memory.h
  177. -- Looking for memory.h - found
  178. -- Looking for netdb.h
  179. -- Looking for netdb.h - found
  180. -- Looking for netinet/in.h
  181. -- Looking for netinet/in.h - found
  182. -- Looking for pthread.h
  183. -- Looking for pthread.h - found
  184. -- Looking for pwd.h
  185. -- Looking for pwd.h - found
  186. -- Looking for stdarg.h
  187. -- Looking for stdarg.h - found
  188. -- Looking for stdbool.h
  189. -- Looking for stdbool.h - found
  190. -- Looking for stdint.h
  191. -- Looking for stdint.h - found
  192. -- Looking for stdlib.h
  193. -- Looking for stdlib.h - found
  194. -- Looking for strings.h
  195. -- Looking for strings.h - found
  196. -- Looking for string.h
  197. -- Looking for string.h - found
  198. -- Looking for sys/param.h
  199. -- Looking for sys/param.h - found
  200. -- Looking for sys/resource.h
  201. -- Looking for sys/resource.h - found
  202. -- Looking for sys/sha2.h
  203. -- Looking for sys/sha2.h - not found
  204. -- Looking for sys/socket.h
  205. -- Looking for sys/socket.h - found
  206. -- Looking for sys/stat.h
  207. -- Looking for sys/stat.h - found
  208. -- Looking for sys/sysctl.h
  209. -- Looking for sys/sysctl.h - not found
  210. -- Looking for sys/types.h
  211. -- Looking for sys/types.h - found
  212. -- Looking for sys/uio.h
  213. -- Looking for sys/uio.h - found
  214. -- Looking for sys/un.h
  215. -- Looking for sys/un.h - found
  216. -- Looking for sys/wait.h
  217. -- Looking for sys/wait.h - found
  218. -- Looking for syslog.h
  219. -- Looking for syslog.h - found
  220. -- Looking for time.h
  221. -- Looking for time.h - found
  222. -- Looking for unistd.h
  223. -- Looking for unistd.h - found
  224. -- Looking for vfork.h
  225. -- Looking for vfork.h - not found
  226. -- Looking for windows.h
  227. -- Looking for windows.h - not found
  228. -- Looking for winsock2.h
  229. -- Looking for winsock2.h - not found
  230. -- Looking for ws2tcpip.h
  231. -- Looking for ws2tcpip.h - not found
  232. -- Looking for _beginthreadex
  233. -- Looking for _beginthreadex - not found
  234. -- Looking for arc4random
  235. -- Looking for arc4random - found
  236. -- Looking for arc4random_uniform
  237. -- Looking for arc4random_uniform - found
  238. -- Looking for chown
  239. -- Looking for chown - found
  240. -- Looking for chroot
  241. -- Looking for chroot - found
  242. -- Looking for ctime_r
  243. -- Looking for ctime_r - found
  244. -- Looking for daemon
  245. -- Looking for daemon - found
  246. -- Looking for endprotoent
  247. -- Looking for endprotoent - not found
  248. -- Looking for endservent
  249. -- Looking for endservent - found
  250. -- Looking for fork
  251. -- Looking for fork - found
  252. -- Looking for fseeko
  253. -- Looking for fseeko - found
  254. -- Looking for fsync
  255. -- Looking for fsync - found
  256. -- Looking for getauxval
  257. -- Looking for getauxval - found
  258. -- Looking for getentropy
  259. -- Looking for getentropy - not found
  260. -- Looking for getpwnam
  261. -- Looking for getpwnam - found
  262. -- Looking for getrlimit
  263. -- Looking for getrlimit - found
  264. -- Looking for glob
  265. -- Looking for glob - not found
  266. -- Looking for gmtime_r
  267. -- Looking for gmtime_r - found
  268. -- Looking for fcntl
  269. -- Looking for fcntl - found
  270. -- Looking for inet_aton
  271. -- Looking for inet_aton - found
  272. -- Looking for inet_ntop
  273. -- Looking for inet_ntop - found
  274. -- Looking for inet_pton
  275. -- Looking for inet_pton - found
  276. -- Looking for initgroups
  277. -- Looking for initgroups - found
  278. -- Looking for ioctlsocket
  279. -- Looking for ioctlsocket - not found
  280. -- Looking for isblank
  281. -- Looking for isblank - found
  282. -- Looking for kill
  283. -- Looking for kill - found
  284. -- Looking for localtime_r
  285. -- Looking for localtime_r - found
  286. -- Looking for malloc
  287. -- Looking for malloc - found
  288. -- Looking for memmove
  289. -- Looking for memmove - found
  290. -- Looking for random
  291. -- Looking for random - found
  292. -- Looking for reallocarray
  293. -- Looking for reallocarray - not found
  294. -- Looking for recvmsg
  295. -- Looking for recvmsg - found
  296. -- Looking for sbrk
  297. -- Looking for sbrk - found
  298. -- Looking for sendmsg
  299. -- Looking for sendmsg - found
  300. -- Looking for setregid
  301. -- Looking for setregid - found
  302. -- Looking for setresgid
  303. -- Looking for setresgid - found
  304. -- Looking for setresuid
  305. -- Looking for setresuid - found
  306. -- Looking for setreuid
  307. -- Looking for setreuid - found
  308. -- Looking for setrlimit
  309. -- Looking for setrlimit - found
  310. -- Looking for setsid
  311. -- Looking for setsid - found
  312. -- Looking for setusercontent
  313. -- Looking for setusercontent - not found
  314. -- Looking for sigprocmask
  315. -- Looking for sigprocmask - found
  316. -- Looking for sleep
  317. -- Looking for sleep - found
  318. -- Looking for snprintf
  319. -- Looking for snprintf - found
  320. -- Looking for socketpair
  321. -- Looking for socketpair - found
  322. -- Looking for srandom
  323. -- Looking for srandom - found
  324. -- Looking for strsep
  325. -- Looking for strsep - found
  326. -- Looking for strftime
  327. -- Looking for strftime - found
  328. -- Looking for strlcat
  329. -- Looking for strlcat - found
  330. -- Looking for strlcpy
  331. -- Looking for strlcpy - found
  332. -- Looking for strptime
  333. -- Looking for strptime - found
  334. -- Looking for tzset
  335. -- Looking for tzset - found
  336. -- Looking for usleep
  337. -- Looking for usleep - found
  338. -- Looking for writev
  339. -- Looking for writev - found
  340. -- Looking for getaddrinfo
  341. -- Looking for getaddrinfo - found
  342. -- Looking for stddef.h
  343. -- Looking for stddef.h - found
  344. -- Check size of time_t
  345. -- Check size of time_t - done
  346. -- Check size of gid_t
  347. -- Check size of gid_t - done
  348. -- Check size of in_addr_t
  349. -- Check size of in_addr_t - done
  350. -- Check size of in_port_t
  351. -- Check size of in_port_t - done
  352. -- Check size of int16_t
  353. -- Check size of int16_t - done
  354. -- Check size of int32_t
  355. -- Check size of int32_t - done
  356. -- Check size of int64_t
  357. -- Check size of int64_t - done
  358. -- Check size of int8_t
  359. -- Check size of int8_t - done
  360. -- Check size of pid_t
  361. -- Check size of pid_t - done
  362. -- Check size of rlim_t
  363. -- Check size of rlim_t - done
  364. -- Check size of ssize_t
  365. -- Check size of ssize_t - done
  366. -- Check size of uid_t
  367. -- Check size of uid_t - done
  368. -- Check size of uint16_t
  369. -- Check size of uint16_t - done
  370. -- Check size of uint32_t
  371. -- Check size of uint32_t - done
  372. -- Check size of uint64_t
  373. -- Check size of uint64_t - done
  374. -- Check size of uint8_t
  375. -- Check size of uint8_t - done
  376. -- Looking for PTHREAD_PRIO_INHERIT
  377. -- Looking for PTHREAD_PRIO_INHERIT - found
  378. -- Looking for pthread_rwlock_t
  379. -- Looking for pthread_rwlock_t - not found
  380. -- Looking for pthread_spinlock_t
  381. -- Looking for pthread_spinlock_t - not found
  382. -- Looking for openssl/conf.h
  383. -- Looking for openssl/conf.h - found
  384. -- Looking for openssl/engine.h
  385. -- Looking for openssl/engine.h - found
  386. -- Looking for openssl/err.h
  387. -- Looking for openssl/err.h - found
  388. -- Looking for openssl/rand.h
  389. -- Looking for openssl/rand.h - found
  390. -- Looking for openssl/ssl.h
  391. -- Looking for openssl/ssl.h - found
  392. -- Looking for NID_secp384r1
  393. -- Looking for NID_secp384r1 - not found
  394. -- Looking for NID_X9_62_prime256v1
  395. -- Looking for NID_X9_62_prime256v1 - not found
  396. -- Looking for sk_SSL_COMP_pop_free
  397. -- Looking for sk_SSL_COMP_pop_free - not found
  398. -- Looking for SSL_COMP_get_compression_methods
  399. -- Looking for SSL_COMP_get_compression_methods - not found
  400. -- Looking for EVP_MD_CTX_new
  401. -- Looking for EVP_MD_CTX_new - not found
  402. -- Looking for EVP_sha1
  403. -- Looking for EVP_sha1 - found
  404. -- Looking for EVP_sha256
  405. -- Looking for EVP_sha256 - found
  406. -- Looking for EVP_sha512
  407. -- Looking for EVP_sha512 - found
  408. -- Looking for FIPS_mode
  409. -- Looking for FIPS_mode - found
  410. -- Looking for HMAC_Update
  411. -- Looking for HMAC_Update - found
  412. -- Looking for OPENSSL_config
  413. -- Looking for OPENSSL_config - found
  414. -- Looking for SHA512_Update
  415. -- Looking for SHA512_Update - found
  416. -- Looking for LIBRESSL_VERSION_TEXT
  417. -- Looking for LIBRESSL_VERSION_TEXT - not found
  418. -- Using 64-bit LMDB from source tree
  419. -- Could not find PCSC
  420. -- Building on aarch64 for armv8-a
  421. -- Performing Test _Wformat_c
  422. -- Performing Test _Wformat_c - Success
  423. -- Performing Test _Wformat_cxx
  424. -- Performing Test _Wformat_cxx - Success
  425. -- Performing Test _Wformat_security_c
  426. -- Performing Test _Wformat_security_c - Success
  427. -- Performing Test _Wformat_security_cxx
  428. -- Performing Test _Wformat_security_cxx - Success
  429. -- Performing Test _fstack_protector_c
  430. -- Performing Test _fstack_protector_c - Success
  431. -- Performing Test _fstack_protector_cxx
  432. -- Performing Test _fstack_protector_cxx - Success
  433. -- Performing Test _fstack_protector_strong_c
  434. -- Performing Test _fstack_protector_strong_c - Success
  435. -- Performing Test _fstack_protector_strong_cxx
  436. -- Performing Test _fstack_protector_strong_cxx - Success
  437. -- Looking for -pie linker flag
  438. -- Looking for -pie linker flag - found
  439. -- Looking for -Wl,-z,relro linker flag
  440. -- Looking for -Wl,-z,relro linker flag - found
  441. -- Looking for -Wl,-z,now linker flag
  442. -- Looking for -Wl,-z,now linker flag - found
  443. -- Looking for -Wl,-z,noexecstack linker flag
  444. -- Looking for -Wl,-z,noexecstack linker flag - found
  445. -- Looking for -Wl,-z,noexecheap linker flag
  446. -- Looking for -Wl,-z,noexecheap linker flag - not found
  447. -- Using C security hardening flags: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
  448. -- Using C++ security hardening flags: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
  449. -- Using linker security hardening flags: -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
  450. -- Checking to see if CXX compiler accepts flag -march=armv8-a+crypto
  451. -- Checking to see if CXX compiler accepts flag -march=armv8-a+crypto - yes
  452. -- Crypto extensions enabled for ARMv8
  453. -- Setting FPU Flags for ARM Processors
  454. -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-835769
  455. -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-835769 - yes
  456. -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-843419
  457. -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-843419 - no
  458. -- Enabling Cortex-A53 workaround 835769
  459. -- Found Boost Version: 106800
  460. -- Could NOT find Readline (missing: Readline_INCLUDE_DIR Readline_LIBRARY)
  461. -- Looking for rl_copy_text
  462. -- Looking for rl_copy_text - not found
  463. -- Looking for rl_filename_completion_function
  464. -- Looking for rl_filename_completion_function - not found
  465. -- Looking for rl_copy_text
  466. -- Looking for rl_copy_text - not found
  467. -- Looking for rl_filename_completion_function
  468. -- Looking for rl_filename_completion_function - not found
  469. -- Could not find GNU readline library so building without readline support
  470. -- Found Git: /usr/bin/git
  471. Doxygen: graphviz not found - graphs disabled
  472. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  473. -- Performing Test HAVE_C11
  474. -- Performing Test HAVE_C11 - Success
  475. -- Configuring done
  476. -- Generating done
  477. -- Build files have been written to: /opt/android/monero-gui/monero/build/release-android64
  478. /opt/android/monero-gui/monero/build/release-android64/src/wallet /opt/android/monero-gui/monero/build/release-android64 /opt/android/monero-gui /opt/android/monero-gui
  479. make: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  480. make[1]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  481. make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  482. make[3]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  483. Scanning dependencies of target genversion
  484. make[3]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  485. make[3]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  486. [ 50%] Generating ../version.cpp
  487. -- You are currently on commit c7bca47b
  488. -- The most recent tag was at a486cae4
  489. -- You are ahead of or behind a tagged release
  490. make[3]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  491. [ 50%] Built target genversion
  492. make[3]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  493. Scanning dependencies of target obj_version
  494. make[3]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  495. make[3]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  496. [100%] Building CXX object src/CMakeFiles/obj_version.dir/__/version.cpp.o
  497. make[3]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  498. [100%] Built target obj_version
  499. make[3]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  500. Scanning dependencies of target version
  501. make[3]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  502. make[3]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  503. [100%] Linking CXX static library libversion.a
  504. make[3]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  505. [100%] Built target version
  506. make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  507. make[1]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  508. make: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  509. Scanning dependencies of target generate_translations_header
  510. [ 0%] Creating directories for 'generate_translations_header'
  511. [ 1%] Built target genversion
  512. Scanning dependencies of target lmdb
  513. [ 2%] Building C object external/db_drivers/liblmdb/CMakeFiles/lmdb.dir/mdb.c.o
  514. [ 3%] Built target obj_version
  515. [ 3%] Building C object external/db_drivers/liblmdb/CMakeFiles/lmdb.dir/midl.c.o
  516. [ 3%] Built target version
  517. [ 5%] No download step for 'generate_translations_header'
  518. [ 5%] No patch step for 'generate_translations_header'
  519. [ 5%] No update step for 'generate_translations_header'
  520. [ 6%] Performing configure step for 'generate_translations_header'
  521. lrelease version 5.11.2
  522. -- Configuring done
  523. Scanning dependencies of target easylogging
  524. -- Generating done
  525. [ 6%] Building CXX object external/easylogging++/CMakeFiles/easylogging.dir/easylogging++.cc.o
  526. -- Build files have been written to: /opt/android/monero-gui/monero/build/release-android64/translations
  527. [ 6%] Performing build step for 'generate_translations_header'
  528. [100%] Built target generate_translations_header
  529. [ 7%] Performing install step for 'generate_translations_header'
  530.  
  531. [ 7%] Completed 'generate_translations_header'
  532. [ 7%] Built target generate_translations_header
  533. Scanning dependencies of target obj_cncrypto
  534. [ 7%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/aesb.c.o
  535. [ 8%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/blake256.c.o
  536. [ 8%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/chacha.c.o
  537. [ 8%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/crypto-ops-data.c.o
  538. Scanning dependencies of target obj_ringct
  539. Scanning dependencies of target obj_multisig
  540. Scanning dependencies of target obj_mnemonics
  541. [ 10%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/crypto-ops.c.o
  542. Scanning dependencies of target obj_rpc_base
  543. [ 11%] Building CXX object src/ringct/CMakeFiles/obj_ringct.dir/rctSigs.cpp.o
  544. [ 11%] Building CXX object src/mnemonics/CMakeFiles/obj_mnemonics.dir/electrum-words.cpp.o
  545. [ 11%] Building CXX object src/rpc/CMakeFiles/obj_rpc_base.dir/rpc_args.cpp.o
  546. Scanning dependencies of target unbound
  547. [ 12%] Building CXX object src/multisig/CMakeFiles/obj_multisig.dir/multisig.cpp.o
  548. [ 12%] Building CXX object src/crypto/CMakeFiles/obj_cncrypto.dir/crypto.cpp.o
  549. Scanning dependencies of target obj_checkpoints
  550. Scanning dependencies of target obj_ringct_basic
  551. [ 12%] Building C object external/unbound/CMakeFiles/unbound.dir/services/authzone.c.o
  552. Scanning dependencies of target obj_blockchain_db
  553. In file included from /opt/android/monero-gui/monero/external/unbound/services/authzone.c:44:
  554. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  555. #define HAVE_STRPTIME
  556.  ^
  557. <command line>:5:9: note: previous definition is here
  558. #define HAVE_STRPTIME 1
  559.  ^
  560. Scanning dependencies of target obj_device
  561. [ 13%] Building CXX object src/checkpoints/CMakeFiles/obj_checkpoints.dir/checkpoints.cpp.o
  562. [ 13%] Building CXX object src/ringct/CMakeFiles/obj_ringct_basic.dir/rctOps.cpp.o
  563. [ 13%] Building CXX object src/ringct/CMakeFiles/obj_ringct_basic.dir/rctTypes.cpp.o
  564. [ 15%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/groestl.c.o
  565. [ 15%] Building CXX object src/blockchain_db/CMakeFiles/obj_blockchain_db.dir/blockchain_db.cpp.o
  566. [ 15%] Building CXX object src/device/CMakeFiles/obj_device.dir/device.cpp.o
  567. Scanning dependencies of target obj_cryptonote_basic
  568. Scanning dependencies of target obj_cryptonote_core
  569. [ 15%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/account.cpp.o
  570. Scanning dependencies of target obj_wallet
  571. [ 15%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-blake.c.o
  572. [ 16%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/blockchain.cpp.o
  573. [ 16%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-groestl.c.o
  574. [ 17%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-jh.c.o
  575. [ 17%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/wallet2.cpp.o
  576. Scanning dependencies of target obj_common
  577. [ 17%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-skein.c.o
  578. [ 17%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o
  579. Scanning dependencies of target obj_wallet_api
  580. [ 17%] Building CXX object src/common/CMakeFiles/obj_common.dir/base58.cpp.o
  581. [ 18%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/wallet.cpp.o
  582. [ 20%] Linking C static library liblmdb.a
  583. [ 20%] Built target lmdb
  584. [ 20%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/wallet_manager.cpp.o
  585. [ 21%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hash.c.o
  586. [ 21%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/jh.c.o
  587. 1 warning generated.
  588. [ 22%] Building C object external/unbound/CMakeFiles/unbound.dir/services/cache/dns.c.o
  589. In file included from /opt/android/monero-gui/monero/external/unbound/services/cache/dns.c:41:
  590. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  591. #define HAVE_STRPTIME
  592.  ^
  593. <command line>:5:9: note: previous definition is here
  594. #define HAVE_STRPTIME 1
  595.  ^
  596. [ 24%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/keccak.c.o
  597. [ 24%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/oaes_lib.c.o
  598. [ 25%] Building C object src/ringct/CMakeFiles/obj_ringct_basic.dir/rctCryptoOps.c.o
  599. [ 25%] Building CXX object src/ringct/CMakeFiles/obj_ringct_basic.dir/bulletproofs.cc.o
  600. 1 warning generated.
  601. [ 25%] Building C object external/unbound/CMakeFiles/unbound.dir/services/cache/infra.c.o
  602. In file included from /opt/android/monero-gui/monero/external/unbound/services/cache/infra.c:41:
  603. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  604. #define HAVE_STRPTIME
  605.  ^
  606. <command line>:5:9: note: previous definition is here
  607. #define HAVE_STRPTIME 1
  608.  ^
  609. [ 25%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/random.c.o
  610. 1 warning generated.
  611. [ 26%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/skein.c.o
  612. [ 26%] Building C object external/unbound/CMakeFiles/unbound.dir/services/cache/rrset.c.o
  613. In file included from /opt/android/monero-gui/monero/external/unbound/services/cache/rrset.c:41:
  614. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  615. #define HAVE_STRPTIME
  616.  ^
  617. <command line>:5:9: note: previous definition is here
  618. #define HAVE_STRPTIME 1
  619.  ^
  620. [ 26%] Building CXX object src/common/CMakeFiles/obj_common.dir/command_line.cpp.o
  621. [ 26%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/slow-hash.c.o
  622. 1 warning generated.
  623. [ 27%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/dname.c.o
  624. In file included from /opt/android/monero-gui/monero/external/unbound/util/data/dname.c:42:
  625. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  626. #define HAVE_STRPTIME
  627.  ^
  628. <command line>:5:9: note: previous definition is here
  629. #define HAVE_STRPTIME 1
  630.  ^
  631. 1 warning generated.
  632. [ 27%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/msgencode.c.o
  633. [ 29%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/tree-hash.c.o
  634. In file included from /opt/android/monero-gui/monero/external/unbound/util/data/msgencode.c:42:
  635. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  636. #define HAVE_STRPTIME
  637.  ^
  638. <command line>:5:9: note: previous definition is here
  639. #define HAVE_STRPTIME 1
  640. ^
  641. [ 30%] Building CXX object src/device/CMakeFiles/obj_device.dir/device_default.cpp.o
  642. [ 30%] Building CXX object src/device/CMakeFiles/obj_device.dir/log.cpp.o
  643. 1 warning generated.
  644. [ 31%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/msgparse.c.o
  645. In file included from /opt/android/monero-gui/monero/external/unbound/util/data/msgparse.c:39:
  646. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  647. #define HAVE_STRPTIME
  648.  ^
  649. <command line>:5:9: note: previous definition is here
  650. #define HAVE_STRPTIME 1
  651.  ^
  652. [ 31%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/msgreply.c.o
  653. In file included from /opt/android/monero-gui/monero/external/unbound/util/data/msgreply.c:42:
  654. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  655. #define HAVE_STRPTIME
  656.  ^
  657. <command line>:5:9: note: previous definition is here
  658. #define HAVE_STRPTIME 1
  659.  ^
  660. 1 warning generated.
  661. [ 31%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/packed_rrset.c.o
  662. In file included from /opt/android/monero-gui/monero/external/unbound/util/data/packed_rrset.c:42:
  663. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  664. #define HAVE_STRPTIME
  665.  ^
  666. <command line>:5:9: note: previous definition is here
  667. #define HAVE_STRPTIME 1
  668.  ^
  669. 1 warning generated.
  670. [ 32%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iterator.c.o
  671. In file included from /opt/android/monero-gui/monero/external/unbound/iterator/iterator.c:43:
  672. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  673. #define HAVE_STRPTIME
  674. ^
  675. <command line>:5:9: note: previous definition is here
  676. #define HAVE_STRPTIME 1
  677. ^
  678. 1 warning generated.
  679. [ 32%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_delegpt.c.o
  680. In file included from /opt/android/monero-gui/monero/external/unbound/iterator/iter_delegpt.c:42:
  681. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  682. #define HAVE_STRPTIME
  683.  ^
  684. <command line>:5:9: note: previous definition is here
  685. #define HAVE_STRPTIME 1
  686.  ^
  687. 1 warning generated.
  688. [ 34%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_donotq.c.o
  689. In file included from /opt/android/monero-gui/monero/external/unbound/iterator/iter_donotq.c:44:
  690. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  691. #define HAVE_STRPTIME
  692.  ^
  693. <command line>:5:9: note: previous definition is here
  694. #define HAVE_STRPTIME 1
  695.  ^
  696. 1 warning generated.
  697. [ 34%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_fwd.c.o
  698. In file included from /opt/android/monero-gui/monero/external/unbound/iterator/iter_fwd.c:42:
  699. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  700. #define HAVE_STRPTIME
  701.  ^
  702. <command line>:5:9: note: previous definition is here
  703. #define HAVE_STRPTIME 1
  704.  ^
  705. 1 warning generated.
  706. [ 35%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_hints.c.o
  707. [ 35%] Built target obj_rpc_base
  708. [ 35%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_priv.c.o
  709. In file included from /opt/android/monero-gui/monero/external/unbound/iterator/iter_hints.c:42:
  710. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  711. #define HAVE_STRPTIME
  712. ^
  713. <command line>:5:9: note: previous definition is here
  714. #define HAVE_STRPTIME 1
  715. ^
  716. In file included from /opt/android/monero-gui/monero/external/unbound/iterator/iter_priv.c:43:
  717. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  718. #define HAVE_STRPTIME
  719.  ^
  720. <command line>:5:9: note: previous definition is here
  721. #define HAVE_STRPTIME 1
  722.  ^
  723. 1 warning generated.
  724. [ 35%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_resptype.c.o
  725. 1 warning generated.
  726. [ 36%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_scrub.c.o
  727. In file included from /opt/android/monero-gui/monero/external/unbound/iterator/iter_resptype.c:42:
  728. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  729. #define HAVE_STRPTIME
  730.  ^
  731. <command line>:5:9: note: previous definition is here
  732. #define HAVE_STRPTIME 1
  733. ^
  734. In file included from /opt/android/monero-gui/monero/external/unbound/iterator/iter_scrub.c:42:
  735. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  736. #define HAVE_STRPTIME
  737. ^
  738. <command line>:5:9: note: previous definition is here
  739. #define HAVE_STRPTIME 1
  740. ^
  741. 1 warning generated.
  742. [ 36%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_utils.c.o
  743. In file included from /opt/android/monero-gui/monero/external/unbound/iterator/iter_utils.c:42:
  744. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  745. #define HAVE_STRPTIME
  746.  ^
  747. <command line>:5:9: note: previous definition is here
  748. #define HAVE_STRPTIME 1
  749.  ^
  750. [ 37%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/cryptonote_basic_impl.cpp.o
  751. 1 warning generated.
  752. [ 39%] Building C object external/unbound/CMakeFiles/unbound.dir/respip/respip.c.o
  753. In file included from /opt/android/monero-gui/monero/external/unbound/respip/respip.c:12:
  754. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  755. #define HAVE_STRPTIME
  756.  ^
  757. <command line>:5:9: note: previous definition is here
  758. #define HAVE_STRPTIME 1
  759.  ^
  760. [ 39%] Built target obj_multisig
  761. [ 39%] Building C object external/unbound/CMakeFiles/unbound.dir/services/listen_dnsport.c.o
  762. 1 warning generated.
  763. [ 39%] Building C object external/unbound/CMakeFiles/unbound.dir/services/localzone.c.o
  764. In file included from /opt/android/monero-gui/monero/external/unbound/services/listen_dnsport.c:41:
  765. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  766. #define HAVE_STRPTIME
  767.  ^
  768. <command line>:5:9: note: previous definition is here
  769. #define HAVE_STRPTIME 1
  770. ^
  771. In file included from /opt/android/monero-gui/monero/external/unbound/services/localzone.c:41:
  772. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  773. #define HAVE_STRPTIME
  774. ^
  775. <command line>:5:9: note: previous definition is here
  776. #define HAVE_STRPTIME 1
  777. ^
  778. 1 warning generated.
  779. [ 40%] Building C object external/unbound/CMakeFiles/unbound.dir/services/mesh.c.o
  780. In file included from /opt/android/monero-gui/monero/external/unbound/services/mesh.c:45:
  781. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  782. #define HAVE_STRPTIME
  783.  ^
  784. <command line>:5:9: note: previous definition is here
  785. #define HAVE_STRPTIME 1
  786.  ^
  787. 1 warning generated.
  788. [ 40%] Building C object external/unbound/CMakeFiles/unbound.dir/services/modstack.c.o
  789. In file included from /opt/android/monero-gui/monero/external/unbound/services/modstack.c:41:
  790. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  791. #define HAVE_STRPTIME
  792.  ^
  793. <command line>:5:9: note: previous definition is here
  794. 1 warning generated.
  795. #define HAVE_STRPTIME 1
  796.  ^
  797. [ 41%] Building C object external/unbound/CMakeFiles/unbound.dir/services/outbound_list.c.o
  798. In file included from /opt/android/monero-gui/monero/external/unbound/services/outbound_list.c:42:
  799. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  800. #define HAVE_STRPTIME
  801. ^
  802. <command line>:5:9: note: previous definition is here
  803. #define HAVE_STRPTIME 1
  804. ^
  805. 1 warning generated.
  806. [ 41%] Building C object external/unbound/CMakeFiles/unbound.dir/services/outside_network.c.o
  807. In file included from /opt/android/monero-gui/monero/external/unbound/services/outside_network.c:42:
  808. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  809. 1 warning generated.
  810. #define HAVE_STRPTIME
  811.  ^
  812. <command line>:5:9: note: previous definition is here
  813. #define HAVE_STRPTIME 1
  814. ^
  815. [ 41%] Building C object external/unbound/CMakeFiles/unbound.dir/services/view.c.o
  816. In file included from /opt/android/monero-gui/monero/external/unbound/services/view.c:42:
  817. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  818. #define HAVE_STRPTIME
  819. ^
  820. <command line>:5:9: note: previous definition is here
  821. #define HAVE_STRPTIME 1
  822. ^
  823. 1 warning generated.
  824. [ 43%] Building C object external/unbound/CMakeFiles/unbound.dir/util/alloc.c.o
  825. In file included from /opt/android/monero-gui/monero/external/unbound/util/alloc.c:42:
  826. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  827. #define HAVE_STRPTIME
  828.  ^
  829. <command line>:5:9: note: previous definition is here
  830. #define HAVE_STRPTIME 1
  831.  ^
  832. [ 44%] Building CXX object src/common/CMakeFiles/obj_common.dir/dns_utils.cpp.o
  833. 1 warning generated.
  834. 1 warning generated.
  835. [ 44%] Building C object external/unbound/CMakeFiles/unbound.dir/util/as112.c.o
  836. [ 45%] Building C object external/unbound/CMakeFiles/unbound.dir/util/config_file.c.o
  837. In file included from /opt/android/monero-gui/monero/external/unbound/util/config_file.c:42:
  838. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  839. #define HAVE_STRPTIME
  840.  ^
  841. <command line>:5:9: note: previous definition is here
  842. #define HAVE_STRPTIME 1
  843.  ^
  844. [ 45%] Building C object external/unbound/CMakeFiles/unbound.dir/util/configlexer.c.o
  845. In file included from /opt/android/monero-gui/monero/external/unbound/util/configlexer.c:1:
  846. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  847. #define HAVE_STRPTIME
  848. ^
  849. <command line>:5:9: note: previous definition is here
  850. #define HAVE_STRPTIME 1
  851.  ^
  852. 1 warning generated.
  853. [ 46%] Building C object external/unbound/CMakeFiles/unbound.dir/util/configparser.c.o
  854. In file included from ./util/configparser.y:39:
  855. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  856. #define HAVE_STRPTIME
  857.  ^
  858. <command line>:5:9: note: previous definition is here
  859. #define HAVE_STRPTIME 1
  860.  ^
  861. 1 warning1 warning generated.
  862.  generated.
  863. [ 46%] Building C object external/unbound/CMakeFiles/unbound.dir/util/fptr_wlist.c.o
  864. [ 46%] Building C object external/unbound/CMakeFiles/unbound.dir/util/locks.c.o
  865. In file included from /opt/android/monero-gui/monero/external/unbound/util/fptr_wlist.cIn file included from /opt/android/monero-gui/monero/external/unbound/util/locks.c:42:
  866. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  867. #define HAVE_STRPTIME
  868. ^
  869. <command line>:5:9: note: previous definition is here
  870. #define HAVE_STRPTIME 1
  871. ^
  872. :46:
  873. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  874. #define HAVE_STRPTIME
  875.  ^
  876. <command line>:5:9: note: previous definition is here
  877. #define HAVE_STRPTIME 1
  878.  ^
  879. 1 warning generated.
  880. [ 48%] Building C object external/unbound/CMakeFiles/unbound.dir/util/log.c.o
  881. In file included from /opt/android/monero-gui/monero/external/unbound/util/log.c:40:
  882. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  883. #define HAVE_STRPTIME
  884.  ^
  885. <command line>:5:9: note: previous definition is here
  886. #define HAVE_STRPTIME 1
  887.  ^
  888. 1 warning generated.
  889. [ 48%] Building C object external/unbound/CMakeFiles/unbound.dir/util/mini_event.c.o
  890. 1 warning generated.
  891. In file included from /opt/android/monero-gui/monero/external/unbound/util/mini_event.c:43:
  892. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:[ 49%] Building C object external/unbound/CMakeFiles/unbound.dir/util/module.c.o
  893. 446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  894. #define HAVE_STRPTIME
  895. ^
  896. <command line>:5:9: note: previous definition is here
  897. #define HAVE_STRPTIME 1
  898. ^
  899. In file included from /opt/android/monero-gui/monero/external/unbound/util/module.c:40:
  900. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  901. #define HAVE_STRPTIME
  902.  ^
  903. <command line>:5:9: note: previous definition is here
  904. #define HAVE_STRPTIME 1
  905.  ^
  906. 1 warning generated.
  907. [ 49%] Building C object external/unbound/CMakeFiles/unbound.dir/util/netevent.c.o
  908. In file included from /opt/android/monero-gui/monero/external/unbound/util/netevent.c:41:
  909. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  910. #define HAVE_STRPTIME
  911.  ^
  912. <command line>:5:9: note: previous definition is here
  913. #define HAVE_STRPTIME 1
  914.  ^
  915. 1 warning generated.
  916. [ 49%] Building C object external/unbound/CMakeFiles/unbound.dir/util/net_help.c.o
  917. In file included from /opt/android/monero-gui/monero/external/unbound/util/net_help.c:40:
  918. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  919. #define HAVE_STRPTIME
  920.  ^
  921. <command line>:5:9: note: previous definition is here
  922. #define HAVE_STRPTIME 1
  923.  ^
  924. 1 warning generated.
  925. [ 50%] Building C object external/unbound/CMakeFiles/unbound.dir/util/random.c.o
  926. In file included from /opt/android/monero-gui/monero/external/unbound/util/random.c:60:
  927. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  928. #define HAVE_STRPTIME
  929.  ^
  930. <command line>:5:9: note: previous definition is here
  931. #define HAVE_STRPTIME 1
  932.  ^
  933. 1 warning generated.
  934. [ 50%] Building C object external/unbound/CMakeFiles/unbound.dir/util/rbtree.c.o
  935. In file included from /opt/android/monero-gui/monero/external/unbound/util/rbtree.c:42:
  936. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  937. #define HAVE_STRPTIME
  938.  ^
  939. <command line>[ 50%] Built target obj_ringct_basic
  940. :5:9: note: previous definition is here
  941. #define HAVE_STRPTIME 1
  942. ^
  943. [ 51%] Building C object external/unbound/CMakeFiles/unbound.dir/util/regional.c.o
  944. In file included from /opt/android/monero-gui/monero/external/unbound/util/regional.c:43:
  945. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  946. #define HAVE_STRPTIME
  947. ^
  948. <command line>:5:9: note: previous definition is here
  949. #define HAVE_STRPTIME 1
  950. ^
  951. 1 warning generated.
  952. 1 warning generated.
  953. [ 51%] Building C object external/unbound/CMakeFiles/unbound.dir/util/rtt.c.o
  954. [ 51%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/dnstree.c.o
  955. In file included from /opt/android/monero-gui/monero/external/unbound/util/rtt.c:42:
  956. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  957. #define HAVE_STRPTIME
  958. ^
  959. <command line>:5:9: note: previous definition is here
  960. #define HAVE_STRPTIME 1
  961. ^
  962. In file included from /opt/android/monero-gui/monero/external/unbound/util/storage/dnstree.c:42:
  963. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  964. #define HAVE_STRPTIME
  965. ^
  966. <command line>:5:9: note: previous definition is here
  967. #define HAVE_STRPTIME 1
  968. ^
  969. 1 warning generated.
  970. [ 53%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/lookup3.c.o
  971. In file included from /opt/android/monero-gui/monero/external/unbound/util/storage/lookup3.c:48:
  972. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  973. #define HAVE_STRPTIME
  974. ^
  975. <command line>:5:9: note: previous definition is here
  976. #define HAVE_STRPTIME 1
  977.  ^
  978. 1 warning generated.
  979. 1 warning generated.
  980. [ 53%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/lruhash.c.o
  981. [ 54%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/slabhash.c.o
  982. In file included from /opt/android/monero-gui/monero/external/unbound/util/storage/lruhash.c:43:
  983. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warningIn file included from /opt/android/monero-gui/monero/external/unbound/util/storage/slabhash.c:451 warning generated.
  984. : 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  985. #define HAVE_STRPTIME
  986.  ^
  987. <command line>:5:9: note: previous definition is here
  988. #define HAVE_STRPTIME 1:
  989.  
  990. ^
  991. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  992. #define HAVE_STRPTIME
  993.  ^
  994. <command line>:5:9: note: previous definition is here
  995. #define HAVE_STRPTIME 1
  996.  ^
  997. [ 54%] Building C object external/unbound/CMakeFiles/unbound.dir/util/timehist.c.o
  998. In file included from /opt/android/monero-gui/monero/external/unbound/util/timehist.c:41:
  999. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1000. #define HAVE_STRPTIME
  1001.  ^
  1002. <command line>:5:9: note: previous definition is here
  1003. #define HAVE_STRPTIME 1
  1004.  ^
  1005. 1 warning generated.
  1006. [ 55%] Building C object external/unbound/CMakeFiles/unbound.dir/util/tube.c.o
  1007. 1 warning generated.
  1008. In file included from /opt/android/monero-gui/monero/external/unbound/util/tube.c:41:
  1009. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1010. #define HAVE_STRPTIME
  1011.  ^
  1012. <command line>:5:9: note: previous definition is here
  1013. #define HAVE_STRPTIME 1
  1014. ^
  1015. [ 55%] Building C object external/unbound/CMakeFiles/unbound.dir/util/ub_event.c.o
  1016. 1 warning generated.
  1017. [ 55%] Building C object external/unbound/CMakeFiles/unbound.dir/util/winsock_event.c.o
  1018. In file included from /opt/android/monero-gui/monero/external/unbound/util/ub_event.c:43:
  1019. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1020. #define HAVE_STRPTIME
  1021.  ^
  1022. <command line>:5:9: note: previous definition is here
  1023. #define HAVE_STRPTIME 1
  1024.  ^
  1025. In file included from /opt/android/monero-gui/monero/external/unbound/util/winsock_event.c:41:
  1026. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1027. #define HAVE_STRPTIME
  1028. ^
  1029. <command line>:5:9: note: previous definition is here
  1030. #define HAVE_STRPTIME 1
  1031. ^
  1032. 1 warning generated.
  1033. [ 56%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/autotrust.c.o
  1034. In file included from /opt/android/monero-gui/monero/external/unbound/validator/autotrust.c:43:
  1035. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1036. #define HAVE_STRPTIME
  1037.  ^
  1038. <command line>:5:9: note: previous definition is here
  1039. #define HAVE_STRPTIME 1
  1040.  ^
  1041. 1 warning generated.
  1042. 1 warning generated.
  1043. [ 56%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_anchor.c.o
  1044. [ 58%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/validator.c.o
  1045. In file included from /opt/android/monero-gui/monero/external/unbound/validator/validator.c:42:
  1046. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:4461 warning generated.
  1047. :9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1048. #define HAVE_STRPTIME
  1049.  ^
  1050. <command line>:5:9: note: previous definition is here
  1051. #define HAVE_STRPTIME 1
  1052.  ^
  1053. In file included from /opt/android/monero-gui/monero/external/unbound/validator/val_anchor.c:41:
  1054. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1055. #define HAVE_STRPTIME
  1056. ^
  1057. <command line>:5:9: note: previous definition is here
  1058. #define HAVE_STRPTIME 1
  1059. ^
  1060. [ 58%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_kcache.c.o
  1061. In file included from /opt/android/monero-gui/monero/external/unbound/validator/val_kcache.c:41:
  1062. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1063. #define HAVE_STRPTIME
  1064. ^
  1065. <command line>:5:9: note: previous definition is here
  1066. #define HAVE_STRPTIME 1
  1067. ^
  1068. 1 warning generated.
  1069. [ 58%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_kentry.c.o
  1070. In file included from /opt/android/monero-gui/monero/external/unbound/validator/val_kentry.c:41:
  1071. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1072. #define HAVE_STRPTIME
  1073. ^
  1074. <command line>:5:9: note: previous definition is here
  1075. #define HAVE_STRPTIME 1
  1076. ^
  1077. 1 warning generated.
  1078. [ 59%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_neg.c.o
  1079. In file included from /opt/android/monero-gui/monero/external/unbound/validator/val_neg.c:44:
  1080. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1081. #define HAVE_STRPTIME
  1082.  ^
  1083. <command line>:5:9: note: previous definition is here
  1084. #define HAVE_STRPTIME 1
  1085.  ^
  1086. 1 warning generated.
  1087. [ 59%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_nsec3.c.o
  1088. In file included from /opt/android/monero-gui/monero/external/unbound/validator/val_nsec3.c:43:
  1089. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1090. #define HAVE_STRPTIME
  1091.  ^
  1092. <command line>:5:9: note: previous definition is here
  1093. #define HAVE_STRPTIME 1
  1094.  ^
  1095. 1 warning generated.
  1096. [ 60%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_nsec.c.o
  1097. In file included from /opt/android/monero-gui/monero/external/unbound/validator/val_nsec.c:43:
  1098. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1099. #define HAVE_STRPTIME
  1100.  ^
  1101. <command line>:5:9: note: previous definition is here
  1102. #define HAVE_STRPTIME 1
  1103.  ^
  1104. [ 60%] Building CXX object src/blockchain_db/CMakeFiles/obj_blockchain_db.dir/lmdb/db_lmdb.cpp.o
  1105. 1 warning generated.
  1106. [ 60%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_secalgo.c.o
  1107. In file included from /opt/android/monero-gui/monero/external/unbound/validator/val_secalgo.c:43:
  1108. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1109. #define HAVE_STRPTIME
  1110.  ^
  1111. <command line>:5:9: note: previous definition is here
  1112. #define HAVE_STRPTIME 1
  1113.  ^
  1114. 1 warning generated.
  1115. [ 60%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_sigcrypt.c.o
  1116. [ 60%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/cryptonote_format_utils.cpp.o
  1117. In file included from /opt/android/monero-gui/monero/external/unbound/validator/val_sigcrypt.c:43:
  1118. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1119. #define HAVE_STRPTIME
  1120. ^
  1121. <command line>:5:9: note: previous definition is here
  1122. #define HAVE_STRPTIME 1
  1123. ^
  1124. 1 warning generated.
  1125. [ 62%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_utils.c.o
  1126. In file included from /opt/android/monero-gui/monero/external/unbound/validator/val_utils.c:41:
  1127. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1128. #define HAVE_STRPTIME
  1129. ^
  1130. <command line>:5:9: note: previous definition is here
  1131. #define HAVE_STRPTIME 1
  1132. ^
  1133. 1 warning generated.
  1134. [ 62%] Building C object external/unbound/CMakeFiles/unbound.dir/dns64/dns64.c.o
  1135. In file included from /opt/android/monero-gui/monero/external/unbound/dns64/dns64.c:42:
  1136. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1137. #define HAVE_STRPTIME
  1138.  ^
  1139. <command line>:5:9: note: previous definition is here
  1140. #define HAVE_STRPTIME 1
  1141.  ^
  1142. 1 warning generated.
  1143. [ 63%] Building C object external/unbound/CMakeFiles/unbound.dir/testcode/checklocks.c.o
  1144. 1 warning generated.
  1145. In file included from /opt/android/monero-gui/monero/external/unbound/testcode/checklocks.c:36:
  1146. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1147. #define HAVE_STRPTIME
  1148. ^
  1149. <command line>:5:9: note: previous definition is here
  1150. #define HAVE_STRPTIME 1
  1151. ^
  1152. [ 63%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/keyraw.c.o
  1153. In file included from /opt/android/monero-gui/monero/external/unbound/sldns/keyraw.c:13:
  1154. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1155. #define HAVE_STRPTIME
  1156.  ^
  1157. <command line>:5:9: note: previous definition is here
  1158. #define HAVE_STRPTIME 1
  1159.  ^
  1160. 1 warning generated.
  1161. [ 64%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/sbuffer.c.o
  1162. In file included from /opt/android/monero-gui/monero/external/unbound/sldns/sbuffer.c:14:
  1163. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1164. #define HAVE_STRPTIME
  1165.  ^
  1166. <command line>:5:9: note: previous definition is here
  1167. #define HAVE_STRPTIME 1
  1168.  ^
  1169. 1 warning generated.
  1170. 1[ 64%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/wire2str.c.o
  1171.  warning generated.
  1172. 1 warning generated.
  1173. [ 64%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/parse.c.o
  1174. [ 65%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/parseutil.c.o
  1175. In file included from /opt/android/monero-gui/monero/external/unbound/sldns/wire2str.c:17:
  1176. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1177. #define HAVE_STRPTIME
  1178.  ^
  1179. <command line>:5:9: note: previous definition is here
  1180. #define HAVE_STRPTIME 1
  1181.  ^
  1182. In file included from /opt/android/monero-gui/monero/external/unbound/sldns/parse.c:10:
  1183. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1184. #define HAVE_STRPTIME
  1185.  ^
  1186. <command line>:5:9: note: previous definition is here
  1187. #define HAVE_STRPTIME 1
  1188.  ^
  1189. In file included from /opt/android/monero-gui/monero/external/unbound/sldns/parseutil.c:15:
  1190. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1191. #define HAVE_STRPTIME
  1192.  ^
  1193. <command line>:5:9: note: previous definition is here
  1194. #define HAVE_STRPTIME 1
  1195.  ^
  1196. 1 warning generated.
  1197. [ 65%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/rrdef.c.o
  1198. 1 warning generated.
  1199. [ 67%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/str2wire.c.o
  1200. In file included from /opt/android/monero-gui/monero/external/unbound/sldns/rrdef.c:15:
  1201. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1202. #define HAVE_STRPTIME
  1203. ^
  1204. <command line>:5:9: note: previous definition is here
  1205. #define HAVE_STRPTIME 1
  1206. ^
  1207. In file included from /opt/android/monero-gui/monero/external/unbound/sldns/str2wire.c:14:
  1208. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1209. #define HAVE_STRPTIME
  1210. ^
  1211. <command line>:5:9: note: previous definition is here
  1212. #define HAVE_STRPTIME 1
  1213. ^
  1214. 1 warning generated.
  1215. [ 67%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/explicit_bzero.c.o
  1216. 1 warning generated.
  1217. [ 67%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/reallocarray.c.o
  1218. In file included from /opt/android/monero-gui/monero/external/unbound/compat/explicit_bzero.c:6:
  1219. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1220. #define HAVE_STRPTIME
  1221. ^
  1222. <command line>:5:9: note: previous definition is here
  1223. #define HAVE_STRPTIME 1
  1224. ^
  1225. In file included from /opt/android/monero-gui/monero/external/unbound/compat/reallocarray.c:18:
  1226. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1227. #define HAVE_STRPTIME
  1228. ^
  1229. <command line>:5:9: note: previous definition is here
  1230. #define HAVE_STRPTIME 1
  1231.  ^
  1232. 1 warning generated.
  1233. [ 68%] Building C object external/unbound/CMakeFiles/unbound.dir/libunbound/context.c.o
  1234. 1 warning generated.
  1235. [ 68%] Building C object external/unbound/CMakeFiles/unbound.dir/libunbound/libunbound.c.o
  1236. In file included from /opt/android/monero-gui/monero/external/unbound/libunbound/context.c:41:
  1237. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1238. #define HAVE_STRPTIME
  1239. ^
  1240. <command line>:5:9: note: previous definition is here
  1241. #define HAVE_STRPTIME 1
  1242.  ^
  1243. 1 warning generated.
  1244. [ 69%] Building C object external/unbound/CMakeFiles/unbound.dir/libunbound/libworker.c.o
  1245. In file included from /opt/android/monero-gui/monero/external/unbound/libunbound/libunbound.c:47:
  1246. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1247. #define HAVE_STRPTIME
  1248.  ^
  1249. <command line>:5:9: note: previous definition is here
  1250. #define HAVE_STRPTIME 1
  1251. ^
  1252. In file included from /opt/android/monero-gui/monero/external/unbound/libunbound/libworker.c:44:
  1253. /opt/android/monero-gui/monero/build/release-android64/external/unbound/config.h:446:9: warning: 'HAVE_STRPTIME' macro redefined [-Wmacro-redefined]
  1254. #define HAVE_STRPTIME
  1255. ^
  1256. <command line>:5:9: note: previous definition is here
  1257. #define HAVE_STRPTIME 1
  1258. ^
  1259. 1 warning generated.
  1260. [ 69%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o
  1261. [ 70%] Linking CXX static library libeasylogging.a
  1262. [ 70%] Built target easylogging
  1263. [ 70%] Built target obj_ringct
  1264. [ 70%] Building CXX object src/common/CMakeFiles/obj_common.dir/download.cpp.o
  1265. [ 70%] Built target obj_device
  1266. 1 warning generated.
  1267. [ 72%] Building CXX object src/common/CMakeFiles/obj_common.dir/util.cpp.o
  1268. [ 73%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/transaction_info.cpp.o
  1269. 1 warning generated.
  1270. [ 73%] Built target obj_cncrypto
  1271. [ 73%] Building CXX object src/common/CMakeFiles/obj_common.dir/i18n.cpp.o
  1272. [ 73%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/transaction_history.cpp.o
  1273. 1 warning generated.
  1274. 1 warning generated.
  1275. [ 73%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/pending_transaction.cpp.o
  1276. [ 73%] Linking C static library libunbound.a
  1277. [ 73%] Built target unbound
  1278. [ 74%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/utils.cpp.o
  1279. Scanning dependencies of target epee
  1280. [ 74%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/hex.cpp.o
  1281. [ 74%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/address_book.cpp.o
  1282. [ 74%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/http_auth.cpp.o
  1283. [ 74%] Building CXX object src/common/CMakeFiles/obj_common.dir/password.cpp.o
  1284. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/cryptonote_core.cpp:31:
  1285. In file included from /opt/android/prefix/include/boost/algorithm/string.hpp:23:
  1286. In file included from /opt/android/prefix/include/boost/algorithm/string/split.hpp:16:
  1287. In file included from /opt/android/prefix/include/boost/algorithm/string/iter_find.hpp:27:
  1288. In file included from /opt/android/prefix/include/boost/algorithm/string/find_iterator.hpp:24:
  1289. In file included from /opt/android/prefix/include/boost/algorithm/string/detail/find_iterator.hpp:18:
  1290. In file included from /opt/android/prefix/include/boost/function.hpp:30:
  1291. In file included from /opt/android/prefix/include/boost/function/detail/prologue.hpp:17:
  1292. In file included from /opt/android/prefix/include/boost/function/function_base.hpp:21:
  1293. In file included from /opt/android/prefix/include/boost/type_index.hpp:29:
  1294. In file included from /opt/android/prefix/include/boost/type_index/stl_type_index.hpp:42:
  1295. In file included from /opt/android/prefix/include/boost/container_hash/hash.hpp:760:
  1296. In file included from /opt/android/prefix/include/boost/container_hash/extensions.hpp:22:
  1297. In file included from /opt/android/prefix/include/boost/detail/container_fwd.hpp:94:
  1298. In file included from /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/map:442:
  1299. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:1819:22: error: the specified comparator type does not provide a const call operator [-Werror,-Wuser-defined-warnings]
  1300. __trigger_diagnostics()), "");
  1301. ^
  1302. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:960:70: note: in instantiation of member function 'std::__ndk1::__tree<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash>, cryptonote::txCompare, std::__ndk1::allocator<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash> > >::~__tree' requested here
  1303. template <class, class, class> friend class _LIBCPP_TEMPLATE_VIS set;
  1304. ^
  1305. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:970:7: note: from 'diagnose_if' attribute on '__trigger_diagnostics':
  1306.  _LIBCPP_DIAGNOSE_WARNING(!__invokable<_Compare const&, _Tp const&, _Tp const&>::value,
  1307. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1308. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__config:1095:20: note: expanded from macro '_LIBCPP_DIAGNOSE_WARNING'
  1309. __attribute__((diagnose_if(__VA_ARGS__, "warning")))
  1310. ^ ~~~~~~~~~~~
  1311. [ 75%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/subaddress.cpp.o
  1312. [ 75%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/difficulty.cpp.o
  1313. [ 77%] Building CXX object src/common/CMakeFiles/obj_common.dir/perf_timer.cpp.o
  1314. 1 error generated.
  1315. src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/build.make:75: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o' failed
  1316. make[2]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o] Error 1
  1317. make[2]: *** Waiting for unfinished jobs....
  1318. [ 77%] Building CXX object src/common/CMakeFiles/obj_common.dir/threadpool.cpp.o
  1319. [ 78%] Building CXX object src/common/CMakeFiles/obj_common.dir/updates.cpp.o
  1320. [ 79%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/hardfork.cpp.o
  1321. [ 79%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/miner.cpp.o
  1322. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/tx_pool.cpp:36:
  1323. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/tx_pool.h:32:
  1324. In file included from /opt/android/monero-gui/monero/contrib/epee/include/include_base_utils.h:32:
  1325. In file included from /opt/android/monero-gui/monero/contrib/epee/include/misc_log_ex.h:33:
  1326. In file included from /opt/android/monero-gui/monero/external/easylogging++/easylogging++.h:383:
  1327. In file included from /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/map:442:
  1328. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:1819:22: error: the specified comparator type does not provide a const call operator [-Werror,-Wuser-defined-warnings]
  1329.  __trigger_diagnostics()), "");
  1330.  ^
  1331. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:876:70: note: in instantiation of member function 'std::__ndk1::__tree<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash>, cryptonote::txCompare, std::__ndk1::allocator<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash> > >::~__tree' requested here
  1332.  template <class, class, class> friend class _LIBCPP_TEMPLATE_VIS set;
  1333.  ^
  1334. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:970:7: note: from 'diagnose_if' attribute on '__trigger_diagnostics':
  1335.  _LIBCPP_DIAGNOSE_WARNING(!__invokable<_Compare const&, _Tp const&, _Tp const&>::value,
  1336.  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1337. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__config:1095:20: note: expanded from macro '_LIBCPP_DIAGNOSE_WARNING'
  1338.  __attribute__((diagnose_if(__VA_ARGS__, "warning")))
  1339.  ^ ~~~~~~~~~~~
  1340. [ 79%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/subaddress_account.cpp.o
  1341. [ 79%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/unsigned_transaction.cpp.o
  1342. 1 error generated.
  1343. src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/build.make:88: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o' failed
  1344. make[2]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o] Error 1
  1345. [ 81%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/mlog.cpp.o
  1346. [ 81%] Built target obj_checkpoints
  1347. [ 81%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/net_utils_base.cpp.o
  1348. [ 82%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/string_tools.cpp.o
  1349. [ 82%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/wipeable_string.cpp.o
  1350. [ 83%] Building C object contrib/epee/src/CMakeFiles/epee.dir/memwipe.c.o
  1351. [ 83%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/connection_basic.cpp.o
  1352. [ 83%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/network_throttle.cpp.o
  1353. [ 84%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/network_throttle-detail.cpp.o
  1354. [ 86%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/wallet_args.cpp.o
  1355. [ 86%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/ringdb.cpp.o
  1356. [ 86%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/node_rpc_proxy.cpp.o
  1357. [ 86%] Built target obj_blockchain_db
  1358. [ 86%] Built target obj_common
  1359. make[1]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/all] Error 2
  1360. make[1]: *** Waiting for unfinished jobs....
  1361. CMakeFiles/Makefile2:1309: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/all' failed
  1362. [ 86%] Linking CXX static library libepee.a
  1363. [ 86%] Built target epee
  1364. [ 86%] Built target obj_cryptonote_basic
  1365. [ 86%] Built target obj_wallet_api
  1366. [ 86%] Built target obj_wallet
  1367. [ 86%] Built target obj_mnemonics
  1368. Makefile:140: recipe for target 'all' failed
  1369. make: *** [all] Error 2
  1370. [ 1%] Built target genversion
  1371. [ 5%] Built target generate_translations_header
  1372. [ 7%] Built target lmdb
  1373. [ 8%] Built target obj_version
  1374. [ 8%] Built target version
  1375. [ 18%] Built target obj_cncrypto
  1376. [ 20%] Built target obj_ringct
  1377. [ 21%] Built target obj_checkpoints
  1378. [ 60%] Built target unbound
  1379. [ 60%] Built target obj_mnemonics
  1380. [ 62%] Built target obj_device
  1381. [ 62%] Built target obj_rpc_base
  1382. [ 63%] Built target easylogging
  1383. [ 64%] Built target obj_multisig
  1384. [ 65%] Built target obj_ringct_basic
  1385. [ 65%] Built target obj_blockchain_db
  1386. [ 68%] Built target obj_cryptonote_basic
  1387. [ 69%] Built target obj_wallet
  1388. [ 69%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o
  1389. [ 69%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o
  1390. [ 70%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_tx_utils.cpp.o
  1391. [ 75%] Built target obj_common
  1392. [ 81%] Built target epee
  1393. Scanning dependencies of target cncrypto
  1394. Scanning dependencies of target mnemonics
  1395. [ 82%] Linking CXX static library libcncrypto.a
  1396. [ 82%] Linking CXX static library libmnemonics.a
  1397. [ 87%] Built target obj_wallet_api
  1398. [ 87%] Built target mnemonics
  1399. [ 87%] Built target cncrypto
  1400. Scanning dependencies of target common
  1401. [ 87%] Linking CXX static library libcommon.a
  1402. [ 87%] Built target common
  1403. Scanning dependencies of target checkpoints
  1404. Scanning dependencies of target ringct_basic
  1405. Scanning dependencies of target rpc_base
  1406. [ 87%] Linking CXX static library libcheckpoints.a
  1407. [ 88%] Linking CXX static library libringct_basic.a
  1408. [ 89%] Linking CXX static library librpc_base.a
  1409. [ 89%] Built target rpc_base
  1410. [ 89%] Built target checkpoints
  1411. [ 89%] Built target ringct_basic
  1412. Scanning dependencies of target device
  1413. [ 91%] Linking CXX static library libdevice.a
  1414. [ 91%] Built target device
  1415. Scanning dependencies of target cryptonote_basic
  1416. [ 91%] Linking CXX static library libcryptonote_basic.a
  1417. [ 91%] Built target cryptonote_basic
  1418. Scanning dependencies of target ringct
  1419. [ 91%] Linking CXX static library libringct.a
  1420. [ 91%] Built target ringct
  1421. Scanning dependencies of target multisig
  1422. Scanning dependencies of target blockchain_db
  1423. [ 92%] Linking CXX static library libmultisig.a
  1424. [ 93%] Linking CXX static library libblockchain_db.a
  1425. [ 93%] Built target multisig
  1426. [ 93%] Built target blockchain_db
  1427. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/tx_pool.cpp:36:
  1428. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/tx_pool.h:32:
  1429. In file included from /opt/android/monero-gui/monero/contrib/epee/include/include_base_utils.h:32:
  1430. In file included from /opt/android/monero-gui/monero/contrib/epee/include/misc_log_ex.h:33:
  1431. In file included from /opt/android/monero-gui/monero/external/easylogging++/easylogging++.h:383:
  1432. In file included from /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/map:442:
  1433. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:1819:22: error: the specified comparator type does not provide a const call operator [-Werror,-Wuser-defined-warnings]
  1434. __trigger_diagnostics()), "");
  1435. ^
  1436. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:876:70: note: in instantiation of member function 'std::__ndk1::__tree<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash>, cryptonote::txCompare, std::__ndk1::allocator<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash> > >::~__tree' requested here
  1437. template <class, class, class> friend class _LIBCPP_TEMPLATE_VIS set;
  1438. ^
  1439. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:970:7: note: from 'diagnose_if' attribute on '__trigger_diagnostics':
  1440.  _LIBCPP_DIAGNOSE_WARNING(!__invokable<_Compare const&, _Tp const&, _Tp const&>::value,
  1441. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1442. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__config:1095:20: note: expanded from macro '_LIBCPP_DIAGNOSE_WARNING'
  1443. __attribute__((diagnose_if(__VA_ARGS__, "warning")))
  1444. ^ ~~~~~~~~~~~
  1445. 1 error generated.
  1446. src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/build.make:88: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o' failed
  1447. make[2]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o] Error 1
  1448. make[2]: *** Waiting for unfinished jobs....
  1449. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/cryptonote_core.cpp:31:
  1450. In file included from /opt/android/prefix/include/boost/algorithm/string.hpp:23:
  1451. In file included from /opt/android/prefix/include/boost/algorithm/string/split.hpp:16:
  1452. In file included from /opt/android/prefix/include/boost/algorithm/string/iter_find.hpp:27:
  1453. In file included from /opt/android/prefix/include/boost/algorithm/string/find_iterator.hpp:24:
  1454. In file included from /opt/android/prefix/include/boost/algorithm/string/detail/find_iterator.hpp:18:
  1455. In file included from /opt/android/prefix/include/boost/function.hpp:30:
  1456. In file included from /opt/android/prefix/include/boost/function/detail/prologue.hpp:17:
  1457. In file included from /opt/android/prefix/include/boost/function/function_base.hpp:21:
  1458. In file included from /opt/android/prefix/include/boost/type_index.hpp:29:
  1459. In file included from /opt/android/prefix/include/boost/type_index/stl_type_index.hpp:42:
  1460. In file included from /opt/android/prefix/include/boost/container_hash/hash.hpp:760:
  1461. In file included from /opt/android/prefix/include/boost/container_hash/extensions.hpp:22:
  1462. In file included from /opt/android/prefix/include/boost/detail/container_fwd.hpp:94:
  1463. In file included from /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/map:442:
  1464. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:1819:22: error: the specified comparator type does not provide a const call operator [-Werror,-Wuser-defined-warnings]
  1465. __trigger_diagnostics()), "");
  1466. ^
  1467. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:960:70: note: in instantiation of member function 'std::__ndk1::__tree<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash>, cryptonote::txCompare, std::__ndk1::allocator<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash> > >::~__tree' requested here
  1468. template <class, class, class> friend class _LIBCPP_TEMPLATE_VIS set;
  1469. ^
  1470. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:970:7: note: from 'diagnose_if' attribute on '__trigger_diagnostics':
  1471.  _LIBCPP_DIAGNOSE_WARNING(!__invokable<_Compare const&, _Tp const&, _Tp const&>::value,
  1472. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1473. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__config:1095:20: note: expanded from macro '_LIBCPP_DIAGNOSE_WARNING'
  1474. __attribute__((diagnose_if(__VA_ARGS__, "warning")))
  1475. ^ ~~~~~~~~~~~
  1476. 1 error generated.
  1477. src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/build.make:75: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o' failed
  1478. make[2]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o] Error 1
  1479. make[1]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/all] Error 2
  1480. CMakeFiles/Makefile2:1309: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/all' failed
  1481. Makefile:140: recipe for target 'all' failed
  1482. make: *** [all] Error 2
  1483. /opt/android/monero-gui/monero/build/release-android64 /opt/android/monero-gui /opt/android/monero-gui
  1484. /opt/android/monero-gui/monero/build/release-android64/src/daemon /opt/android/monero-gui/monero/build/release-android64 /opt/android/monero-gui /opt/android/monero-gui
  1485. [ 3%] Built target generate_translations_header
  1486. [ 5%] Built target lmdb
  1487. [ 6%] Built target genversion
  1488. [ 8%] Built target easylogging
  1489. Scanning dependencies of target libminiupnpc-static
  1490. [ 8%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/igd_desc_parse.c.o
  1491. [ 17%] Built target obj_cncrypto
  1492. [ 18%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/miniupnpc.c.o
  1493. [ 18%] Built target obj_rpc_base
  1494. [ 19%] Built target obj_ringct
  1495. [ 20%] Built target obj_checkpoints
  1496. [ 22%] Built target obj_version
  1497. [ 22%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/minixml.c.o
  1498. [ 22%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/minisoap.c.o
  1499. [ 23%] Built target obj_multisig
  1500. [ 51%] Built target version
  1501. [ 59%] Built target unbound
  1502. [ 60%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/minissdpc.c.o
  1503. [ 60%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/miniwget.c.o
  1504. [ 60%] Built target obj_blockchain_db
  1505. [ 61%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnpcommands.c.o
  1506. [ 62%] Built target obj_ringct_basic
  1507. [ 62%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnpdev.c.o
  1508. [ 63%] Built target obj_device
  1509. [ 63%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnpreplyparse.c.o
  1510. [ 66%] Built target obj_cryptonote_basic
  1511. [ 67%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/upnperrors.c.o
  1512. [ 67%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o
  1513. [ 72%] Built target obj_common
  1514. [ 72%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o
  1515. Scanning dependencies of target obj_daemonizer
  1516. [ 73%] Building CXX object src/daemonizer/CMakeFiles/obj_daemonizer.dir/posix_fork.cpp.o
  1517. [ 77%] Built target epee
  1518. [ 77%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/connecthostport.c.o
  1519. Scanning dependencies of target obj_serialization
  1520. [ 79%] Building CXX object src/serialization/CMakeFiles/obj_serialization.dir/json_object.cpp.o
  1521. Scanning dependencies of target obj_daemon_messages
  1522. [ 79%] Building CXX object src/rpc/CMakeFiles/obj_daemon_messages.dir/message.cpp.o
  1523. Scanning dependencies of target obj_cryptonote_protocol
  1524. [ 79%] Building CXX object src/cryptonote_protocol/CMakeFiles/obj_cryptonote_protocol.dir/block_queue.cpp.o
  1525. Scanning dependencies of target obj_daemon_rpc_server
  1526. Scanning dependencies of target obj_rpc
  1527. [ 80%] Building CXX object src/rpc/CMakeFiles/obj_daemon_rpc_server.dir/daemon_handler.cpp.o
  1528. Scanning dependencies of target obj_p2p
  1529. [ 80%] Building CXX object src/rpc/CMakeFiles/obj_daemon_rpc_server.dir/zmq_server.cpp.o
  1530. [ 81%] Building CXX object src/cryptonote_protocol/CMakeFiles/obj_cryptonote_protocol.dir/cryptonote_protocol_handler-base.cpp.o
  1531. [ 81%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/receivedata.c.o
  1532. [ 82%] Building C object external/miniupnp/miniupnpc/CMakeFiles/libminiupnpc-static.dir/portlistingparse.c.o
  1533. [ 82%] Building CXX object src/rpc/CMakeFiles/obj_daemon_messages.dir/daemon_messages.cpp.o
  1534. [ 83%] Built target cncrypto
  1535. [ 83%] Built target common
  1536. [ 84%] Building CXX object src/rpc/CMakeFiles/obj_rpc.dir/core_rpc_server.cpp.o
  1537. [ 84%] Building CXX object src/rpc/CMakeFiles/obj_rpc.dir/instanciations.cpp.o
  1538. [ 86%] Built target ringct_basic
  1539. [ 86%] Built target checkpoints
  1540. [ 87%] Built target rpc_base
  1541. [ 88%] Built target device
  1542. [ 88%] Built target cryptonote_basic
  1543. [ 88%] Building CXX object src/p2p/CMakeFiles/obj_p2p.dir/net_node.cpp.o
  1544. [ 88%] Built target ringct
  1545. [ 88%] Linking C static library libminiupnpc.a
  1546. [ 89%] Built target multisig
  1547. [ 90%] Built target blockchain_db
  1548. [ 90%] Built target libminiupnpc-static
  1549. [ 90%] Built target obj_daemonizer
  1550. Scanning dependencies of target daemonizer
  1551. [ 90%] Linking CXX static library libdaemonizer.a
  1552. [ 90%] Built target daemonizer
  1553. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/tx_pool.cpp:36:
  1554. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/tx_pool.h:32:
  1555. In file included from /opt/android/monero-gui/monero/contrib/epee/include/include_base_utils.h:32:
  1556. In file included from /opt/android/monero-gui/monero/contrib/epee/include/misc_log_ex.h:33:
  1557. In file included from /opt/android/monero-gui/monero/external/easylogging++/easylogging++.h:383:
  1558. In file included from /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/map:442:
  1559. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:1819:22: error: the specified comparator type does not provide a const call operator [-Werror,-Wuser-defined-warnings]
  1560. __trigger_diagnostics()), "");
  1561. ^
  1562. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:876:70: note: in instantiation of member function 'std::__ndk1::__tree<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash>, cryptonote::txCompare, std::__ndk1::allocator<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash> > >::~__tree' requested here
  1563. template <class, class, class> friend class _LIBCPP_TEMPLATE_VIS set;
  1564. ^
  1565. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:970:7: note: from 'diagnose_if' attribute on '__trigger_diagnostics':
  1566. _LIBCPP_DIAGNOSE_WARNING(!__invokable<_Compare const&, _Tp const&, _Tp const&>::value,
  1567. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1568. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__config:1095:20: note: expanded from macro '_LIBCPP_DIAGNOSE_WARNING'
  1569. __attribute__((diagnose_if(__VA_ARGS__, "warning")))
  1570. ^ ~~~~~~~~~~~
  1571. 1 error generated.
  1572. make[2]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o] Error 1
  1573. make[2]: *** Waiting for unfinished jobs....
  1574. src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/build.make:88: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o' failed
  1575. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/cryptonote_core.cpp:31:
  1576. In file included from /opt/android/prefix/include/boost/algorithm/string.hpp:23:
  1577. In file included from /opt/android/prefix/include/boost/algorithm/string/split.hpp:16:
  1578. In file included from /opt/android/prefix/include/boost/algorithm/string/iter_find.hpp:27:
  1579. In file included from /opt/android/prefix/include/boost/algorithm/string/find_iterator.hpp:24:
  1580. In file included from /opt/android/prefix/include/boost/algorithm/string/detail/find_iterator.hpp:18:
  1581. In file included from /opt/android/prefix/include/boost/function.hpp:30:
  1582. In file included from /opt/android/prefix/include/boost/function/detail/prologue.hpp:17:
  1583. In file included from /opt/android/prefix/include/boost/function/function_base.hpp:21:
  1584. In file included from /opt/android/prefix/include/boost/type_index.hpp:29:
  1585. In file included from /opt/android/prefix/include/boost/type_index/stl_type_index.hpp:42:
  1586. In file included from /opt/android/prefix/include/boost/container_hash/hash.hpp:760:
  1587. In file included from /opt/android/prefix/include/boost/container_hash/extensions.hpp:22:
  1588. In file included from /opt/android/prefix/include/boost/detail/container_fwd.hpp:94:
  1589. In file included from /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/map:442:
  1590. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:1819:22: error: the specified comparator type does not provide a const call operator [-Werror,-Wuser-defined-warnings]
  1591. __trigger_diagnostics()), "");
  1592. ^
  1593. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:960:70: note: in instantiation of member function 'std::__ndk1::__tree<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash>, cryptonote::txCompare, std::__ndk1::allocator<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash> > >::~__tree' requested here
  1594. template <class, class, class> friend class _LIBCPP_TEMPLATE_VIS set;
  1595. ^
  1596. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:970:7: note: from 'diagnose_if' attribute on '__trigger_diagnostics':
  1597.  _LIBCPP_DIAGNOSE_WARNING(!__invokable<_Compare const&, _Tp const&, _Tp const&>::value,
  1598. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1599. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__config:1095:20: note: expanded from macro '_LIBCPP_DIAGNOSE_WARNING'
  1600. __attribute__((diagnose_if(__VA_ARGS__, "warning")))
  1601. ^ ~~~~~~~~~~~
  1602. 1 error generated.
  1603. make[2]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o] Error 1
  1604. src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/build.make:75: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o' failed
  1605. make[1]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/all] Error 2
  1606. make[1]: *** Waiting for unfinished jobs....
  1607. CMakeFiles/Makefile2:1309: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/all' failed
  1608. [ 90%] Built target obj_daemon_messages
  1609. [ 90%] Built target obj_cryptonote_protocol
  1610. [ 90%] Built target obj_p2p
  1611. [ 90%] Built target obj_serialization
  1612. [ 90%] Built target obj_daemon_rpc_server
  1613. [ 90%] Built target obj_rpc
  1614. Makefile:140: recipe for target 'all' failed
  1615. make: *** [all] Error 2
  1616. [ 5%] Built target libminiupnpc-static
  1617. [ 8%] Built target lmdb
  1618. [ 9%] Built target genversion
  1619. [ 12%] Built target generate_translations_header
  1620. [ 13%] Built target easylogging
  1621. [ 15%] Built target obj_daemonizer
  1622. [ 16%] Built target obj_version
  1623. [ 16%] Built target version
  1624. [ 25%] Built target obj_cncrypto
  1625. [ 25%] Built target obj_rpc_base
  1626. [ 26%] Built target obj_checkpoints
  1627. [ 27%] Built target obj_ringct
  1628. [ 29%] Built target obj_ringct_basic
  1629. [ 30%] Built target obj_multisig
  1630. [ 66%] Built target unbound
  1631. [ 66%] Built target obj_daemon_messages
  1632. [ 67%] Built target obj_serialization
  1633. [ 68%] Built target obj_device
  1634. [ 68%] Built target obj_blockchain_db
  1635. [ 68%] Built target obj_p2p
  1636. [ 69%] Built target obj_rpc
  1637. [ 70%] Built target obj_cryptonote_protocol
  1638. [ 72%] Built target obj_daemon_rpc_server
  1639. [ 72%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o
  1640. [ 72%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o
  1641. [ 74%] Built target obj_cryptonote_basic
  1642. [ 79%] Built target obj_common
  1643. [ 83%] Built target epee
  1644. [ 84%] Built target cncrypto
  1645. [ 84%] Built target common
  1646. [ 86%] Built target ringct_basic
  1647. [ 86%] Built target checkpoints
  1648. [ 87%] Built target rpc_base
  1649. [ 87%] Built target daemonizer
  1650. [ 88%] Built target device
  1651. [ 88%] Built target cryptonote_basic
  1652. [ 88%] Built target ringct
  1653. [ 89%] Built target multisig
  1654. [ 90%] Built target blockchain_db
  1655. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/tx_pool.cpp:36:
  1656. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/tx_pool.h:32:
  1657. In file included from /opt/android/monero-gui/monero/contrib/epee/include/include_base_utils.h:32:
  1658. In file included from /opt/android/monero-gui/monero/contrib/epee/include/misc_log_ex.h:33:
  1659. In file included from /opt/android/monero-gui/monero/external/easylogging++/easylogging++.h:383:
  1660. In file included from /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/map:442:
  1661. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:1819:22: error: the specified comparator type does not provide a const call operator [-Werror,-Wuser-defined-warnings]
  1662. __trigger_diagnostics()), "");
  1663. ^
  1664. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:876:70: note: in instantiation of member function 'std::__ndk1::__tree<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash>, cryptonote::txCompare, std::__ndk1::allocator<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash> > >::~__tree' requested here
  1665. template <class, class, class> friend class _LIBCPP_TEMPLATE_VIS set;
  1666. ^
  1667. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:970:7: note: from 'diagnose_if' attribute on '__trigger_diagnostics':
  1668.  _LIBCPP_DIAGNOSE_WARNING(!__invokable<_Compare const&, _Tp const&, _Tp const&>::value,
  1669. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1670. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__config:1095:20: note: expanded from macro '_LIBCPP_DIAGNOSE_WARNING'
  1671. __attribute__((diagnose_if(__VA_ARGS__, "warning")))
  1672. ^ ~~~~~~~~~~~
  1673. 1 error generated.
  1674. src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/build.make:88: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o' failed
  1675. make[2]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o] Error 1
  1676. make[2]: *** Waiting for unfinished jobs....
  1677. In file included from /opt/android/monero-gui/monero/src/cryptonote_core/cryptonote_core.cpp:31:
  1678. In file included from /opt/android/prefix/include/boost/algorithm/string.hpp:23:
  1679. In file included from /opt/android/prefix/include/boost/algorithm/string/split.hpp:16:
  1680. In file included from /opt/android/prefix/include/boost/algorithm/string/iter_find.hpp:27:
  1681. In file included from /opt/android/prefix/include/boost/algorithm/string/find_iterator.hpp:24:
  1682. In file included from /opt/android/prefix/include/boost/algorithm/string/detail/find_iterator.hpp:18:
  1683. In file included from /opt/android/prefix/include/boost/function.hpp:30:
  1684. In file included from /opt/android/prefix/include/boost/function/detail/prologue.hpp:17:
  1685. In file included from /opt/android/prefix/include/boost/function/function_base.hpp:21:
  1686. In file included from /opt/android/prefix/include/boost/type_index.hpp:29:
  1687. In file included from /opt/android/prefix/include/boost/type_index/stl_type_index.hpp:42:
  1688. In file included from /opt/android/prefix/include/boost/container_hash/hash.hpp:760:
  1689. In file included from /opt/android/prefix/include/boost/container_hash/extensions.hpp:22:
  1690. In file included from /opt/android/prefix/include/boost/detail/container_fwd.hpp:94:
  1691. In file included from /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/map:442:
  1692. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:1819:22: error: the specified comparator type does not provide a const call operator [-Werror,-Wuser-defined-warnings]
  1693. __trigger_diagnostics()), "");
  1694. ^
  1695. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:960:70: note: in instantiation of member function 'std::__ndk1::__tree<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash>, cryptonote::txCompare, std::__ndk1::allocator<std::__ndk1::pair<std::__ndk1::pair<double, long>, crypto::hash> > >::~__tree' requested here
  1696.  template <class, class, class> friend class _LIBCPP_TEMPLATE_VIS set;
  1697. ^
  1698. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__tree:970:7: note: from 'diagnose_if' attribute on '__trigger_diagnostics':
  1699. _LIBCPP_DIAGNOSE_WARNING(!__invokable<_Compare const&, _Tp const&, _Tp const&>::value,
  1700. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1701. /opt/android/toolchain-arm/lib/gcc/aarch64-linux-android/4.9.x/../../../../include/c++/4.9.x/__config:1095:20: note: expanded from macro '_LIBCPP_DIAGNOSE_WARNING'
  1702.  __attribute__((diagnose_if(__VA_ARGS__, "warning")))
  1703. ^ ~~~~~~~~~~~
  1704. 1 error generated.
  1705. src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/build.make:75: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o' failed
  1706. make[2]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o] Error 1
  1707. make[1]: *** [src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/all] Error 2
  1708. CMakeFiles/Makefile2:1309: recipe for target 'src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/all' failed
  1709. Makefile:140: recipe for target 'all' failed
  1710. make: *** [all] Error 2
  1711. /opt/android/monero-gui/monero/build/release-android64 /opt/android/monero-gui /opt/android/monero-gui
  1712. make: Entering directory '/opt/android/monero-gui/monero/build/release-android64/contrib/epee'
  1713. make[1]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  1714. make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  1715. make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  1716. [ 20%] Built target easylogging
  1717. make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  1718. make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  1719. [100%] Built target epee
  1720. make[1]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  1721. Install the project...
  1722. -- Install configuration: "Release"
  1723. -- Installing: /opt/android/monero-gui/monero/lib/libepee.a
  1724. make: Leaving directory '/opt/android/monero-gui/monero/build/release-android64/contrib/epee'
  1725. make: Entering directory '/opt/android/monero-gui/monero/build/release-android64/external/easylogging++'
  1726. make[1]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  1727. make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  1728. make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  1729. [100%] Built target easylogging
  1730. make[1]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  1731. Install the project...
  1732. -- Install configuration: "Release"
  1733. -- Installing: /opt/android/monero-gui/monero/lib/libeasylogging.a
  1734. make: Leaving directory '/opt/android/monero-gui/monero/build/release-android64/external/easylogging++'
  1735. make: Entering directory '/opt/android/monero-gui/monero/build/release-android64/external/db_drivers/liblmdb'
  1736. make[1]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  1737. make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android64'
  1738. make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  1739. [100%] Built target lmdb
  1740. make[1]: Leaving directory '/opt/android/monero-gui/monero/build/release-android64'
  1741. Install the project...
  1742. -- Install configuration: "Release"
  1743. -- Installing: /opt/android/monero-gui/monero/lib/liblmdb.a
  1744. make: Leaving directory '/opt/android/monero-gui/monero/build/release-android64/external/db_drivers/liblmdb'
  1745. Installing libunbound...
  1746. /opt/android/monero-gui/monero/build/release-android64/external/unbound /opt/android/monero-gui/monero/build/release-android64 /opt/android/monero-gui /opt/android/monero-gui
  1747. [100%] Built target unbound
  1748. Install the project...
  1749. -- Install configuration: "Release"
  1750. -- Installing: /opt/android/monero-gui/monero/lib/libunbound.a
  1751. /opt/android/monero-gui/monero/build/release-android64 /opt/android/monero-gui /opt/android/monero-gui
  1752. /opt/android/monero-gui /opt/android/monero-gui
  1753. You are currently on commit 3fd37b9
  1754. The most recent tag was at 6206e3d
  1755. You are ahead of or behind a tagged release
  1756. /opt/android/monero-gui/monero /opt/android/monero-gui /opt/android/monero-gui
  1757. You are currently on commit c7bca47b
  1758. The most recent tag was at a486cae4
  1759. You are ahead of or behind a tagged release
  1760. /opt/android/monero-gui /opt/android/monero-gui
  1761. Info: creating stash file /opt/android/monero-gui/build/.qmake.stash
  1762. Project WARNING: Cross compiling without sysroot. Disabling pkg-config.
  1763. sh: 1: --exists: not found
  1764. Project MESSAGE: Host is Android
  1765. Project MESSAGE: using camera scanner
  1766. Project MESSAGE: using static libraries
  1767. Project MESSAGE: Building with libunwind
  1768. Updating '/opt/android/monero-gui/build/translations/monero-core_ar.qm'...
  1769. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ar.qm'...
  1770. Generated 257 translation(s) (257 finished and 0 unfinished)
  1771. Ignored 215 untranslated source text(s)
  1772. Updating '/opt/android/monero-gui/build/translations/monero-core_cat.qm'...
  1773. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_cat.qm'...
  1774. Generated 241 translation(s) (241 finished and 0 unfinished)
  1775. Ignored 174 untranslated source text(s)
  1776. Updating '/opt/android/monero-gui/build/translations/monero-core_cs.qm'...
  1777. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_cs.qm'...
  1778. Generated 468 translation(s) (468 finished and 0 unfinished)
  1779. Ignored 11 untranslated source text(s)
  1780. Updating '/opt/android/monero-gui/build/translations/monero-core_da.qm'...
  1781. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_da.qm'...
  1782. Generated 435 translation(s) (435 finished and 0 unfinished)
  1783. Ignored 13 untranslated source text(s)
  1784. Updating '/opt/android/monero-gui/build/translations/monero-core_de.qm'...
  1785. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_de.qm'...
  1786. Generated 473 translation(s) (473 finished and 0 unfinished)
  1787. Updating '/opt/android/monero-gui/build/translations/monero-core_eo.qm'...
  1788. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_eo.qm'...
  1789. Generated 454 translation(s) (454 finished and 0 unfinished)
  1790. Ignored 33 untranslated source text(s)
  1791. Updating '/opt/android/monero-gui/build/translations/monero-core_es.qm'...
  1792. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_es.qm'...
  1793. Generated 474 translation(s) (474 finished and 0 unfinished)
  1794. Updating '/opt/android/monero-gui/build/translations/monero-core_fi.qm'...
  1795. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_fi.qm'...
  1796. Generated 469 translation(s) (469 finished and 0 unfinished)
  1797. Ignored 28 untranslated source text(s)
  1798. Updating '/opt/android/monero-gui/build/translations/monero-core_fr.qm'...
  1799. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_fr.qm'...
  1800. Generated 448 translation(s) (448 finished and 0 unfinished)
  1801. Ignored 11 untranslated source text(s)
  1802. Updating '/opt/android/monero-gui/build/translations/monero-core_he.qm'...
  1803. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_he.qm'...
  1804. Generated 459 translation(s) (459 finished and 0 unfinished)
  1805. Ignored 33 untranslated source text(s)
  1806. Updating '/opt/android/monero-gui/build/translations/monero-core_hi.qm'...
  1807. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hi.qm'...
  1808. Generated 49 translation(s) (49 finished and 0 unfinished)
  1809. Ignored 432 untranslated source text(s)
  1810. Updating '/opt/android/monero-gui/build/translations/monero-core_hr.qm'...
  1811. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hr.qm'...
  1812. Generated 472 translation(s) (472 finished and 0 unfinished)
  1813. Ignored 13 untranslated source text(s)
  1814. Updating '/opt/android/monero-gui/build/translations/monero-core_hu.qm'...
  1815. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hu.qm'...
  1816. Generated 476 translation(s) (476 finished and 0 unfinished)
  1817. Ignored 2 untranslated source text(s)
  1818. Updating '/opt/android/monero-gui/build/translations/monero-core_id.qm'...
  1819. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_id.qm'...
  1820. Generated 257 translation(s) (257 finished and 0 unfinished)
  1821. Ignored 202 untranslated source text(s)
  1822. Updating '/opt/android/monero-gui/build/translations/monero-core_it.qm'...
  1823. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_it.qm'...
  1824. Generated 460 translation(s) (460 finished and 0 unfinished)
  1825. Ignored 11 untranslated source text(s)
  1826. Updating '/opt/android/monero-gui/build/translations/monero-core_ja.qm'...
  1827. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ja.qm'...
  1828. Generated 474 translation(s) (474 finished and 0 unfinished)
  1829. Ignored 11 untranslated source text(s)
  1830. Updating '/opt/android/monero-gui/build/translations/monero-core_ko.qm'...
  1831. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ko.qm'...
  1832. Generated 275 translation(s) (275 finished and 0 unfinished)
  1833. Ignored 178 untranslated source text(s)
  1834. Updating '/opt/android/monero-gui/build/translations/monero-core_lt.qm'...
  1835. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_lt.qm'...
  1836. Generated 461 translation(s) (461 finished and 0 unfinished)
  1837. Ignored 39 untranslated source text(s)
  1838. Updating '/opt/android/monero-gui/build/translations/monero-core_nl.qm'...
  1839. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_nl.qm'...
  1840. Generated 472 translation(s) (472 finished and 0 unfinished)
  1841. Ignored 11 untranslated source text(s)
  1842. Updating '/opt/android/monero-gui/build/translations/monero-core_pl.qm'...
  1843. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pl.qm'...
  1844. Generated 470 translation(s) (470 finished and 0 unfinished)
  1845. Ignored 11 untranslated source text(s)
  1846. Updating '/opt/android/monero-gui/build/translations/monero-core_pt-br.qm'...
  1847. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pt-br.qm'...
  1848. Generated 466 translation(s) (466 finished and 0 unfinished)
  1849. Ignored 11 untranslated source text(s)
  1850. Updating '/opt/android/monero-gui/build/translations/monero-core_pt-pt.qm'...
  1851. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pt-pt.qm'...
  1852. Generated 458 translation(s) (458 finished and 0 unfinished)
  1853. Ignored 11 untranslated source text(s)
  1854. Updating '/opt/android/monero-gui/build/translations/monero-core_ro.qm'...
  1855. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ro.qm'...
  1856. Generated 460 translation(s) (460 finished and 0 unfinished)
  1857. Ignored 13 untranslated source text(s)
  1858. Updating '/opt/android/monero-gui/build/translations/monero-core_ru.qm'...
  1859. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ru.qm'...
  1860. Generated 473 translation(s) (473 finished and 0 unfinished)
  1861. Ignored 23 untranslated source text(s)
  1862. Updating '/opt/android/monero-gui/build/translations/monero-core_sk.qm'...
  1863. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sk.qm'...
  1864. Generated 434 translation(s) (434 finished and 0 unfinished)
  1865. Ignored 41 untranslated source text(s)
  1866. Updating '/opt/android/monero-gui/build/translations/monero-core_sl.qm'...
  1867. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sl.qm'...
  1868. Generated 318 translation(s) (318 finished and 0 unfinished)
  1869. Ignored 139 untranslated source text(s)
  1870. Updating '/opt/android/monero-gui/build/translations/monero-core_sr.qm'...
  1871. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sr.qm'...
  1872. Generated 456 translation(s) (456 finished and 0 unfinished)
  1873. Ignored 11 untranslated source text(s)
  1874. Updating '/opt/android/monero-gui/build/translations/monero-core_sv.qm'...
  1875. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sv.qm'...
  1876. Generated 462 translation(s) (462 finished and 0 unfinished)
  1877. Ignored 11 untranslated source text(s)
  1878. Updating '/opt/android/monero-gui/build/translations/monero-core_tr.qm'...
  1879. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_tr.qm'...
  1880. Generated 466 translation(s) (466 finished and 0 unfinished)
  1881. Ignored 11 untranslated source text(s)
  1882. Updating '/opt/android/monero-gui/build/translations/monero-core_uk.qm'...
  1883. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_uk.qm'...
  1884. Generated 474 translation(s) (474 finished and 0 unfinished)
  1885. Ignored 24 untranslated source text(s)
  1886. Updating '/opt/android/monero-gui/build/translations/monero-core_zh-cn.qm'...
  1887. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_zh-cn.qm'...
  1888. Generated 468 translation(s) (468 finished and 0 unfinished)
  1889. Ignored 14 untranslated source text(s)
  1890. Updating '/opt/android/monero-gui/build/translations/monero-core_zh-tw.qm'...
  1891. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_zh-tw.qm'...
  1892. Generated 490 translation(s) (490 finished and 0 unfinished)
  1893. Project WARNING: Cross compiling without sysroot. Disabling pkg-config.
  1894. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ar.ts -qm /opt/android/monero-gui/build/translations/monero-core_ar.qm
  1895. Updating '/opt/android/monero-gui/build/translations/monero-core_ar.qm'...
  1896. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ar.qm'...
  1897. Generated 257 translation(s) (257 finished and 0 unfinished)
  1898. Ignored 215 untranslated source text(s)
  1899. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_cat.ts -qm /opt/android/monero-gui/build/translations/monero-core_cat.qm
  1900. Updating '/opt/android/monero-gui/build/translations/monero-core_cat.qm'...
  1901. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_cat.qm'...
  1902. Generated 241 translation(s) (241 finished and 0 unfinished)
  1903. Ignored 174 untranslated source text(s)
  1904. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_cs.ts -qm /opt/android/monero-gui/build/translations/monero-core_cs.qm
  1905. Updating '/opt/android/monero-gui/build/translations/monero-core_cs.qm'...
  1906. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_cs.qm'...
  1907. Generated 468 translation(s) (468 finished and 0 unfinished)
  1908. Ignored 11 untranslated source text(s)
  1909. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_da.ts -qm /opt/android/monero-gui/build/translations/monero-core_da.qm
  1910. Updating '/opt/android/monero-gui/build/translations/monero-core_da.qm'...
  1911. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_da.qm'...
  1912. Generated 435 translation(s) (435 finished and 0 unfinished)
  1913. Ignored 13 untranslated source text(s)
  1914. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_de.ts -qm /opt/android/monero-gui/build/translations/monero-core_de.qm
  1915. Updating '/opt/android/monero-gui/build/translations/monero-core_de.qm'...
  1916. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_de.qm'...
  1917. Generated 473 translation(s) (473 finished and 0 unfinished)
  1918. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_eo.ts -qm /opt/android/monero-gui/build/translations/monero-core_eo.qm
  1919. Updating '/opt/android/monero-gui/build/translations/monero-core_eo.qm'...
  1920. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_eo.qm'...
  1921. Generated 454 translation(s) (454 finished and 0 unfinished)
  1922. Ignored 33 untranslated source text(s)
  1923. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_es.ts -qm /opt/android/monero-gui/build/translations/monero-core_es.qm
  1924. Updating '/opt/android/monero-gui/build/translations/monero-core_es.qm'...
  1925. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_es.qm'...
  1926. Generated 474 translation(s) (474 finished and 0 unfinished)
  1927. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_fi.ts -qm /opt/android/monero-gui/build/translations/monero-core_fi.qm
  1928. Updating '/opt/android/monero-gui/build/translations/monero-core_fi.qm'...
  1929. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_fi.qm'...
  1930. Generated 469 translation(s) (469 finished and 0 unfinished)
  1931. Ignored 28 untranslated source text(s)
  1932. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_fr.ts -qm /opt/android/monero-gui/build/translations/monero-core_fr.qm
  1933. Updating '/opt/android/monero-gui/build/translations/monero-core_fr.qm'...
  1934. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_fr.qm'...
  1935. Generated 448 translation(s) (448 finished and 0 unfinished)
  1936. Ignored 11 untranslated source text(s)
  1937. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_he.ts -qm /opt/android/monero-gui/build/translations/monero-core_he.qm
  1938. Updating '/opt/android/monero-gui/build/translations/monero-core_he.qm'...
  1939. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_he.qm'...
  1940. Generated 459 translation(s) (459 finished and 0 unfinished)
  1941. Ignored 33 untranslated source text(s)
  1942. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_hi.ts -qm /opt/android/monero-gui/build/translations/monero-core_hi.qm
  1943. Updating '/opt/android/monero-gui/build/translations/monero-core_hi.qm'...
  1944. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hi.qm'...
  1945. Generated 49 translation(s) (49 finished and 0 unfinished)
  1946. Ignored 432 untranslated source text(s)
  1947. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_hr.ts -qm /opt/android/monero-gui/build/translations/monero-core_hr.qm
  1948. Updating '/opt/android/monero-gui/build/translations/monero-core_hr.qm'...
  1949. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hr.qm'...
  1950. Generated 472 translation(s) (472 finished and 0 unfinished)
  1951. Ignored 13 untranslated source text(s)
  1952. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_hu.ts -qm /opt/android/monero-gui/build/translations/monero-core_hu.qm
  1953. Updating '/opt/android/monero-gui/build/translations/monero-core_hu.qm'...
  1954. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hu.qm'...
  1955. Generated 476 translation(s) (476 finished and 0 unfinished)
  1956. Ignored 2 untranslated source text(s)
  1957. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_id.ts -qm /opt/android/monero-gui/build/translations/monero-core_id.qm
  1958. Updating '/opt/android/monero-gui/build/translations/monero-core_id.qm'...
  1959. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_id.qm'...
  1960. Generated 257 translation(s) (257 finished and 0 unfinished)
  1961. Ignored 202 untranslated source text(s)
  1962. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_it.ts -qm /opt/android/monero-gui/build/translations/monero-core_it.qm
  1963. Updating '/opt/android/monero-gui/build/translations/monero-core_it.qm'...
  1964. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_it.qm'...
  1965. Generated 460 translation(s) (460 finished and 0 unfinished)
  1966. Ignored 11 untranslated source text(s)
  1967. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ja.ts -qm /opt/android/monero-gui/build/translations/monero-core_ja.qm
  1968. Updating '/opt/android/monero-gui/build/translations/monero-core_ja.qm'...
  1969. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ja.qm'...
  1970. Generated 474 translation(s) (474 finished and 0 unfinished)
  1971. Ignored 11 untranslated source text(s)
  1972. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ko.ts -qm /opt/android/monero-gui/build/translations/monero-core_ko.qm
  1973. Updating '/opt/android/monero-gui/build/translations/monero-core_ko.qm'...
  1974. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ko.qm'...
  1975. Generated 275 translation(s) (275 finished and 0 unfinished)
  1976. Ignored 178 untranslated source text(s)
  1977. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_lt.ts -qm /opt/android/monero-gui/build/translations/monero-core_lt.qm
  1978. Updating '/opt/android/monero-gui/build/translations/monero-core_lt.qm'...
  1979. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_lt.qm'...
  1980. Generated 461 translation(s) (461 finished and 0 unfinished)
  1981. Ignored 39 untranslated source text(s)
  1982. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_nl.ts -qm /opt/android/monero-gui/build/translations/monero-core_nl.qm
  1983. Updating '/opt/android/monero-gui/build/translations/monero-core_nl.qm'...
  1984. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_nl.qm'...
  1985. Generated 472 translation(s) (472 finished and 0 unfinished)
  1986. Ignored 11 untranslated source text(s)
  1987. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_pl.ts -qm /opt/android/monero-gui/build/translations/monero-core_pl.qm
  1988. Updating '/opt/android/monero-gui/build/translations/monero-core_pl.qm'...
  1989. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pl.qm'...
  1990. Generated 470 translation(s) (470 finished and 0 unfinished)
  1991. Ignored 11 untranslated source text(s)
  1992. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_pt-br.ts -qm /opt/android/monero-gui/build/translations/monero-core_pt-br.qm
  1993. Updating '/opt/android/monero-gui/build/translations/monero-core_pt-br.qm'...
  1994. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pt-br.qm'...
  1995. Generated 466 translation(s) (466 finished and 0 unfinished)
  1996. Ignored 11 untranslated source text(s)
  1997. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_pt-pt.ts -qm /opt/android/monero-gui/build/translations/monero-core_pt-pt.qm
  1998. Updating '/opt/android/monero-gui/build/translations/monero-core_pt-pt.qm'...
  1999. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pt-pt.qm'...
  2000. Generated 458 translation(s) (458 finished and 0 unfinished)
  2001. Ignored 11 untranslated source text(s)
  2002. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ro.ts -qm /opt/android/monero-gui/build/translations/monero-core_ro.qm
  2003. Updating '/opt/android/monero-gui/build/translations/monero-core_ro.qm'...
  2004. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ro.qm'...
  2005. Generated 460 translation(s) (460 finished and 0 unfinished)
  2006. Ignored 13 untranslated source text(s)
  2007. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ru.ts -qm /opt/android/monero-gui/build/translations/monero-core_ru.qm
  2008. Updating '/opt/android/monero-gui/build/translations/monero-core_ru.qm'...
  2009. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ru.qm'...
  2010. Generated 473 translation(s) (473 finished and 0 unfinished)
  2011. Ignored 23 untranslated source text(s)
  2012. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_sk.ts -qm /opt/android/monero-gui/build/translations/monero-core_sk.qm
  2013. Updating '/opt/android/monero-gui/build/translations/monero-core_sk.qm'...
  2014. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sk.qm'...
  2015. Generated 434 translation(s) (434 finished and 0 unfinished)
  2016. Ignored 41 untranslated source text(s)
  2017. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_sl.ts -qm /opt/android/monero-gui/build/translations/monero-core_sl.qm
  2018. Updating '/opt/android/monero-gui/build/translations/monero-core_sl.qm'...
  2019. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sl.qm'...
  2020. Generated 318 translation(s) (318 finished and 0 unfinished)
  2021. Ignored 139 untranslated source text(s)
  2022. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_sr.ts -qm /opt/android/monero-gui/build/translations/monero-core_sr.qm
  2023. Updating '/opt/android/monero-gui/build/translations/monero-core_sr.qm'...
  2024. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sr.qm'...
  2025. Generated 456 translation(s) (456 finished and 0 unfinished)
  2026. Ignored 11 untranslated source text(s)
  2027. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_sv.ts -qm /opt/android/monero-gui/build/translations/monero-core_sv.qm
  2028. Updating '/opt/android/monero-gui/build/translations/monero-core_sv.qm'...
  2029. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sv.qm'...
  2030. Generated 462 translation(s) (462 finished and 0 unfinished)
  2031. Ignored 11 untranslated source text(s)
  2032. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_tr.ts -qm /opt/android/monero-gui/build/translations/monero-core_tr.qm
  2033. Updating '/opt/android/monero-gui/build/translations/monero-core_tr.qm'...
  2034. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_tr.qm'...
  2035. Generated 466 translation(s) (466 finished and 0 unfinished)
  2036. Ignored 11 untranslated source text(s)
  2037. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_uk.ts -qm /opt/android/monero-gui/build/translations/monero-core_uk.qm
  2038. Updating '/opt/android/monero-gui/build/translations/monero-core_uk.qm'...
  2039. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_uk.qm'...
  2040. Generated 474 translation(s) (474 finished and 0 unfinished)
  2041. Ignored 24 untranslated source text(s)
  2042. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_zh-cn.ts -qm /opt/android/monero-gui/build/translations/monero-core_zh-cn.qm
  2043. Updating '/opt/android/monero-gui/build/translations/monero-core_zh-cn.qm'...
  2044. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_zh-cn.qm'...
  2045. Generated 468 translation(s) (468 finished and 0 unfinished)
  2046. Ignored 14 untranslated source text(s)
  2047. /opt/android/Qt-5.11/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_zh-tw.ts -qm /opt/android/monero-gui/build/translations/monero-core_zh-tw.qm
  2048. Updating '/opt/android/monero-gui/build/translations/monero-core_zh-tw.qm'...
  2049. Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_zh-tw.qm'...
  2050. Generated 490 translation(s) (490 finished and 0 unfinished)
  2051. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o main.o ../main.cpp
  2052. In file included from ../main.cpp:42:
  2053. ../src/libwalletqt/WalletManager.h:13:5: warning: class 'WalletManager' was previously declared as a struct [-Wmismatched-tags]
  2054. class WalletManager;
  2055. ^
  2056. ../monero/src/wallet/api/wallet2_api.h:810:8: note: previous use is here
  2057. struct WalletManager
  2058. ^
  2059. ../src/libwalletqt/WalletManager.h:13:5: note: did you mean struct here?
  2060. class WalletManager;
  2061. ^~~~~
  2062. struct
  2063. In file included from ../main.cpp:43:
  2064. ../src/libwalletqt/Wallet.h:16:5: warning: class 'Wallet' was previously declared as a struct [-Wmismatched-tags]
  2065. class Wallet; // forward declaration
  2066. ^
  2067. ../monero/src/wallet/api/wallet2_api.h:341:8: note: previous use is here
  2068. struct Wallet
  2069. ^
  2070. ../src/libwalletqt/Wallet.h:16:5: note: did you mean struct here?
  2071. class Wallet; // forward declaration
  2072. ^~~~~
  2073. struct
  2074. In file included from ../main.cpp:49:
  2075. ../src/libwalletqt/TransactionHistory.h:9:1: warning: class 'TransactionHistory' was previously declared as a struct [-Wmismatched-tags]
  2076. class TransactionHistory;
  2077. ^
  2078. ../monero/src/wallet/api/wallet2_api.h:178:8: note: previous use is here
  2079. struct TransactionHistory
  2080. ^
  2081. ../src/libwalletqt/TransactionHistory.h:9:1: note: did you mean struct here?
  2082. class TransactionHistory;
  2083. ^~~~~
  2084. struct
  2085. In file included from ../main.cpp:52:
  2086. ../src/libwalletqt/AddressBook.h:10:1: warning: class 'AddressBook' was previously declared as a struct [-Wmismatched-tags]
  2087. class AddressBook;
  2088. ^
  2089. ../monero/src/wallet/api/wallet2_api.h:216:8: note: previous use is here
  2090. struct AddressBook
  2091. ^
  2092. ../src/libwalletqt/AddressBook.h:10:1: note: did you mean struct here?
  2093. class AddressBook;
  2094. ^~~~~
  2095. struct
  2096. 4 warnings generated.
  2097. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o filter.o ../filter.cpp
  2098. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o clipboardAdapter.o ../clipboardAdapter.cpp
  2099. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o oscursor.o ../oscursor.cpp
  2100. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o WalletManager.o ../src/libwalletqt/WalletManager.cpp
  2101. In file included from ../src/libwalletqt/WalletManager.cpp:1:
  2102. ../src/libwalletqt/WalletManager.h:13:5: warning: class 'WalletManager' was previously declared as a struct [-Wmismatched-tags]
  2103. class WalletManager;
  2104. ^
  2105. ../monero/src/wallet/api/wallet2_api.h:810:8: note: previous use is here
  2106. struct WalletManager
  2107. ^
  2108. ../src/libwalletqt/WalletManager.h:13:5: note: did you mean struct here?
  2109. class WalletManager;
  2110. ^~~~~
  2111. struct
  2112. In file included from ../src/libwalletqt/WalletManager.cpp:2:
  2113. ../src/libwalletqt/Wallet.h:16:5: warning: class 'Wallet' was previously declared as a struct [-Wmismatched-tags]
  2114. class Wallet; // forward declaration
  2115. ^
  2116. ../monero/src/wallet/api/wallet2_api.h:341:8: note: previous use is here
  2117. struct Wallet
  2118. ^
  2119. ../src/libwalletqt/Wallet.h:16:5: note: did you mean struct here?
  2120. class Wallet; // forward declaration
  2121. ^~~~~
  2122. struct
  2123. ../src/libwalletqt/WalletManager.cpp:170:47: warning: unused parameter 'src' [-Wunused-parameter]
  2124. bool WalletManager::moveWallet(const QString &src, const QString &dst)
  2125. ^
  2126. ../src/libwalletqt/WalletManager.cpp:170:67: warning: unused parameter 'dst' [-Wunused-parameter]
  2127. bool WalletManager::moveWallet(const QString &src, const QString &dst)
  2128. ^
  2129. ../src/libwalletqt/WalletManager.cpp:176:54: warning: unused parameter 'locale' [-Wunused-parameter]
  2130. QString WalletManager::walletLanguage(const QString &locale)
  2131. ^
  2132. 5 warnings generated.
  2133. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o Wallet.o ../src/libwalletqt/Wallet.cpp
  2134. In file included from ../src/libwalletqt/Wallet.cpp:1:
  2135. ../src/libwalletqt/Wallet.h:16:5: warning: class 'Wallet' was previously declared as a struct [-Wmismatched-tags]
  2136. class Wallet; // forward declaration
  2137. ^
  2138. ../monero/src/wallet/api/wallet2_api.h:341:8: note: previous use is here
  2139. struct Wallet
  2140. ^
  2141. ../src/libwalletqt/Wallet.h:16:5: note: did you mean struct here?
  2142. class Wallet; // forward declaration
  2143. ^~~~~
  2144. struct
  2145. In file included from ../src/libwalletqt/Wallet.cpp:4:
  2146. ../src/libwalletqt/TransactionHistory.h:9:1: warning: class 'TransactionHistory' was previously declared as a struct [-Wmismatched-tags]
  2147. class TransactionHistory;
  2148. ^
  2149. ../monero/src/wallet/api/wallet2_api.h:178:8: note: previous use is here
  2150. struct TransactionHistory
  2151. ^
  2152. ../src/libwalletqt/TransactionHistory.h:9:1: note: did you mean struct here?
  2153. class TransactionHistory;
  2154. ^~~~~
  2155. struct
  2156. In file included from ../src/libwalletqt/Wallet.cpp:5:
  2157. ../src/libwalletqt/AddressBook.h:10:1: warning: class 'AddressBook' was previously declared as a struct [-Wmismatched-tags]
  2158. class AddressBook;
  2159. ^
  2160. ../monero/src/wallet/api/wallet2_api.h:216:8: note: previous use is here
  2161. struct AddressBook
  2162. ^
  2163. ../src/libwalletqt/AddressBook.h:10:1: note: did you mean struct here?
  2164. class AddressBook;
  2165. ^~~~~
  2166. struct
  2167. ../src/libwalletqt/Wallet.cpp:214:50: warning: lambda capture 'upperTransactionLimit' is not used [-Wunused-lambda-capture]
  2168. this, [this, watcher, daemonAddress, upperTransactionLimit, isRecovering, restoreHeight]() {
  2169. ^
  2170. ../src/libwalletqt/Wallet.cpp:214:73: warning: lambda capture 'isRecovering' is not used [-Wunused-lambda-capture]
  2171. this, [this, watcher, daemonAddress, upperTransactionLimit, isRecovering, restoreHeight]() {
  2172. ^
  2173. ../src/libwalletqt/Wallet.cpp:214:87: warning: lambda capture 'restoreHeight' is not used [-Wunused-lambda-capture]
  2174.  this, [this, watcher, daemonAddress, upperTransactionLimit, isRecovering, restoreHeight]() {
  2175. ^
  2176. ../src/libwalletqt/Wallet.cpp:860:7: warning: field 'm_subaddressModel' will be initialized after field 'm_daemonBlockChainHeight' [-Wreorder]
  2177. , m_subaddressModel(nullptr)
  2178. ^
  2179. 7 warnings generated.
  2180. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o PendingTransaction.o ../src/libwalletqt/PendingTransaction.cpp
  2181. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o TransactionHistory.o ../src/libwalletqt/TransactionHistory.cpp
  2182. In file included from ../src/libwalletqt/TransactionHistory.cpp:2:
  2183. In file included from ../src/libwalletqt/TransactionInfo.h:4:
  2184. ../monero/src/wallet/api/wallet2_api.h:178:1: warning: 'TransactionHistory' defined as a struct here but previously declared as a class [-Wmismatched-tags]
  2185. struct TransactionHistory
  2186. ^
  2187. ../src/libwalletqt/TransactionHistory.h:9:1: note: did you mean struct here?
  2188. class TransactionHistory;
  2189. ^~~~~
  2190. struct
  2191. 1 warning generated.
  2192. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o TransactionInfo.o ../src/libwalletqt/TransactionInfo.cpp
  2193. In file included from ../src/libwalletqt/TransactionInfo.cpp:2:
  2194. ../src/libwalletqt/WalletManager.h:13:5: warning: class 'WalletManager' was previously declared as a struct [-Wmismatched-tags]
  2195. class WalletManager;
  2196. ^
  2197. ../monero/src/wallet/api/wallet2_api.h:810:8: note: previous use is here
  2198. struct WalletManager
  2199. ^
  2200. ../src/libwalletqt/WalletManager.h:13:5: note: did you mean struct here?
  2201. class WalletManager;
  2202. ^~~~~
  2203. struct
  2204. 1 warning generated.
  2205. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o QRCodeImageProvider.o ../src/libwalletqt/QRCodeImageProvider.cpp
  2206. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o oshelper.o ../oshelper.cpp
  2207. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o TranslationManager.o ../TranslationManager.cpp
  2208. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o TransactionHistoryModel.o ../src/model/TransactionHistoryModel.cpp
  2209. In file included from ../src/model/TransactionHistoryModel.cpp:3:
  2210. In file included from ../src/libwalletqt/TransactionInfo.h:4:
  2211. ../monero/src/wallet/api/wallet2_api.h:178:1: warning: 'TransactionHistory' defined as a struct here but previously declared as a class [-Wmismatched-tags]
  2212. struct TransactionHistory
  2213. ^
  2214. ../src/libwalletqt/TransactionHistory.h:9:1: note: did you mean struct here?
  2215. class TransactionHistory;
  2216. ^~~~~
  2217. struct
  2218. 1 warning generated.
  2219. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o TransactionHistorySortFilterModel.o ../src/model/TransactionHistorySortFilterModel.cpp
  2220. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o BitBuffer.o ../src/QR-Code-generator/BitBuffer.cpp
  2221. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o QrCode.o ../src/QR-Code-generator/QrCode.cpp
  2222. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o QrSegment.o ../src/QR-Code-generator/QrSegment.cpp
  2223. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o AddressBookModel.o ../src/model/AddressBookModel.cpp
  2224. In file included from ../src/model/AddressBookModel.cpp:2:
  2225. ../src/libwalletqt/AddressBook.h:10:1: warning: class 'AddressBook' was previously declared as a struct [-Wmismatched-tags]
  2226. class AddressBook;
  2227. ^
  2228. ../monero/src/wallet/api/wallet2_api.h:216:8: note: previous use is here
  2229. struct AddressBook
  2230. ^
  2231. ../src/libwalletqt/AddressBook.h:10:1: note: did you mean struct here?
  2232. class AddressBook;
  2233. ^~~~~
  2234. struct
  2235. ../src/model/AddressBookModel.cpp:25:51: warning: unused parameter 'parent' [-Wunused-parameter]
  2236. int AddressBookModel::rowCount(const QModelIndex &parent) const
  2237. ^
  2238. 2 warnings generated.
  2239. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o AddressBook.o ../src/libwalletqt/AddressBook.cpp
  2240. In file included from ../src/libwalletqt/AddressBook.cpp:1:
  2241. ../src/libwalletqt/AddressBook.h:10:1: warning: class 'AddressBook' was previously declared as a struct [-Wmismatched-tags]
  2242. class AddressBook;
  2243. ^
  2244. ../monero/src/wallet/api/wallet2_api.h:216:8: note: previous use is here
  2245. struct AddressBook
  2246. ^
  2247. ../src/libwalletqt/AddressBook.h:10:1: note: did you mean struct here?
  2248. class AddressBook;
  2249. ^~~~~
  2250. struct
  2251. 1 warning generated.
  2252. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o SubaddressModel.o ../src/model/SubaddressModel.cpp
  2253. ../src/model/SubaddressModel.cpp:53:50: warning: unused parameter 'parent' [-Wunused-parameter]
  2254. int SubaddressModel::rowCount(const QModelIndex &parent) const
  2255. ^
  2256. 1 warning generated.
  2257. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o Subaddress.o ../src/libwalletqt/Subaddress.cpp
  2258. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o UnsignedTransaction.o ../src/libwalletqt/UnsignedTransaction.cpp
  2259. ../src/libwalletqt/UnsignedTransaction.cpp:18:14: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  2260. if(index > arr.size() - 1)
  2261. ~~~~~ ^ ~~~~~~~~~~~~~~
  2262. ../src/libwalletqt/UnsignedTransaction.cpp:26:14: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  2263. if(index > arr.size() - 1)
  2264. ~~~~~ ^ ~~~~~~~~~~~~~~
  2265. ../src/libwalletqt/UnsignedTransaction.cpp:34:14: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  2266. if(index > arr.size() - 1)
  2267. ~~~~~ ^ ~~~~~~~~~~~~~~
  2268. 3 warnings generated.
  2269. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o Logger.o ../Logger.cpp
  2270. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o MainApp.o ../MainApp.cpp
  2271. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o DaemonManager.o ../src/daemon/DaemonManager.cpp
  2272. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o QrScanThread.o ../src/QR-Code-scanner/QrScanThread.cpp
  2273. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o QrCodeScanner.o ../src/QR-Code-scanner/QrCodeScanner.cpp
  2274. In file included from ../src/QR-Code-scanner/QrCodeScanner.cpp:30:
  2275. ../src/libwalletqt/WalletManager.h:13:5: warning: class 'WalletManager' was previously declared as a struct [-Wmismatched-tags]
  2276. class WalletManager;
  2277. ^
  2278. ../monero/src/wallet/api/wallet2_api.h:810:8: note: previous use is here
  2279. struct WalletManager
  2280. ^
  2281. ../src/libwalletqt/WalletManager.h:13:5: note: did you mean struct here?
  2282. class WalletManager;
  2283. ^~~~~
  2284. struct
  2285. 1 warning generated.
  2286. /opt/android/Qt-5.11/bin/rcc -name translations translations/translations.qrc -o qrc_translations.cpp
  2287. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o qrc_translations.o qrc_translations.cpp
  2288. /opt/android/Qt-5.11/bin/rcc -name qml_qmlcache qml_qmlcache.qrc -o qrc_qml_qmlcache.cpp
  2289. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o qrc_qml_qmlcache.o qrc_qml_qmlcache.cpp
  2290. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o RightPanel_qml.cpp ../RightPanel.qml
  2291. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o RightPanel_qml.o RightPanel_qml.cpp
  2292. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o LeftPanel_qml.cpp ../LeftPanel.qml
  2293. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o LeftPanel_qml.o LeftPanel_qml.cpp
  2294. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o version_js.cpp ../version.js
  2295. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o version_js.o version_js.cpp
  2296. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o MiddlePanel_qml.cpp ../MiddlePanel.qml
  2297. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o MiddlePanel_qml.o MiddlePanel_qml.cpp
  2298. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o main_qml.cpp ../main.qml
  2299. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o main_qml.o main_qml.cpp
  2300. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardConfigure_qml.cpp ../wizard/WizardConfigure.qml
  2301. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardConfigure_qml.o wizard_WizardConfigure_qml.cpp
  2302. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardDaemonSettings_qml.cpp ../wizard/WizardDaemonSettings.qml
  2303. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardDaemonSettings_qml.o wizard_WizardDaemonSettings_qml.cpp
  2304. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardCreateViewOnlyWallet_qml.cpp ../wizard/WizardCreateViewOnlyWallet.qml
  2305. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardCreateViewOnlyWallet_qml.o wizard_WizardCreateViewOnlyWallet_qml.cpp
  2306. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardPassword_qml.cpp ../wizard/WizardPassword.qml
  2307. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardPassword_qml.o wizard_WizardPassword_qml.cpp
  2308. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardPasswordInput_qml.cpp ../wizard/WizardPasswordInput.qml
  2309. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardPasswordInput_qml.o wizard_WizardPasswordInput_qml.cpp
  2310. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardMain_qml.cpp ../wizard/WizardMain.qml
  2311. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardMain_qml.o wizard_WizardMain_qml.cpp
  2312. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardRecoveryWallet_qml.cpp ../wizard/WizardRecoveryWallet.qml
  2313. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardRecoveryWallet_qml.o wizard_WizardRecoveryWallet_qml.cpp
  2314. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardOptions_qml.cpp ../wizard/WizardOptions.qml
  2315. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardOptions_qml.o wizard_WizardOptions_qml.cpp
  2316. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardCreateWalletFromDevice_qml.cpp ../wizard/WizardCreateWalletFromDevice.qml
  2317. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardCreateWalletFromDevice_qml.o wizard_WizardCreateWalletFromDevice_qml.cpp
  2318. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardManageWalletUI_qml.cpp ../wizard/WizardManageWalletUI.qml
  2319. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardManageWalletUI_qml.o wizard_WizardManageWalletUI_qml.cpp
  2320. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardMemoTextInput_qml.cpp ../wizard/WizardMemoTextInput.qml
  2321. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardMemoTextInput_qml.o wizard_WizardMemoTextInput_qml.cpp
  2322. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_utils_js.cpp ../wizard/utils.js
  2323. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_utils_js.o wizard_utils_js.cpp
  2324. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardWelcome_qml.cpp ../wizard/WizardWelcome.qml
  2325. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardWelcome_qml.o wizard_WizardWelcome_qml.cpp
  2326. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardCreateWallet_qml.cpp ../wizard/WizardCreateWallet.qml
  2327. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardCreateWallet_qml.o wizard_WizardCreateWallet_qml.cpp
  2328. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardFinish_qml.cpp ../wizard/WizardFinish.qml
  2329. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardFinish_qml.o wizard_WizardFinish_qml.cpp
  2330. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardDonation_qml.cpp ../wizard/WizardDonation.qml
  2331. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardDonation_qml.o wizard_WizardDonation_qml.cpp
  2332. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardPasswordUI_qml.cpp ../wizard/WizardPasswordUI.qml
  2333. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o wizard_WizardPasswordUI_qml.o wizard_WizardPasswordUI_qml.cpp
  2334. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o tabs_Twitter_qml.cpp ../tabs/Twitter.qml
  2335. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o tabs_Twitter_qml.o tabs_Twitter_qml.cpp
  2336. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o tabs_tweetSearch_js.cpp ../tabs/tweetSearch.js
  2337. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o tabs_tweetSearch_js.o tabs_tweetSearch_js.cpp
  2338. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o tabs_TweetsModel_qml.cpp ../tabs/TweetsModel.qml
  2339. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o tabs_TweetsModel_qml.o tabs_TweetsModel_qml.cpp
  2340. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_TipItem_qml.cpp ../components/TipItem.qml
  2341. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_TipItem_qml.o components_TipItem_qml.cpp
  2342. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_PrivacyLevelSmall_qml.cpp ../components/PrivacyLevelSmall.qml
  2343. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_PrivacyLevelSmall_qml.o components_PrivacyLevelSmall_qml.cpp
  2344. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_DaemonConsole_qml.cpp ../components/DaemonConsole.qml
  2345. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_DaemonConsole_qml.o components_DaemonConsole_qml.cpp
  2346. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_RadioButton_qml.cpp ../components/RadioButton.qml
  2347. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_RadioButton_qml.o components_RadioButton_qml.cpp
  2348. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_InlineButton_qml.cpp ../components/InlineButton.qml
  2349. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_InlineButton_qml.o components_InlineButton_qml.cpp
  2350. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_DaemonManagerDialog_qml.cpp ../components/DaemonManagerDialog.qml
  2351. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_DaemonManagerDialog_qml.o components_DaemonManagerDialog_qml.cpp
  2352. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_TickDelegate_qml.cpp ../components/TickDelegate.qml
  2353. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_TickDelegate_qml.o components_TickDelegate_qml.cpp
  2354. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_TitleBar_qml.cpp ../components/TitleBar.qml
  2355. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_TitleBar_qml.o components_TitleBar_qml.cpp
  2356. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_NetworkStatusItem_qml.cpp ../components/NetworkStatusItem.qml
  2357. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_NetworkStatusItem_qml.o components_NetworkStatusItem_qml.cpp
  2358. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_LabelButton_qml.cpp ../components/LabelButton.qml
  2359. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_LabelButton_qml.o components_LabelButton_qml.cpp
  2360. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_MobileHeader_qml.cpp ../components/MobileHeader.qml
  2361. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_MobileHeader_qml.o components_MobileHeader_qml.cpp
  2362. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_NewPasswordDialog_qml.cpp ../components/NewPasswordDialog.qml
  2363. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_NewPasswordDialog_qml.o components_NewPasswordDialog_qml.cpp
  2364. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_PasswordDialog_qml.cpp ../components/PasswordDialog.qml
  2365. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_PasswordDialog_qml.o components_PasswordDialog_qml.cpp
  2366. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_Scroll_qml.cpp ../components/Scroll.qml
  2367. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_Scroll_qml.o components_Scroll_qml.cpp
  2368. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_TableDropdown_qml.cpp ../components/TableDropdown.qml
  2369. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_TableDropdown_qml.o components_TableDropdown_qml.cpp
  2370. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_CheckBox_qml.cpp ../components/CheckBox.qml
  2371. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_CheckBox_qml.o components_CheckBox_qml.cpp
  2372. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_StandardDialog_qml.cpp ../components/StandardDialog.qml
  2373. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_StandardDialog_qml.o components_StandardDialog_qml.cpp
  2374. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_PrivacyLevel_qml.cpp ../components/PrivacyLevel.qml
  2375. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_PrivacyLevel_qml.o components_PrivacyLevel_qml.cpp
  2376. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_Style_qml.cpp ../components/Style.qml
  2377. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_Style_qml.o components_Style_qml.cpp
  2378. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_LabelSubheader_qml.cpp ../components/LabelSubheader.qml
  2379. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_LabelSubheader_qml.o components_LabelSubheader_qml.cpp
  2380. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_WarningBox_qml.cpp ../components/WarningBox.qml
  2381. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_WarningBox_qml.o components_WarningBox_qml.cpp
  2382. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_TableHeader_qml.cpp ../components/TableHeader.qml
  2383. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_TableHeader_qml.o components_TableHeader_qml.cpp
  2384. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_InputDialog_qml.cpp ../components/InputDialog.qml
  2385. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_InputDialog_qml.o components_InputDialog_qml.cpp
  2386. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_IconButton_qml.cpp ../components/IconButton.qml
  2387. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_IconButton_qml.o components_IconButton_qml.cpp
  2388. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_LineEdit_qml.cpp ../components/LineEdit.qml
  2389. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_LineEdit_qml.o components_LineEdit_qml.cpp
  2390. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_DashboardTable_qml.cpp ../components/DashboardTable.qml
  2391. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_DashboardTable_qml.o components_DashboardTable_qml.cpp
  2392. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_HistoryTableInnerColumn_qml.cpp ../components/HistoryTableInnerColumn.qml
  2393. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_HistoryTableInnerColumn_qml.o components_HistoryTableInnerColumn_qml.cpp
  2394. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_Label_qml.cpp ../components/Label.qml
  2395. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_Label_qml.o components_Label_qml.cpp
  2396. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_DatePicker_qml.cpp ../components/DatePicker.qml
  2397. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_DatePicker_qml.o components_DatePicker_qml.cpp
  2398. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_StandardDropdown_qml.cpp ../components/StandardDropdown.qml
  2399. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_StandardDropdown_qml.o components_StandardDropdown_qml.cpp
  2400. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_HistoryTable_qml.cpp ../components/HistoryTable.qml
  2401. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_HistoryTable_qml.o components_HistoryTable_qml.cpp
  2402. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_SearchInput_qml.cpp ../components/SearchInput.qml
  2403. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_SearchInput_qml.o components_SearchInput_qml.cpp
  2404. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_InputMulti_qml.cpp ../components/InputMulti.qml
  2405. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_InputMulti_qml.o components_InputMulti_qml.cpp
  2406. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_ProcessingSplash_qml.cpp ../components/ProcessingSplash.qml
  2407. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_ProcessingSplash_qml.o components_ProcessingSplash_qml.cpp
  2408. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_RemoteNodeEdit_qml.cpp ../components/RemoteNodeEdit.qml
  2409. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_RemoteNodeEdit_qml.o components_RemoteNodeEdit_qml.cpp
  2410. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_TextBlock_qml.cpp ../components/TextBlock.qml
  2411. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_TextBlock_qml.o components_TextBlock_qml.cpp
  2412. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_StandardButton_qml.cpp ../components/StandardButton.qml
  2413. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_StandardButton_qml.o components_StandardButton_qml.cpp
  2414. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_Notifier_qml.cpp ../components/Notifier.qml
  2415. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_Notifier_qml.o components_Notifier_qml.cpp
  2416. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_AddressBookTable_qml.cpp ../components/AddressBookTable.qml
  2417. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_AddressBookTable_qml.o components_AddressBookTable_qml.cpp
  2418. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_HistoryTableMobile_qml.cpp ../components/HistoryTableMobile.qml
  2419. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_HistoryTableMobile_qml.o components_HistoryTableMobile_qml.cpp
  2420. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_ProgressBar_qml.cpp ../components/ProgressBar.qml
  2421. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_ProgressBar_qml.o components_ProgressBar_qml.cpp
  2422. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_MenuButton_qml.cpp ../components/MenuButton.qml
  2423. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_MenuButton_qml.o components_MenuButton_qml.cpp
  2424. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_LineEditMulti_qml.cpp ../components/LineEditMulti.qml
  2425. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_LineEditMulti_qml.o components_LineEditMulti_qml.cpp
  2426. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_CheckBox2_qml.cpp ../components/CheckBox2.qml
  2427. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_CheckBox2_qml.o components_CheckBox2_qml.cpp
  2428. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_QRCodeScanner_qml.cpp ../components/QRCodeScanner.qml
  2429. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_QRCodeScanner_qml.o components_QRCodeScanner_qml.cpp
  2430. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_Input_qml.cpp ../components/Input.qml
  2431. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o components_Input_qml.o components_Input_qml.cpp
  2432. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o js_Windows_js.cpp ../js/Windows.js
  2433. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o js_Windows_js.o js_Windows_js.cpp
  2434. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o js_Utils_js.cpp ../js/Utils.js
  2435. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o js_Utils_js.o js_Utils_js.cpp
  2436. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o js_TxUtils_js.cpp ../js/TxUtils.js
  2437. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o js_TxUtils_js.o js_TxUtils_js.cpp
  2438. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Transfer_qml.cpp ../pages/Transfer.qml
  2439. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_Transfer_qml.o pages_Transfer_qml.cpp
  2440. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Mining_qml.cpp ../pages/Mining.qml
  2441. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_Mining_qml.o pages_Mining_qml.cpp
  2442. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Sign_qml.cpp ../pages/Sign.qml
  2443. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_Sign_qml.o pages_Sign_qml.cpp
  2444. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_AddressBook_qml.cpp ../pages/AddressBook.qml
  2445. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_AddressBook_qml.o pages_AddressBook_qml.cpp
  2446. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Dashboard_qml.cpp ../pages/Dashboard.qml
  2447. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_Dashboard_qml.o pages_Dashboard_qml.cpp
  2448. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Keys_qml.cpp ../pages/Keys.qml
  2449. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_Keys_qml.o pages_Keys_qml.cpp
  2450. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_History_qml.cpp ../pages/History.qml
  2451. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_History_qml.o pages_History_qml.cpp
  2452. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_SharedRingDB_qml.cpp ../pages/SharedRingDB.qml
  2453. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_SharedRingDB_qml.o pages_SharedRingDB_qml.cpp
  2454. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Receive_qml.cpp ../pages/Receive.qml
  2455. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_Receive_qml.o pages_Receive_qml.cpp
  2456. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_TxKey_qml.cpp ../pages/TxKey.qml
  2457. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_TxKey_qml.o pages_TxKey_qml.cpp
  2458. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_SettingsInfo_qml.cpp ../pages/settings/SettingsInfo.qml
  2459. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_settings_SettingsInfo_qml.o pages_settings_SettingsInfo_qml.cpp
  2460. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_Navbar_qml.cpp ../pages/settings/Navbar.qml
  2461. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_settings_Navbar_qml.o pages_settings_Navbar_qml.cpp
  2462. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_Settings_qml.cpp ../pages/settings/Settings.qml
  2463. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_settings_Settings_qml.o pages_settings_Settings_qml.cpp
  2464. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_SettingsLog_qml.cpp ../pages/settings/SettingsLog.qml
  2465. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_settings_SettingsLog_qml.o pages_settings_SettingsLog_qml.cpp
  2466. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_SettingsLayout_qml.cpp ../pages/settings/SettingsLayout.qml
  2467. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_settings_SettingsLayout_qml.o pages_settings_SettingsLayout_qml.cpp
  2468. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_SettingsWallet_qml.cpp ../pages/settings/SettingsWallet.qml
  2469. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_settings_SettingsWallet_qml.o pages_settings_SettingsWallet_qml.cpp
  2470. /opt/android/Qt-5.11/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_SettingsNode_qml.cpp ../pages/settings/SettingsNode.qml
  2471. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o pages_settings_SettingsNode_qml.o pages_settings_SettingsNode_qml.cpp
  2472. /opt/android/Qt-5.11/bin/qmlcachegen --resource-file-mapping=/opt/android/monero-gui/qml.qrc=/opt/android/monero-gui/build/qml_qmlcache.qrc -o qmlcache_loader.cpp ../qml.qrc
  2473. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o qmlcache_loader.o qmlcache_loader.cpp
  2474. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h ../../Qt-5.11/mkspecs/features/data/dummy.cpp
  2475. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../filter.h -o moc_filter.cpp
  2476. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_filter.o moc_filter.cpp
  2477. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../clipboardAdapter.h -o moc_clipboardAdapter.cpp
  2478. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_clipboardAdapter.o moc_clipboardAdapter.cpp
  2479. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../oscursor.h -o moc_oscursor.cpp
  2480. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_oscursor.o moc_oscursor.cpp
  2481. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/libwalletqt/WalletManager.h -o moc_WalletManager.cpp
  2482. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_WalletManager.o moc_WalletManager.cpp
  2483. In file included from moc_WalletManager.cpp:9:
  2484. ./../src/libwalletqt/WalletManager.h:13:5: warning: class 'WalletManager' was previously declared as a struct [-Wmismatched-tags]
  2485. class WalletManager;
  2486. ^
  2487. ../monero/src/wallet/api/wallet2_api.h:810:8: note: previous use is here
  2488. struct WalletManager
  2489. ^
  2490. ./../src/libwalletqt/WalletManager.h:13:5: note: did you mean struct here?
  2491. class WalletManager;
  2492. ^~~~~
  2493. struct
  2494. 1 warning generated.
  2495. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/libwalletqt/Wallet.h -o moc_Wallet.cpp
  2496. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_Wallet.o moc_Wallet.cpp
  2497. In file included from moc_Wallet.cpp:9:
  2498. ./../src/libwalletqt/Wallet.h:16:5: warning: class 'Wallet' was previously declared as a struct [-Wmismatched-tags]
  2499. class Wallet; // forward declaration
  2500. ^
  2501. ../monero/src/wallet/api/wallet2_api.h:341:8: note: previous use is here
  2502. struct Wallet
  2503. ^
  2504. ./../src/libwalletqt/Wallet.h:16:5: note: did you mean struct here?
  2505. class Wallet; // forward declaration
  2506. ^~~~~
  2507. struct
  2508. 1 warning generated.
  2509. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/libwalletqt/PendingTransaction.h -o moc_PendingTransaction.cpp
  2510. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_PendingTransaction.o moc_PendingTransaction.cpp
  2511. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/libwalletqt/TransactionHistory.h -o moc_TransactionHistory.cpp
  2512. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_TransactionHistory.o moc_TransactionHistory.cpp
  2513. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/libwalletqt/TransactionInfo.h -o moc_TransactionInfo.cpp
  2514. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_TransactionInfo.o moc_TransactionInfo.cpp
  2515. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/libwalletqt/Transfer.h -o moc_Transfer.cpp
  2516. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_Transfer.o moc_Transfer.cpp
  2517. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/NetworkType.h -o moc_NetworkType.cpp
  2518. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_NetworkType.o moc_NetworkType.cpp
  2519. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../oshelper.h -o moc_oshelper.cpp
  2520. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_oshelper.o moc_oshelper.cpp
  2521. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../TranslationManager.h -o moc_TranslationManager.cpp
  2522. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_TranslationManager.o moc_TranslationManager.cpp
  2523. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/model/TransactionHistoryModel.h -o moc_TransactionHistoryModel.cpp
  2524. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_TransactionHistoryModel.o moc_TransactionHistoryModel.cpp
  2525. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/model/TransactionHistorySortFilterModel.h -o moc_TransactionHistorySortFilterModel.cpp
  2526. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_TransactionHistorySortFilterModel.o moc_TransactionHistorySortFilterModel.cpp
  2527. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/model/AddressBookModel.h -o moc_AddressBookModel.cpp
  2528. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_AddressBookModel.o moc_AddressBookModel.cpp
  2529. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/libwalletqt/AddressBook.h -o moc_AddressBook.cpp
  2530. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_AddressBook.o moc_AddressBook.cpp
  2531. In file included from moc_AddressBook.cpp:9:
  2532. ./../src/libwalletqt/AddressBook.h:10:1: warning: class 'AddressBook' was previously declared as a struct [-Wmismatched-tags]
  2533. class AddressBook;
  2534. ^
  2535. ../monero/src/wallet/api/wallet2_api.h:216:8: note: previous use is here
  2536. struct AddressBook
  2537. ^
  2538. ./../src/libwalletqt/AddressBook.h:10:1: note: did you mean struct here?
  2539. class AddressBook;
  2540. ^~~~~
  2541. struct
  2542. 1 warning generated.
  2543. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/model/SubaddressModel.h -o moc_SubaddressModel.cpp
  2544. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_SubaddressModel.o moc_SubaddressModel.cpp
  2545. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/libwalletqt/Subaddress.h -o moc_Subaddress.cpp
  2546. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_Subaddress.o moc_Subaddress.cpp
  2547. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/libwalletqt/UnsignedTransaction.h -o moc_UnsignedTransaction.cpp
  2548. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_UnsignedTransaction.o moc_UnsignedTransaction.cpp
  2549. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../MainApp.h -o moc_MainApp.cpp
  2550. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_MainApp.o moc_MainApp.cpp
  2551. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/daemon/DaemonManager.h -o moc_DaemonManager.cpp
  2552. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_DaemonManager.o moc_DaemonManager.cpp
  2553. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/QR-Code-scanner/QrScanThread.h -o moc_QrScanThread.cpp
  2554. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_QrScanThread.o moc_QrScanThread.cpp
  2555. /opt/android/Qt-5.11/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.11/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.11/include -I/opt/android/Qt-5.11/include/QtQuick -I/opt/android/Qt-5.11/include/QtWidgets -I/opt/android/Qt-5.11/include/QtMultimedia -I/opt/android/Qt-5.11/include/QtGui -I/opt/android/Qt-5.11/include/QtQml -I/opt/android/Qt-5.11/include/QtNetwork -I/opt/android/Qt-5.11/include/QtCore -I. -I/opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -I/opt/android/android-ndk-r17b/sources/android/support/include -I/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -I/opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/6.0.2/include -I/opt/android/android-ndk-r17b/sysroot/usr/include ../src/QR-Code-scanner/QrCodeScanner.h -o moc_QrCodeScanner.cpp
  2556. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -DANDROID_HAS_WSTRING --sysroot=/opt/android/android-ndk-r17b/sysroot -isystem /opt/android/android-ndk-r17b/sysroot/usr/include/arm-linux-androideabi -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/include -isystem /opt/android/android-ndk-r17b/sources/android/support/include -isystem /opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++abi/include -fstack-protector-strong -DANDROID -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -fno-builtin-memmove -fPIC -fstack-protector -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -mthumb -Oz -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.11/include -I../../Qt-5.11/include/QtQuick -I../../Qt-5.11/include/QtWidgets -I../../Qt-5.11/include/QtMultimedia -I../../Qt-5.11/include/QtGui -I../../Qt-5.11/include/QtQml -I../../Qt-5.11/include/QtNetwork -I../../Qt-5.11/include/QtCore -I. -I../../Qt-5.11/mkspecs/android-clang -o moc_QrCodeScanner.o moc_QrCodeScanner.cpp
  2557. /opt/android/android-ndk-r17b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -D__ANDROID_API__=21 -target armv7-none-linux-androideabi -gcc-toolchain /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64 -Wl,--exclude-libs,libgcc.a --sysroot=/opt/android/android-ndk-r17b/platforms/android-21/arch-arm/ -fstack-protector -fstack-protector-strong -static-libgcc -static-libstdc++ -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -Wl,-soname,libmonero-wallet-gui.so -Wl,--no-undefined -Wl,-z,noexecstack -shared -o release/bin/libmonero-wallet-gui.so main.o filter.o clipboardAdapter.o oscursor.o WalletManager.o Wallet.o PendingTransaction.o TransactionHistory.o TransactionInfo.o QRCodeImageProvider.o oshelper.o TranslationManager.o TransactionHistoryModel.o TransactionHistorySortFilterModel.o BitBuffer.o QrCode.o QrSegment.o AddressBookModel.o AddressBook.o SubaddressModel.o Subaddress.o UnsignedTransaction.o Logger.o MainApp.o DaemonManager.o QrScanThread.o QrCodeScanner.o qrc_translations.o qrc_qml_qmlcache.o RightPanel_qml.o LeftPanel_qml.o version_js.o MiddlePanel_qml.o main_qml.o wizard_WizardConfigure_qml.o wizard_WizardDaemonSettings_qml.o wizard_WizardCreateViewOnlyWallet_qml.o wizard_WizardPassword_qml.o wizard_WizardPasswordInput_qml.o wizard_WizardMain_qml.o wizard_WizardRecoveryWallet_qml.o wizard_WizardOptions_qml.o wizard_WizardCreateWalletFromDevice_qml.o wizard_WizardManageWalletUI_qml.o wizard_WizardMemoTextInput_qml.o wizard_utils_js.o wizard_WizardWelcome_qml.o wizard_WizardCreateWallet_qml.o wizard_WizardFinish_qml.o wizard_WizardDonation_qml.o wizard_WizardPasswordUI_qml.o tabs_Twitter_qml.o tabs_tweetSearch_js.o tabs_TweetsModel_qml.o components_TipItem_qml.o components_PrivacyLevelSmall_qml.o components_DaemonConsole_qml.o components_RadioButton_qml.o components_InlineButton_qml.o components_DaemonManagerDialog_qml.o components_TickDelegate_qml.o components_TitleBar_qml.o components_NetworkStatusItem_qml.o components_LabelButton_qml.o components_MobileHeader_qml.o components_NewPasswordDialog_qml.o components_PasswordDialog_qml.o components_Scroll_qml.o components_TableDropdown_qml.o components_CheckBox_qml.o components_StandardDialog_qml.o components_PrivacyLevel_qml.o components_Style_qml.o components_LabelSubheader_qml.o components_WarningBox_qml.o components_TableHeader_qml.o components_InputDialog_qml.o components_IconButton_qml.o components_LineEdit_qml.o components_DashboardTable_qml.o components_HistoryTableInnerColumn_qml.o components_Label_qml.o components_DatePicker_qml.o components_StandardDropdown_qml.o components_HistoryTable_qml.o components_SearchInput_qml.o components_InputMulti_qml.o components_ProcessingSplash_qml.o components_RemoteNodeEdit_qml.o components_TextBlock_qml.o components_StandardButton_qml.o components_Notifier_qml.o components_AddressBookTable_qml.o components_HistoryTableMobile_qml.o components_ProgressBar_qml.o components_MenuButton_qml.o components_LineEditMulti_qml.o components_CheckBox2_qml.o components_QRCodeScanner_qml.o components_Input_qml.o js_Windows_js.o js_Utils_js.o js_TxUtils_js.o pages_Transfer_qml.o pages_Mining_qml.o pages_Sign_qml.o pages_AddressBook_qml.o pages_Dashboard_qml.o pages_Keys_qml.o pages_History_qml.o pages_SharedRingDB_qml.o pages_Receive_qml.o pages_TxKey_qml.o pages_settings_SettingsInfo_qml.o pages_settings_Navbar_qml.o pages_settings_Settings_qml.o pages_settings_SettingsLog_qml.o pages_settings_SettingsLayout_qml.o pages_settings_SettingsWallet_qml.o pages_settings_SettingsNode_qml.o qmlcache_loader.o moc_filter.o moc_clipboardAdapter.o moc_oscursor.o moc_WalletManager.o moc_Wallet.o moc_PendingTransaction.o moc_TransactionHistory.o moc_TransactionInfo.o moc_Transfer.o moc_NetworkType.o moc_oshelper.o moc_TranslationManager.o moc_TransactionHistoryModel.o moc_TransactionHistorySortFilterModel.o moc_AddressBookModel.o moc_AddressBook.o moc_SubaddressModel.o moc_Subaddress.o moc_UnsignedTransaction.o moc_MainApp.o moc_DaemonManager.o moc_QrScanThread.o moc_QrCodeScanner.o -L/opt/android/android-ndk-r17b/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a -L/opt/android/monero-gui/monero/lib -lwallet_merged -lepee -leasylogging -lzbarjni -liconv -Wl,-Bstatic -lunbound -lboost_serialization -lboost_thread -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_chrono -lboost_program_options -lssl -llmdb -lcrypto -Wl,-Bdynamic -lunwind -L/opt/android/Qt-5.11/lib -lQt5Quick -lQt5Widgets -lQt5Multimedia -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lGLESv2 -lc++ -llog -lz -lm -ldl -lc
  2558. clang++: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
  2559. /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lwallet_merged
  2560. /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: warning: skipping incompatible /opt/android/android-ndk-r17b/platforms/android-21/arch-arm//usr/lib/../lib/libzbarjni.a while searching for zbarjni
  2561. /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: warning: skipping incompatible /opt/android/android-ndk-r17b/platforms/android-21/arch-arm//usr/lib/libzbarjni.a while searching for zbarjni
  2562. /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: warning: skipping incompatible /opt/android/android-ndk-r17b/platforms/android-21/arch-arm//usr/lib/libzbarjni.a while searching for zbarjni
  2563. /opt/android/android-ndk-r17b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lzbarjni
  2564. main.o:main.cpp:function main: error: undefined reference to 'Monero::Utils::onStartup()'
  2565. main.o:main.cpp:function main: error: undefined reference to 'Monero::Wallet::init(char const*, char const*, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, bool)'
  2566. Logger.o:Logger.cpp:function messageHandler(QtMsgType, QMessageLogContext const&, QString const&): error: undefined reference to 'Monero::Wallet::debug(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&)'
  2567. Logger.o:Logger.cpp:function messageHandler(QtMsgType, QMessageLogContext const&, QString const&): error: undefined reference to 'Monero::Wallet::warning(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&)'
  2568. Logger.o:Logger.cpp:function messageHandler(QtMsgType, QMessageLogContext const&, QString const&): error: undefined reference to 'Monero::Wallet::error(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&)'
  2569. Logger.o:Logger.cpp:function messageHandler(QtMsgType, QMessageLogContext const&, QString const&): error: undefined reference to 'Monero::Wallet::error(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&)'
  2570. Logger.o:Logger.cpp:function messageHandler(QtMsgType, QMessageLogContext const&, QString const&): error: undefined reference to 'Monero::Wallet::info(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&)'
  2571. QrScanThread.o:QrScanThread.cpp:function QrScanThread::QrScanThread(QObject*): error: undefined reference to 'zbar_image_scanner_create'
  2572. QrScanThread.o:QrScanThread.cpp:function zbar::ImageScanner::set_handler(zbar::Image::Handler&): error: undefined reference to 'zbar_image_scanner_set_data_handler'
  2573. QrScanThread.o:QrScanThread.cpp:function zbar::ImageScanner::~ImageScanner(): error: undefined reference to 'zbar_image_scanner_destroy'
  2574. QrScanThread.o:QrScanThread.cpp:function zbar::Symbol::get_count() const: error: undefined reference to 'zbar_symbol_get_count'
  2575. QrScanThread.o:QrScanThread.cpp:function zbar::SymbolIterator::operator++(): error: undefined reference to 'zbar_symbol_next'
  2576. QrScanThread.o:QrScanThread.cpp:function zbar::SymbolIterator::operator++(): error: undefined reference to 'zbar_symbol_set_first_symbol'
  2577. QrScanThread.o:QrScanThread.cpp:function zbar::ImageScanner::recycle_image(zbar::Image&): error: undefined reference to 'zbar_image_scanner_recycle_image'
  2578. QrScanThread.o:QrScanThread.cpp:function zbar::Image::convert(unsigned long) const: error: undefined reference to 'zbar_image_convert'
  2579. QrScanThread.o:QrScanThread.cpp:function zbar::Image::convert(unsigned long) const: error: undefined reference to 'zbar_image_set_userdata'
  2580. QrScanThread.o:QrScanThread.cpp:function zbar::ImageScanner::scan(zbar::Image&): error: undefined reference to 'zbar_scan_image'
  2581. QrScanThread.o:QrScanThread.cpp:function zbar::Image::set_symbols(zbar::SymbolSet const&): error: undefined reference to 'zbar_image_set_symbols'
  2582. QrScanThread.o:QrScanThread.cpp:function zbar::Image::get_symbols() const: error: undefined reference to 'zbar_image_get_symbols'
  2583. QrScanThread.o:QrScanThread.cpp:function zbar::Image::~Image(): error: undefined reference to 'zbar_image_get_userdata'
  2584. QrScanThread.o:QrScanThread.cpp:function zbar::Image::~Image(): error: undefined reference to 'zbar_image_set_userdata'
  2585. QrScanThread.o:QrScanThread.cpp:function zbar::Image::~Image(): error: undefined reference to 'zbar_image_ref'
  2586. QrScanThread.o:QrScanThread.cpp:function zbar::Image::set_size(unsigned int, unsigned int): error: undefined reference to 'zbar_image_set_size'
  2587. QrScanThread.o:QrScanThread.cpp:function zbar::Image::set_format(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&): error: undefined reference to 'zbar_image_set_format'
  2588. QrScanThread.o:QrScanThread.cpp:function zbar::Image::set_data(void const*, unsigned long): error: undefined reference to 'zbar_image_set_data'
  2589. QrScanThread.o:QrScanThread.cpp:function zbar::Image::Image(unsigned int, unsigned int, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, void const*, unsigned long): error: undefined reference to 'zbar_image_create'
  2590. QrScanThread.o:QrScanThread.cpp:function zbar::Image::Image(unsigned int, unsigned int, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, void const*, unsigned long): error: undefined reference to 'zbar_image_set_userdata'
  2591. QrScanThread.o:QrScanThread.cpp:function zbar::Image::Handler::_cb(zbar::zbar_image_s*, void const*): error: undefined reference to 'zbar_image_get_userdata'
  2592. QrScanThread.o:QrScanThread.cpp:function zbar::Image::Image(zbar::zbar_image_s*, int): error: undefined reference to 'zbar_image_ref'
  2593. QrScanThread.o:QrScanThread.cpp:function zbar::Image::Image(zbar::zbar_image_s*, int): error: undefined reference to 'zbar_image_set_userdata'
  2594. QrScanThread.o:QrScanThread.cpp:function zbar::SymbolIterator::SymbolIterator(zbar::SymbolSet const&): error: undefined reference to 'zbar_symbol_set_first_symbol'
  2595. QrScanThread.o:QrScanThread.cpp:function zbar::Symbol::operator=(zbar::zbar_symbol_s const*): error: undefined reference to 'zbar_symbol_ref'
  2596. QrScanThread.o:QrScanThread.cpp:function zbar::SymbolSet::ref(int) const: error: undefined reference to 'zbar_symbol_set_ref'
  2597. QrScanThread.o:QrScanThread.cpp:function zbar::Symbol::init(zbar::zbar_symbol_s const*): error: undefined reference to 'zbar_symbol_get_type'
  2598. QrScanThread.o:QrScanThread.cpp:function zbar::Symbol::init(zbar::zbar_symbol_s const*): error: undefined reference to 'zbar_symbol_get_data'
  2599. QrScanThread.o:QrScanThread.cpp:function zbar::Symbol::init(zbar::zbar_symbol_s const*): error: undefined reference to 'zbar_symbol_get_data_length'
  2600. QrScanThread.o:QrScanThread.cpp:function zbar::Symbol::ref(int) const: error: undefined reference to 'zbar_symbol_ref'
  2601. QrScanThread.o:QrScanThread.cpp:function zbar::SymbolSet::get_size() const: error: undefined reference to 'zbar_symbol_set_get_size'
  2602. WalletManager.o:WalletManager.cpp:function WalletManager::walletLanguage(QString const&): error: undefined reference to 'Monero::Wallet::maximumAllowedAmount()'
  2603. WalletManager.o:WalletManager.cpp:function WalletManager::maximumAllowedAmountAsSting() const: error: undefined reference to 'Monero::Wallet::maximumAllowedAmount()'
  2604. WalletManager.o:WalletManager.cpp:function WalletManager::displayAmount(unsigned long long) const: error: undefined reference to 'Monero::Wallet::displayAmount(unsigned long long)'
  2605. WalletManager.o:WalletManager.cpp:function WalletManager::amountFromString(QString const&) const: error: undefined reference to 'Monero::Wallet::amountFromString(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&)'
  2606. WalletManager.o:WalletManager.cpp:function WalletManager::amountFromDouble(double) const: error: undefined reference to 'Monero::Wallet::amountFromDouble(double)'
  2607. WalletManager.o:WalletManager.cpp:function WalletManager::paymentIdValid(QString const&) const: error: undefined reference to 'Monero::Wallet::paymentIdValid(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&)'
  2608. WalletManager.o:WalletManager.cpp:function WalletManager::addressValid(QString const&, NetworkType::Type) const: error: undefined reference to 'Monero::Wallet::addressValid(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, Monero::NetworkType)'
  2609. WalletManager.o:WalletManager.cpp:function WalletManager::keyValid(QString const&, QString const&, bool, NetworkType::Type) const: error: undefined reference to 'Monero::Wallet::keyValid(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, bool, Monero::NetworkType, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> >&)'
  2610. WalletManager.o:WalletManager.cpp:function WalletManager::paymentIdFromAddress(QString const&, NetworkType::Type) const: error: undefined reference to 'Monero::Wallet::paymentIdFromAddress(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, Monero::NetworkType)'
  2611. WalletManager.o:WalletManager.cpp:function WalletManager::isDaemonLocal(QString const&) const: error: undefined reference to 'Monero::Utils::isAddressLocal(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&)'
  2612. WalletManager.o:WalletManager.cpp:function WalletManager::setLogLevel(int): error: undefined reference to 'Monero::WalletManagerFactory::setLogLevel(int)'
  2613. WalletManager.o:WalletManager.cpp:function WalletManager::setLogCategories(QString const&): error: undefined reference to 'Monero::WalletManagerFactory::setLogCategories(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&)'
  2614. WalletManager.o:WalletManager.cpp:function WalletManager::checkUpdates(QString const&, QString const&) const: error: undefined reference to 'Monero::WalletManager::checkUpdates(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> >)'
  2615. WalletManager.o:WalletManager.cpp:function WalletManager::WalletManager(QObject*): error: undefined reference to 'Monero::WalletManagerFactory::getWalletManager()'
  2616. Wallet.o:Wallet.cpp:function Wallet::generatePaymentId() const: error: undefined reference to 'Monero::Wallet::genPaymentId()'
  2617. Wallet.o:Wallet.cpp:function WalletListenerImpl::~WalletListenerImpl(): error: undefined reference to 'Monero::WalletListener::~WalletListener()'
  2618. Wallet.o:Wallet.cpp:vtable for WalletListenerImpl: error: undefined reference to 'Monero::WalletListener::~WalletListener()'
  2619. clang++: error: linker command failed with exit code 1 (use -v to see invocation)
  2620. Makefile:564: recipe for target 'release/bin/libmonero-wallet-gui.so' failed
  2621. make: *** [release/bin/libmonero-wallet-gui.so] Error 1
  2622. The command '/bin/sh -c cd ${WORKDIR}/monero-gui && CMAKE_INCLUDE_PATH="${PREFIX}/include" CMAKE_LIBRARY_PATH="${PREFIX}/lib" ANDROID_STANDALONE_TOOLCHAIN_PATH=${TOOLCHAIN_DIR} PATH=${HOST_PATH} GIT_STRATEGY="none" ./build.sh release-android64' returned a non-zero code: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement