Advertisement
Guest User

NewkCortexSDL-build

a guest
Jul 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.99 KB | None | 0 0
  1. ~/CortexCommand/CCOSS_dependencies/SDL2-2.0.9 ~/CortexCommand/CCOSS_dependencies
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking how to print strings... printf
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking for a sed that does not truncate output... /bin/sed
  15. checking for grep that handles long lines and -e... /bin/grep
  16. checking for egrep... /bin/grep -E
  17. checking for fgrep... /bin/grep -F
  18. checking for ld used by gcc... /usr/bin/ld
  19. checking if the linker (/usr/bin/ld) is GNU ld... yes
  20. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  21. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  22. checking whether ln -s works... yes
  23. checking the maximum length of command line arguments... 1572864
  24. checking whether the shell understands some XSI constructs... yes
  25. checking whether the shell understands "+="... yes
  26. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  27. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  28. checking for /usr/bin/ld option to reload object files... -r
  29. checking for objdump... objdump
  30. checking how to recognize dependent libraries... pass_all
  31. checking for dlltool... no
  32. checking how to associate runtime and link libraries... printf %s\n
  33. checking for ar... ar
  34. checking for archiver @FILE support... @
  35. checking for strip... strip
  36. checking for ranlib... ranlib
  37. checking for gawk... gawk
  38. checking command to parse /usr/bin/nm -B output from gcc object... ok
  39. checking for sysroot... no
  40. checking for mt... mt
  41. checking if mt is a manifest tool... no
  42. checking how to run the C preprocessor... gcc -E
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking for dlfcn.h... yes
  54. checking for objdir... .libs
  55. checking if gcc supports -fno-rtti -fno-exceptions... no
  56. checking for gcc option to produce PIC... -fPIC -DPIC
  57. checking if gcc PIC flag -fPIC -DPIC works... yes
  58. checking if gcc static flag -static works... yes
  59. checking if gcc supports -c -o file.o... yes
  60. checking if gcc supports -c -o file.o... (cached) yes
  61. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  62. checking dynamic linker characteristics... GNU/Linux ld.so
  63. checking how to hardcode library paths into programs... immediate
  64. checking whether stripping libraries is possible... yes
  65. checking if libtool supports shared libraries... yes
  66. checking whether to build shared libraries... no
  67. checking whether to build static libraries... yes
  68. checking for gcc... (cached) gcc
  69. checking whether we are using the GNU C compiler... (cached) yes
  70. checking whether gcc accepts -g... (cached) yes
  71. checking for gcc option to accept ISO C89... (cached) none needed
  72. checking for g++... g++
  73. checking whether we are using the GNU C++ compiler... yes
  74. checking whether g++ accepts -g... yes
  75. checking how to run the C++ preprocessor... g++ -E
  76. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  77. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  78. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  79. checking for g++ option to produce PIC... -fPIC -DPIC
  80. checking if g++ PIC flag -fPIC -DPIC works... yes
  81. checking if g++ static flag -static works... yes
  82. checking if g++ supports -c -o file.o... yes
  83. checking if g++ supports -c -o file.o... (cached) yes
  84. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  85. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  86. checking how to hardcode library paths into programs... immediate
  87. checking for a BSD-compatible install... /usr/bin/install -c
  88. checking whether make sets $(MAKE)... yes
  89. checking for windres... no
  90. checking for an ANSI C-conforming const... yes
  91. checking for inline... inline
  92. checking for working volatile... yes
  93. checking for GCC -MMD -MT option... yes
  94. checking for linker option --no-undefined... yes
  95. checking for ANSI C header files... (cached) yes
  96. checking for sys/types.h... (cached) yes
  97. checking stdio.h usability... yes
  98. checking stdio.h presence... yes
  99. checking for stdio.h... yes
  100. checking for stdlib.h... (cached) yes
  101. checking stddef.h usability... yes
  102. checking stddef.h presence... yes
  103. checking for stddef.h... yes
  104. checking stdarg.h usability... yes
  105. checking stdarg.h presence... yes
  106. checking for stdarg.h... yes
  107. checking malloc.h usability... yes
  108. checking malloc.h presence... yes
  109. checking for malloc.h... yes
  110. checking for memory.h... (cached) yes
  111. checking for string.h... (cached) yes
  112. checking for strings.h... (cached) yes
  113. checking wchar.h usability... yes
  114. checking wchar.h presence... yes
  115. checking for wchar.h... yes
  116. checking for inttypes.h... (cached) yes
  117. checking for stdint.h... (cached) yes
  118. checking limits.h usability... yes
  119. checking limits.h presence... yes
  120. checking for limits.h... yes
  121. checking ctype.h usability... yes
  122. checking ctype.h presence... yes
  123. checking for ctype.h... yes
  124. checking math.h usability... yes
  125. checking math.h presence... yes
  126. checking for math.h... yes
  127. checking float.h usability... yes
  128. checking float.h presence... yes
  129. checking for float.h... yes
  130. checking iconv.h usability... yes
  131. checking iconv.h presence... yes
  132. checking for iconv.h... yes
  133. checking signal.h usability... yes
  134. checking signal.h presence... yes
  135. checking for signal.h... yes
  136. checking for size_t... yes
  137. checking for M_PI in math.h... yes
  138. checking for working alloca.h... yes
  139. checking for alloca... yes
  140. checking for working memcmp... yes
  141. checking for working strtod... yes
  142. checking for mprotect... yes
  143. checking for malloc... yes
  144. checking for calloc... yes
  145. checking for realloc... yes
  146. checking for free... yes
  147. checking for getenv... yes
  148. checking for setenv... yes
  149. checking for putenv... yes
  150. checking for unsetenv... yes
  151. checking for qsort... yes
  152. checking for abs... yes
  153. checking for bcopy... yes
  154. checking for memset... yes
  155. checking for memcpy... yes
  156. checking for memmove... yes
  157. checking for wcslen... yes
  158. checking for wcscmp... yes
  159. checking for strlen... yes
  160. checking for strlcpy... no
  161. checking for strlcat... no
  162. checking for _strrev... no
  163. checking for _strupr... no
  164. checking for _strlwr... no
  165. checking for strchr... yes
  166. checking for strrchr... yes
  167. checking for strstr... yes
  168. checking for itoa... no
  169. checking for _ltoa... no
  170. checking for _uitoa... no
  171. checking for _ultoa... no
  172. checking for strtol... yes
  173. checking for strtoul... yes
  174. checking for _i64toa... no
  175. checking for _ui64toa... no
  176. checking for strtoll... yes
  177. checking for strtoull... yes
  178. checking for atoi... yes
  179. checking for atof... yes
  180. checking for strcmp... yes
  181. checking for strncmp... yes
  182. checking for _stricmp... no
  183. checking for strcasecmp... yes
  184. checking for _strnicmp... no
  185. checking for strncasecmp... yes
  186. checking for vsscanf... yes
  187. checking for vsnprintf... yes
  188. checking for fopen64... yes
  189. checking for fseeko... yes
  190. checking for fseeko64... yes
  191. checking for sigaction... yes
  192. checking for setjmp... yes
  193. checking for nanosleep... yes
  194. checking for sysconf... yes
  195. checking for sysctlbyname... no
  196. checking for getauxval... yes
  197. checking for poll... yes
  198. checking for pow in -lm... yes
  199. checking for acos... yes
  200. checking for acosf... yes
  201. checking for asin... yes
  202. checking for asinf... yes
  203. checking for atan... yes
  204. checking for atanf... yes
  205. checking for atan2... yes
  206. checking for atan2f... yes
  207. checking for ceil... yes
  208. checking for ceilf... yes
  209. checking for copysign... yes
  210. checking for copysignf... yes
  211. checking for cos... yes
  212. checking for cosf... yes
  213. checking for exp... yes
  214. checking for expf... yes
  215. checking for fabs... yes
  216. checking for fabsf... yes
  217. checking for floor... yes
  218. checking for floorf... yes
  219. checking for fmod... yes
  220. checking for fmodf... yes
  221. checking for log... yes
  222. checking for logf... yes
  223. checking for log10... yes
  224. checking for log10f... yes
  225. checking for pow... yes
  226. checking for powf... yes
  227. checking for scalbn... yes
  228. checking for scalbnf... yes
  229. checking for sin... yes
  230. checking for sinf... yes
  231. checking for sqrt... yes
  232. checking for sqrtf... yes
  233. checking for tan... yes
  234. checking for tanf... yes
  235. checking for iconv_open in -liconv... no
  236. checking for iconv... yes
  237. checking for struct sigaction.sa_sigaction... yes
  238. checking libunwind.h usability... no
  239. checking libunwind.h presence... no
  240. checking for libunwind.h... no
  241. checking for GCC builtin atomic operations... yes
  242. checking for GCC -mmmx option... yes
  243. checking for GCC -m3dnow option... yes
  244. checking for GCC -msse option... yes
  245. checking for GCC -msse2 option... yes
  246. checking for GCC -msse3 option... yes
  247. checking immintrin.h usability... yes
  248. checking immintrin.h presence... yes
  249. checking for immintrin.h... yes
  250. checking for Altivec with GCC altivec.h and -maltivec option... no
  251. checking for Altivec with GCC -maltivec option... no
  252. checking for Altivec with GCC altivec.h and -faltivec option... no
  253. checking for Altivec with GCC -faltivec option... no
  254. checking for GCC -Wall option... yes
  255. checking for necessary GCC -Wno-multichar option... no
  256. checking for GCC -fvisibility=hidden option... yes
  257. checking for GCC -Wdeclaration-after-statement option... yes
  258. checking for dlopen... yes
  259. checking for dlopen in -lc... no
  260. checking for dlopen in -ldl... yes
  261. checking for OSS audio support... yes
  262. checking for ALSA CFLAGS...
  263. checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
  264. checking for libasound headers version >= 1.0.11... found.
  265. -- dynamic libasound -> libasound.so.2
  266. checking for pkg-config... /usr/bin/pkg-config
  267. checking for PulseAudio 0.9 support... yes
  268. -- dynamic libpulse-simple -> libpulse-simple.so.0
  269. checking for pkg-config... (cached) /usr/bin/pkg-config
  270. checking for JACK 0.125 support... yes
  271. -- dynamic libjack -> libjack.so.0
  272. checking for artsc-config... no
  273. checking for esd-config... no
  274. checking for ESD - version >= 0.2.8... no
  275. *** The esd-config script installed by ESD could not be found
  276. *** If ESD was installed in PREFIX, make sure PREFIX/bin is in
  277. *** your path, or set the ESD_CONFIG environment variable to the
  278. *** full path to esd-config.
  279. checking audio/audiolib.h usability... no
  280. checking audio/audiolib.h presence... no
  281. checking for audio/audiolib.h... no
  282. checking for AuOpenServer in -laudio... no
  283. checking for NAS audio support... no
  284. checking sndio.h usability... yes
  285. checking sndio.h presence... yes
  286. checking for sndio.h... yes
  287. checking for sio_open in -lsndio... yes
  288. checking for sndio audio support... yes
  289. checking samplerate.h usability... no
  290. checking samplerate.h presence... no
  291. checking for samplerate.h... no
  292. checking for pkg-config... (cached) /usr/bin/pkg-config
  293. checking for Raspberry Pi... no
  294. checking for X... libraries , headers
  295. checking for gethostbyname... yes
  296. checking for connect... yes
  297. checking for remove... yes
  298. checking for shmat... yes
  299. checking for IceConnectionNumber in -lICE... yes
  300. checking for X11/extensions/Xext.h... yes
  301. -- dynamic libX11 -> libX11.so.6
  302. -- dynamic libX11ext -> libXext.so.6
  303. checking for const parameter to XextAddDisplay... yes
  304. checking for XGenericEvent... yes
  305. checking for XkbKeycodeToKeysym in -lX11... yes
  306. checking for X11/Xcursor/Xcursor.h... yes
  307. -- dynamic libXcursor -> libXcursor.so.1
  308. checking for X11/extensions/Xdbe.h... yes
  309. checking for X11/extensions/Xinerama.h... yes
  310. -- dynamic libXinerama -> libXinerama.so.1
  311. checking for X11/extensions/XInput2.h... yes
  312. -- dynamic libXi -> libXi.so.6
  313. checking for xinput2 multitouch... yes
  314. -- dynamic libXrandr -> libXrandr.so.2
  315. checking for X11/extensions/scrnsaver.h... yes
  316. -- dynamic libXss -> libXss.so.1
  317. checking for X11/extensions/shape.h... yes
  318. checking for X11/extensions/xf86vmode.h... yes
  319. -- dynamic libXxf86vm -> libXxf86vm.so.1
  320. checking for OpenGL (GLX) support... yes
  321. checking for EGL support... yes
  322. checking for OpenGL ES v1 headers... no
  323. checking for OpenGL ES v2 headers... yes
  324. checking for pkg-config... (cached) /usr/bin/pkg-config
  325. checking for Wayland support... no
  326. checking libudev.h usability... yes
  327. checking libudev.h presence... yes
  328. checking for libudev.h... yes
  329. -- dynamic udev -> libudev.so.1
  330. checking for pkg-config... (cached) /usr/bin/pkg-config
  331. checking dbus/dbus.h usability... yes
  332. checking dbus/dbus.h presence... no
  333. configure: WARNING: dbus/dbus.h: accepted by the compiler, rejected by the preprocessor!
  334. configure: WARNING: dbus/dbus.h: proceeding with the compiler's result
  335. checking for dbus/dbus.h... yes
  336. checking for pkg-config... (cached) /usr/bin/pkg-config
  337. Package ibus-1.0 was not found in the pkg-config search path.
  338. Perhaps you should add the directory containing `ibus-1.0.pc'
  339. to the PKG_CONFIG_PATH environment variable
  340. No package 'ibus-1.0' found
  341. checking ibus-1.0/ibus.h usability... no
  342. checking ibus-1.0/ibus.h presence... no
  343. checking for ibus-1.0/ibus.h... no
  344. checking sys/inotify.h usability... yes
  345. checking sys/inotify.h presence... yes
  346. checking for sys/inotify.h... yes
  347. checking for pkg-config... (cached) /usr/bin/pkg-config
  348. Package fcitx was not found in the pkg-config search path.
  349. Perhaps you should add the directory containing `fcitx.pc'
  350. to the PKG_CONFIG_PATH environment variable
  351. No package 'fcitx' found
  352. checking fcitx/frontend.h usability... no
  353. checking fcitx/frontend.h presence... no
  354. checking for fcitx/frontend.h... no
  355. checking for Linux 2.4 unified input interface... yes
  356. checking for Linux kd.h... yes
  357. checking for Touchscreen library support... no
  358. checking for pthreads... yes
  359. checking for recursive mutexes... yes
  360. checking for pthread semaphores... yes
  361. checking for sem_timedwait... yes
  362. checking for pthread_np.h... no
  363. checking for pthread_setname_np... yes
  364. checking for pthread_set_name_np... no
  365. checking for clock_gettime in -lrt... yes
  366. checking linux/version.h usability... yes
  367. checking linux/version.h presence... yes
  368. checking for linux/version.h... yes
  369. checking for Vivante VDK API... no
  370. checking for Vivante FB API... no
  371. checking for linker option --enable-new-dtags... yes
  372. configure: creating ./config.status
  373. config.status: creating Makefile
  374. config.status: creating sdl2-config
  375. config.status: creating sdl2-config.cmake
  376. config.status: creating SDL2.spec
  377. config.status: creating sdl2.pc
  378. config.status: creating include/SDL_config.h
  379. config.status: include/SDL_config.h is unchanged
  380. config.status: executing libtool commands
  381. config.status: executing sdl2_config commands
  382. config.status: executing summary commands
  383. SDL2 Configure Summary:
  384. Building Static Libraries
  385. Enabled modules : atomic audio video render events joystick haptic sensor power filesystem threads timers file loadso cpuinfo assembly
  386. Assembly Math : mmx 3dnow sse sse2 sse3
  387. Audio drivers : disk dummy oss alsa(dynamic) pulse(dynamic) jack(dynamic) sndio
  388. Video drivers : dummy x11(dynamic) opengl opengl_es2 vulkan
  389. X11 libraries : xcursor xdbe xinerama xinput2 xinput2_multitouch xrandr xscrnsaver xshape xvidmode
  390. Input drivers : linuxev linuxkd
  391. Using libsamplerate : NO
  392. Using libudev : YES
  393. Using dbus : YES
  394. Using ime : YES
  395. Using ibus : NO
  396. Using fcitx : NO
  397. Warning, configure is out of date, please re-run autogen.sh
  398. /bin/bash build-scripts/updaterev.sh
  399. make: *** No rule to make target '/home/ian/source/CCOSS/external/linux/SDL2-2.0.9/src/SDL.c', needed by 'build/SDL.lo'. Stop.
  400. Warning, configure is out of date, please re-run autogen.sh
  401. /bin/bash build-scripts/updaterev.sh
  402. make: *** No rule to make target '/home/ian/source/CCOSS/external/linux/SDL2-2.0.9/src/SDL.c', needed by 'build/SDL.lo'. Stop.
  403. ~/CortexCommand/CCOSS_dependencies
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement