Advertisement
torako

Untitled

Sep 24th, 2015
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.40 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... yes
  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. making in src/utils ...
  59. making in src/regex ...
  60. making in src/hrg ...
  61. making in src/stats ...
  62. making in src/speech ...
  63. making in src/lexicon ...
  64. making in src/synth ...
  65. making in src/wavesynth ...
  66. making in src/cg ...
  67. making in lang ...
  68. making in lang/cmulex ...
  69. making in lang/cmu_indic_lang ...
  70. making in lang/usenglish ...
  71. making in lang/cmu_indic_lex ...
  72. making in doc ...
  73. [neona@BlitKit flite-2.0.0-release]$ ./configure --with-langvox=android --target=armeabiv7a-android
  74. checking build system type... x86_64-unknown-linux-gnu
  75. checking host system type... x86_64-unknown-linux-gnu
  76. checking target system type... armeabiv7a-unknown-android
  77. checking for gcc... gcc
  78. checking whether the C compiler works... yes
  79. checking for C compiler default output file name... a.out
  80. checking for suffix of executables...
  81. checking whether we are cross compiling... no
  82. checking for suffix of object files... o
  83. checking whether we are using the GNU C compiler... yes
  84. checking whether gcc accepts -g... yes
  85. checking for gcc option to accept ISO C89... none needed
  86. checking for ranlib... ranlib
  87. checking for a BSD-compatible install... /usr/bin/install -c
  88. checking for ar... ar
  89. checking how to run the C preprocessor... gcc -E
  90. checking for grep that handles long lines and -e... /usr/bin/grep
  91. checking for egrep... /usr/bin/grep -E
  92. checking for ANSI C header files... yes
  93. checking for sys/types.h... yes
  94. checking for sys/stat.h... yes
  95. checking for stdlib.h... yes
  96. checking for string.h... yes
  97. checking for memory.h... yes
  98. checking for strings.h... yes
  99. checking for inttypes.h... yes
  100. checking for stdint.h... yes
  101. checking for unistd.h... yes
  102. checking whether byte ordering is bigendian... no
  103. checking for mmap... yes
  104. checking sys/soundcard.h usability... no
  105. checking sys/soundcard.h presence... yes
  106. configure: WARNING: sys/soundcard.h: present but cannot be compiled
  107. configure: WARNING: sys/soundcard.h:     check for missing prerequisite headers?
  108. configure: WARNING: sys/soundcard.h: see the Autoconf documentation
  109. configure: WARNING: sys/soundcard.h:     section "Present But Cannot Be Compiled"
  110. configure: WARNING: sys/soundcard.h: proceeding with the compiler's result
  111. checking for sys/soundcard.h... no
  112. checking machine/soundcard.h usability... no
  113. checking machine/soundcard.h presence... no
  114. checking for machine/soundcard.h... no
  115. checking sys/audioio.h usability... no
  116. checking sys/audioio.h presence... no
  117. checking for sys/audioio.h... no
  118. checking mmsystem.h usability... no
  119. checking mmsystem.h presence... no
  120. checking for mmsystem.h... no
  121. configure: creating ./config.status
  122. config.status: creating config/config
  123. config.status: creating config/system.mak
  124. [neona@BlitKit flite-2.0.0-release]$ make
  125. making in ...
  126. making in include ...
  127. making in src ...
  128. making in src/audio ...
  129. making in src/utils ...
  130. making in src/regex ...
  131. making in src/hrg ...
  132. making in src/stats ...
  133. making in src/speech ...
  134. making in src/lexicon ...
  135. making in src/synth ...
  136. making in src/wavesynth ...
  137. making in src/cg ...
  138. making in lang ...
  139. making in lang/cmulex ...
  140. making in lang/cmu_indic_lang ...
  141. making in lang/usenglish ...
  142. making in lang/cmu_indic_lex ...
  143. making in doc ...
  144. [neona@BlitKit flite-2.0.0-release]$ ./configure --with-langvox=android --target=x86-android
  145. checking build system type... x86_64-unknown-linux-gnu
  146. checking host system type... x86_64-unknown-linux-gnu
  147. checking target system type... x86-unknown-android
  148. checking for gcc... gcc
  149. checking whether the C compiler works... yes
  150. checking for C compiler default output file name... a.out
  151. checking for suffix of executables...
  152. checking whether we are cross compiling... no
  153. checking for suffix of object files... o
  154. checking whether we are using the GNU C compiler... yes
  155. checking whether gcc accepts -g... yes
  156. checking for gcc option to accept ISO C89... none needed
  157. checking for ranlib... ranlib
  158. checking for a BSD-compatible install... /usr/bin/install -c
  159. checking for ar... ar
  160. checking how to run the C preprocessor... gcc -E
  161. checking for grep that handles long lines and -e... /usr/bin/grep
  162. checking for egrep... /usr/bin/grep -E
  163. checking for ANSI C header files... yes
  164. checking for sys/types.h... yes
  165. checking for sys/stat.h... yes
  166. checking for stdlib.h... yes
  167. checking for string.h... yes
  168. checking for memory.h... yes
  169. checking for strings.h... yes
  170. checking for inttypes.h... yes
  171. checking for stdint.h... yes
  172. checking for unistd.h... yes
  173. checking whether byte ordering is bigendian... no
  174. checking for mmap... no
  175. checking sys/soundcard.h usability... no
  176. checking sys/soundcard.h presence... yes
  177. configure: WARNING: sys/soundcard.h: present but cannot be compiled
  178. configure: WARNING: sys/soundcard.h:     check for missing prerequisite headers?
  179. configure: WARNING: sys/soundcard.h: see the Autoconf documentation
  180. configure: WARNING: sys/soundcard.h:     section "Present But Cannot Be Compiled"
  181. configure: WARNING: sys/soundcard.h: proceeding with the compiler's result
  182. checking for sys/soundcard.h... no
  183. checking machine/soundcard.h usability... no
  184. checking machine/soundcard.h presence... no
  185. checking for machine/soundcard.h... no
  186. checking sys/audioio.h usability... no
  187. checking sys/audioio.h presence... no
  188. checking for sys/audioio.h... no
  189. checking mmsystem.h usability... no
  190. checking mmsystem.h presence... no
  191. checking for mmsystem.h... no
  192. configure: creating ./config.status
  193. config.status: creating config/config
  194. config.status: creating config/system.mak
  195. [neona@BlitKit flite-2.0.0-release]$ make
  196. making in ...
  197. making in include ...
  198. making in src ...
  199. making in src/audio ...
  200. /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
  201. make[2]: /home/neona/Downloads/androidshit/android-ndk-r10e/toolchains/x86-4.6/prebuilt/linux-x86/bin/i686-linux-android-gcc: Command not found
  202. ../../config/common_make_rules:105: recipe for target '../../build/x86-android/obj/src/audio/auclient.o' failed
  203. make[2]: *** [../../build/x86-android/obj/src/audio/auclient.o] Error 127
  204. ../config/common_make_rules:132: recipe for target '../build/x86-android/obj/src/.make_build_dirs' failed
  205. make[1]: *** [../build/x86-android/obj/src/.make_build_dirs] Error 2
  206. config/common_make_rules:132: recipe for target 'build/x86-android/obj//.make_build_dirs' failed
  207. make: *** [build/x86-android/obj//.make_build_dirs] Error 2
  208. [neona@BlitKit flite-2.0.0-release]$ ./configure --with-langvox=android --target=mips-android
  209. checking build system type... x86_64-unknown-linux-gnu
  210. checking host system type... x86_64-unknown-linux-gnu
  211. checking target system type... mips-unknown-android
  212. checking for gcc... gcc
  213. checking whether the C compiler works... yes
  214. checking for C compiler default output file name... a.out
  215. checking for suffix of executables...
  216. checking whether we are cross compiling... no
  217. checking for suffix of object files... o
  218. checking whether we are using the GNU C compiler... yes
  219. checking whether gcc accepts -g... yes
  220. checking for gcc option to accept ISO C89... none needed
  221. checking for ranlib... ranlib
  222. checking for a BSD-compatible install... /usr/bin/install -c
  223. checking for ar... ar
  224. checking how to run the C preprocessor... gcc -E
  225. checking for grep that handles long lines and -e... /usr/bin/grep
  226. checking for egrep... /usr/bin/grep -E
  227. checking for ANSI C header files... yes
  228. checking for sys/types.h... yes
  229. checking for sys/stat.h... yes
  230. checking for stdlib.h... yes
  231. checking for string.h... yes
  232. checking for memory.h... yes
  233. checking for strings.h... yes
  234. checking for inttypes.h... yes
  235. checking for stdint.h... yes
  236. checking for unistd.h... yes
  237. checking whether byte ordering is bigendian... no
  238. checking for mmap... no
  239. checking sys/soundcard.h usability... no
  240. checking sys/soundcard.h presence... yes
  241. configure: WARNING: sys/soundcard.h: present but cannot be compiled
  242. configure: WARNING: sys/soundcard.h:     check for missing prerequisite headers?
  243. configure: WARNING: sys/soundcard.h: see the Autoconf documentation
  244. configure: WARNING: sys/soundcard.h:     section "Present But Cannot Be Compiled"
  245. configure: WARNING: sys/soundcard.h: proceeding with the compiler's result
  246. checking for sys/soundcard.h... no
  247. checking machine/soundcard.h usability... no
  248. checking machine/soundcard.h presence... no
  249. checking for machine/soundcard.h... no
  250. checking sys/audioio.h usability... no
  251. checking sys/audioio.h presence... no
  252. checking for sys/audioio.h... no
  253. checking mmsystem.h usability... no
  254. checking mmsystem.h presence... no
  255. checking for mmsystem.h... no
  256. configure: creating ./config.status
  257. config.status: creating config/config
  258. config.status: creating config/system.mak
  259. [neona@BlitKit flite-2.0.0-release]$ make
  260. making in ...
  261. making in include ...
  262. making in src ...
  263. making in src/audio ...
  264. /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
  265. 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
  266. ../../config/common_make_rules:105: recipe for target '../../build/mips-android/obj/src/audio/auclient.o' failed
  267. make[2]: *** [../../build/mips-android/obj/src/audio/auclient.o] Error 127
  268. ../config/common_make_rules:132: recipe for target '../build/mips-android/obj/src/.make_build_dirs' failed
  269. make[1]: *** [../build/mips-android/obj/src/.make_build_dirs] Error 2
  270. config/common_make_rules:132: recipe for target 'build/mips-android/obj//.make_build_dirs' failed
  271. make: *** [build/mips-android/obj//.make_build_dirs] Error 2
  272. [neona@BlitKit flite-2.0.0-release]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement