Advertisement
torako

Untitled

Sep 24th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 14.26 KB | None | 0 0
  1. [neona@BlitKit flite-2.0.0-release]$ cd $FLITEDIR
  2. [neona@BlitKit flite-2.0.0-release]$ ./configure --with-langvox=android --target=armeabi-android
  3. checking build system type... x86_64-unknown-linux-gnu
  4. checking host system type... x86_64-unknown-linux-gnu
  5. checking target system type... armeabi-unknown-android
  6. checking for gcc... gcc
  7. checking whether the C compiler works... yes
  8. checking for C compiler default output file name... a.out
  9. checking for suffix of executables...
  10. checking whether we are cross compiling... no
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether gcc accepts -g... yes
  14. checking for gcc option to accept ISO C89... none needed
  15. checking for ranlib... ranlib
  16. checking for a BSD-compatible install... /usr/bin/install -c
  17. checking for ar... ar
  18. checking how to run the C preprocessor... gcc -E
  19. checking for grep that handles long lines and -e... /usr/bin/grep
  20. checking for egrep... /usr/bin/grep -E
  21. checking for ANSI C header files... yes
  22. checking for sys/types.h... yes
  23. checking for sys/stat.h... yes
  24. checking for stdlib.h... yes
  25. checking for string.h... yes
  26. checking for memory.h... yes
  27. checking for strings.h... yes
  28. checking for inttypes.h... yes
  29. checking for stdint.h... yes
  30. checking for unistd.h... yes
  31. checking whether byte ordering is bigendian... no
  32. checking for mmap... no
  33. checking sys/soundcard.h usability... no
  34. checking sys/soundcard.h presence... yes
  35. configure: WARNING: sys/soundcard.h: present but cannot be compiled
  36. configure: WARNING: sys/soundcard.h:     check for missing prerequisite headers?
  37. configure: WARNING: sys/soundcard.h: see the Autoconf documentation
  38. configure: WARNING: sys/soundcard.h:     section "Present But Cannot Be Compiled"
  39. configure: WARNING: sys/soundcard.h: proceeding with the compiler's result
  40. checking for sys/soundcard.h... no
  41. checking machine/soundcard.h usability... no
  42. checking machine/soundcard.h presence... no
  43. checking for machine/soundcard.h... no
  44. checking sys/audioio.h usability... no
  45. checking sys/audioio.h presence... no
  46. checking for sys/audioio.h... no
  47. checking mmsystem.h usability... no
  48. checking mmsystem.h presence... no
  49. checking for mmsystem.h... no
  50. configure: creating ./config.status
  51. config.status: creating config/config
  52. config.status: creating config/system.mak
  53. [neona@BlitKit flite-2.0.0-release]$ make
  54. making in ...
  55. making in include ...
  56. making in src ...
  57. making in src/audio ...
  58. /home/neona/Downloads/androidshit/android-ndk-r10e/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc   -I. -DCST_AUDIO_NONE -I../../include -g -O2 -Wall -fpic -mthumb -O3 -DANDROID --sysroot=/home/neona/Downloads/androidshit/android-ndk-r10e/platforms/android-14/arch-arm    -c auclient.c -o ../../build/armeabi-android/obj/src/audio/auclient.o
  59. make[2]: /home/neona/Downloads/androidshit/android-ndk-r10e/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc: Command not found
  60. ../../config/common_make_rules:105: recipe for target '../../build/armeabi-android/obj/src/audio/auclient.o' failed
  61. make[2]: *** [../../build/armeabi-android/obj/src/audio/auclient.o] Error 127
  62. ../config/common_make_rules:132: recipe for target '../build/armeabi-android/obj/src/.make_build_dirs' failed
  63. make[1]: *** [../build/armeabi-android/obj/src/.make_build_dirs] Error 2
  64. config/common_make_rules:132: recipe for target 'build/armeabi-android/obj//.make_build_dirs' failed
  65. make: *** [build/armeabi-android/obj//.make_build_dirs] Error 2
  66. [neona@BlitKit flite-2.0.0-release]$ ./configure --with-langvox=android --target=armeabiv7a-android
  67. checking build system type... x86_64-unknown-linux-gnu
  68. checking host system type... x86_64-unknown-linux-gnu
  69. checking target system type... armeabiv7a-unknown-android
  70. checking for gcc... gcc
  71. checking whether the C compiler works... yes
  72. checking for C compiler default output file name... a.out
  73. checking for suffix of executables...
  74. checking whether we are cross compiling... no
  75. checking for suffix of object files... o
  76. checking whether we are using the GNU C compiler... yes
  77. checking whether gcc accepts -g... yes
  78. checking for gcc option to accept ISO C89... none needed
  79. checking for ranlib... ranlib
  80. checking for a BSD-compatible install... /usr/bin/install -c
  81. checking for ar... ar
  82. checking how to run the C preprocessor... gcc -E
  83. checking for grep that handles long lines and -e... /usr/bin/grep
  84. checking for egrep... /usr/bin/grep -E
  85. checking for ANSI C header files... yes
  86. checking for sys/types.h... yes
  87. checking for sys/stat.h... yes
  88. checking for stdlib.h... yes
  89. checking for string.h... yes
  90. checking for memory.h... yes
  91. checking for strings.h... yes
  92. checking for inttypes.h... yes
  93. checking for stdint.h... yes
  94. checking for unistd.h... yes
  95. checking whether byte ordering is bigendian... no
  96. checking for mmap... no
  97. checking sys/soundcard.h usability... no
  98. checking sys/soundcard.h presence... yes
  99. configure: WARNING: sys/soundcard.h: present but cannot be compiled
  100. configure: WARNING: sys/soundcard.h:     check for missing prerequisite headers?
  101. configure: WARNING: sys/soundcard.h: see the Autoconf documentation
  102. configure: WARNING: sys/soundcard.h:     section "Present But Cannot Be Compiled"
  103. configure: WARNING: sys/soundcard.h: proceeding with the compiler's result
  104. checking for sys/soundcard.h... no
  105. checking machine/soundcard.h usability... no
  106. checking machine/soundcard.h presence... no
  107. checking for machine/soundcard.h... no
  108. checking sys/audioio.h usability... no
  109. checking sys/audioio.h presence... no
  110. checking for sys/audioio.h... no
  111. checking mmsystem.h usability... no
  112. checking mmsystem.h presence... no
  113. checking for mmsystem.h... no
  114. configure: creating ./config.status
  115. config.status: creating config/config
  116. config.status: creating config/system.mak
  117. [neona@BlitKit flite-2.0.0-release]$ make
  118. making in ...
  119. making in include ...
  120. making in src ...
  121. making in src/audio ...
  122. /home/neona/Downloads/androidshit/android-ndk-r10e/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc   -I. -DCST_AUDIO_NONE -I../../include -g -O2 -Wall -fpic -march=armv7-a -mfloat-abi=softfp -O3 -DANDROID --sysroot=/home/neona/Downloads/androidshit/android-ndk-r10e/platforms/android-14/arch-arm    -c auclient.c -o ../../build/armeabiv7a-android/obj/src/audio/auclient.o
  123. make[2]: /home/neona/Downloads/androidshit/android-ndk-r10e/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc: Command not found
  124. ../../config/common_make_rules:105: recipe for target '../../build/armeabiv7a-android/obj/src/audio/auclient.o' failed
  125. make[2]: *** [../../build/armeabiv7a-android/obj/src/audio/auclient.o] Error 127
  126. ../config/common_make_rules:132: recipe for target '../build/armeabiv7a-android/obj/src/.make_build_dirs' failed
  127. make[1]: *** [../build/armeabiv7a-android/obj/src/.make_build_dirs] Error 2
  128. config/common_make_rules:132: recipe for target 'build/armeabiv7a-android/obj//.make_build_dirs' failed
  129. make: *** [build/armeabiv7a-android/obj//.make_build_dirs] Error 2
  130. [neona@BlitKit flite-2.0.0-release]$ ./configure --with-langvox=android --target=x86-android
  131. checking build system type... x86_64-unknown-linux-gnu
  132. checking host system type... x86_64-unknown-linux-gnu
  133. checking target system type... x86-unknown-android
  134. checking for gcc... gcc
  135. checking whether the C compiler works... yes
  136. checking for C compiler default output file name... a.out
  137. checking for suffix of executables...
  138. checking whether we are cross compiling... no
  139. checking for suffix of object files... o
  140. checking whether we are using the GNU C compiler... yes
  141. checking whether gcc accepts -g... yes
  142. checking for gcc option to accept ISO C89... none needed
  143. checking for ranlib... ranlib
  144. checking for a BSD-compatible install... /usr/bin/install -c
  145. checking for ar... ar
  146. checking how to run the C preprocessor... gcc -E
  147. checking for grep that handles long lines and -e... /usr/bin/grep
  148. checking for egrep... /usr/bin/grep -E
  149. checking for ANSI C header files... yes
  150. checking for sys/types.h... yes
  151. checking for sys/stat.h... yes
  152. checking for stdlib.h... yes
  153. checking for string.h... yes
  154. checking for memory.h... yes
  155. checking for strings.h... yes
  156. checking for inttypes.h... yes
  157. checking for stdint.h... yes
  158. checking for unistd.h... yes
  159. checking whether byte ordering is bigendian... no
  160. checking for mmap... no
  161. checking sys/soundcard.h usability... no
  162. checking sys/soundcard.h presence... yes
  163. configure: WARNING: sys/soundcard.h: present but cannot be compiled
  164. configure: WARNING: sys/soundcard.h:     check for missing prerequisite headers?
  165. configure: WARNING: sys/soundcard.h: see the Autoconf documentation
  166. configure: WARNING: sys/soundcard.h:     section "Present But Cannot Be Compiled"
  167. configure: WARNING: sys/soundcard.h: proceeding with the compiler's result
  168. checking for sys/soundcard.h... no
  169. checking machine/soundcard.h usability... no
  170. checking machine/soundcard.h presence... no
  171. checking for machine/soundcard.h... no
  172. checking sys/audioio.h usability... no
  173. checking sys/audioio.h presence... no
  174. checking for sys/audioio.h... no
  175. checking mmsystem.h usability... no
  176. checking mmsystem.h presence... no
  177. checking for mmsystem.h... no
  178. configure: creating ./config.status
  179. config.status: creating config/config
  180. config.status: creating config/system.mak
  181. [neona@BlitKit flite-2.0.0-release]$ make
  182. making in ...
  183. making in include ...
  184. making in src ...
  185. making in src/audio ...
  186. /home/neona/Downloads/androidshit/android-ndk-r10e/toolchains/x86-4.6/prebuilt/linux-x86/bin/i686-linux-android-gcc   -I. -DCST_AUDIO_NONE -I../../include -g -O2 -Wall -fpic -O3 -DANDROID --sysroot=/home/neona/Downloads/androidshit/android-ndk-r10e/platforms/android-14/arch-x86    -c auclient.c -o ../../build/x86-android/obj/src/audio/auclient.o
  187. make[2]: /home/neona/Downloads/androidshit/android-ndk-r10e/toolchains/x86-4.6/prebuilt/linux-x86/bin/i686-linux-android-gcc: Command not found
  188. ../../config/common_make_rules:105: recipe for target '../../build/x86-android/obj/src/audio/auclient.o' failed
  189. make[2]: *** [../../build/x86-android/obj/src/audio/auclient.o] Error 127
  190. ../config/common_make_rules:132: recipe for target '../build/x86-android/obj/src/.make_build_dirs' failed
  191. make[1]: *** [../build/x86-android/obj/src/.make_build_dirs] Error 2
  192. config/common_make_rules:132: recipe for target 'build/x86-android/obj//.make_build_dirs' failed
  193. make: *** [build/x86-android/obj//.make_build_dirs] Error 2
  194. [neona@BlitKit flite-2.0.0-release]$ ./configure --with-langvox=android --target=mips-android
  195. checking build system type... x86_64-unknown-linux-gnu
  196. checking host system type... x86_64-unknown-linux-gnu
  197. checking target system type... mips-unknown-android
  198. checking for gcc... gcc
  199. checking whether the C compiler works... yes
  200. checking for C compiler default output file name... a.out
  201. checking for suffix of executables...
  202. checking whether we are cross compiling... no
  203. checking for suffix of object files... o
  204. checking whether we are using the GNU C compiler... yes
  205. checking whether gcc accepts -g... yes
  206. checking for gcc option to accept ISO C89... none needed
  207. checking for ranlib... ranlib
  208. checking for a BSD-compatible install... /usr/bin/install -c
  209. checking for ar... ar
  210. checking how to run the C preprocessor... gcc -E
  211. checking for grep that handles long lines and -e... /usr/bin/grep
  212. checking for egrep... /usr/bin/grep -E
  213. checking for ANSI C header files... yes
  214. checking for sys/types.h... yes
  215. checking for sys/stat.h... yes
  216. checking for stdlib.h... yes
  217. checking for string.h... yes
  218. checking for memory.h... yes
  219. checking for strings.h... yes
  220. checking for inttypes.h... yes
  221. checking for stdint.h... yes
  222. checking for unistd.h... yes
  223. checking whether byte ordering is bigendian... no
  224. checking for mmap... no
  225. checking sys/soundcard.h usability... no
  226. checking sys/soundcard.h presence... yes
  227. configure: WARNING: sys/soundcard.h: present but cannot be compiled
  228. configure: WARNING: sys/soundcard.h:     check for missing prerequisite headers?
  229. configure: WARNING: sys/soundcard.h: see the Autoconf documentation
  230. configure: WARNING: sys/soundcard.h:     section "Present But Cannot Be Compiled"
  231. configure: WARNING: sys/soundcard.h: proceeding with the compiler's result
  232. checking for sys/soundcard.h... no
  233. checking machine/soundcard.h usability... no
  234. checking machine/soundcard.h presence... no
  235. checking for machine/soundcard.h... no
  236. checking sys/audioio.h usability... no
  237. checking sys/audioio.h presence... no
  238. checking for sys/audioio.h... no
  239. checking mmsystem.h usability... no
  240. checking mmsystem.h presence... no
  241. checking for mmsystem.h... no
  242. configure: creating ./config.status
  243. config.status: creating config/config
  244. config.status: creating config/system.mak
  245. [neona@BlitKit flite-2.0.0-release]$ make
  246. making in ...
  247. making in include ...
  248. making in src ...
  249. making in src/audio ...
  250. /home/neona/Downloads/androidshit/android-ndk-r10e/toolchains/mipsel-linux-android-4.6/prebuilt/linux-x86/bin/mipsel-linux-android-gcc   -I. -DCST_AUDIO_NONE -I../../include -g -O2 -Wall -fpic -O3 -DANDROID --sysroot=/home/neona/Downloads/androidshit/android-ndk-r10e/platforms/android-14/arch-mips    -c auclient.c -o ../../build/mips-android/obj/src/audio/auclient.o
  251. make[2]: /home/neona/Downloads/androidshit/android-ndk-r10e/toolchains/mipsel-linux-android-4.6/prebuilt/linux-x86/bin/mipsel-linux-android-gcc: Command not found
  252. ../../config/common_make_rules:105: recipe for target '../../build/mips-android/obj/src/audio/auclient.o' failed
  253. make[2]: *** [../../build/mips-android/obj/src/audio/auclient.o] Error 127
  254. ../config/common_make_rules:132: recipe for target '../build/mips-android/obj/src/.make_build_dirs' failed
  255. make[1]: *** [../build/mips-android/obj/src/.make_build_dirs] Error 2
  256. config/common_make_rules:132: recipe for target 'build/mips-android/obj//.make_build_dirs' failed
  257. make: *** [build/mips-android/obj//.make_build_dirs] Error 2
  258. [neona@BlitKit flite-2.0.0-release]$ cd $FLITE_APP_DIR
  259. [neona@BlitKit Flite-TTS-Engine-for-Android-master]$ ant debug
  260. Buildfile: /home/neona/Downloads/androidshit/Flite-TTS-Engine-for-Android-master/build.xml
  261.  
  262. BUILD FAILED
  263. /home/neona/Downloads/androidshit/Flite-TTS-Engine-for-Android-master/build.xml:62: sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable.
  264.  
  265. Total time: 0 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement