openMSX SoftFabTask: build_openmsx_make
log in
2024-07-03 20:32
Overview
Data
Wrapper Log
1Using Python: python3
2/Library/Developer/CommandLineTools/usr/bin/make -f build/main.mk run-3rdparty \
3 OPENMSX_TARGET_CPU=x86_64 \
4 OPENMSX_TARGET_OS=darwin \
5 OPENMSX_FLAVOUR=opt \
6 3RDPARTY_FLAG=true \
7 PYTHON=python3
8Using Python: python3
9/Library/Developer/CommandLineTools/usr/bin/make -f build/3rdparty.mk \
10 BUILD_PATH=derived/x86_64-darwin-opt-3rd/3rdparty \
11 OPENMSX_TARGET_CPU=x86_64 \
12 OPENMSX_TARGET_OS=darwin \
13 _CC=clang _CFLAGS=" -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
14 _LDFLAGS=" -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64" \
15 WINDRES=windres \
16 LINK_MODE=3RD_STA \
17 PYTHON=python3
18mkdir -p derived/3rdparty
19python3 build/3rdparty_packages2make.py > derived/3rdparty/packages.mk
20mkdir -p derived/3rdparty/download
21python3 build/download.py https://www.libsdl.org/release/SDL2-2.0.12.tar.gz derived/3rdparty/download
22Downloading SDL2-2.0.12.tar.gz: contacting server...
23Downloading SDL2-2.0.12.tar.gz: done.
24
25python3 build/checksum.py derived/3rdparty/download/SDL2-2.0.12.tar.gz 5720162 sha256=349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863
26Validating: derived/3rdparty/download/SDL2-2.0.12.tar.gz
27Validation passed
28touch derived/3rdparty/download/SDL2-2.0.12.tar.gz.verified
29rm -rf derived/3rdparty/src/SDL2-2.0.12
30mkdir -p derived/3rdparty/src
31python3 build/extract.py derived/3rdparty/download/SDL2-2.0.12.tar.gz derived/3rdparty/src SDL2-2.0.12
32test ! -e build/3rdparty/SDL2-2.0.12.diff || python3 build/patch.py build/3rdparty/SDL2-2.0.12.diff derived/3rdparty/src
33touch derived/3rdparty/src/SDL2-2.0.12/.extracted
34mkdir -p derived/x86_64-darwin-opt-3rd/3rdparty/build/SDL2-2.0.12
35cd derived/x86_64-darwin-opt-3rd/3rdparty/build/SDL2-2.0.12 && \
36 /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/configure \
37 --disable-video-x11 \
38 --disable-video-directfb \
39 --disable-video-opengles1 \
40 --disable-nas \
41 --disable-esd \
42 --disable-arts \
43 --disable-shared \
44 --disable-arm-simd \
45 --host=x86_64-unknown-darwin \
46 --prefix=/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install \
47 --libdir=/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib \
48 CFLAGS="-arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
49 CPPFLAGS="-I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include" \
50 LDFLAGS="-arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64 -L/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib"
51checking build system type... x86_64-apple-darwin18.7.0
52checking host system type... x86_64-unknown-darwin
53checking how to print strings... printf
54checking for x86_64-unknown-darwin-gcc... clang
55checking whether the C compiler works... yes
56checking for C compiler default output file name... a.out
57checking for suffix of executables...
58checking whether we are cross compiling... no
59checking for suffix of object files... o
60checking whether we are using the GNU C compiler... yes
61checking whether clang accepts -g... yes
62checking for clang option to accept ISO C89... none needed
63checking for a sed that does not truncate output... /usr/bin/sed
64checking for grep that handles long lines and -e... /usr/bin/grep
65checking for egrep... /usr/bin/grep -E
66checking for fgrep... /usr/bin/grep -F
67checking for ld used by clang... /Library/Developer/CommandLineTools/usr/bin/ld
68checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
69checking for BSD- or MS-compatible name lister (nm)... no
70checking for x86_64-unknown-darwin-dumpbin... no
71checking for x86_64-unknown-darwin-link... no
72checking for dumpbin... no
73checking for link... link -dump
74checking the name lister (nm) interface... BSD nm
75checking whether ln -s works... yes
76checking the maximum length of command line arguments... 196608
77checking whether the shell understands some XSI constructs... yes
78checking whether the shell understands "+="... yes
79checking how to convert x86_64-apple-darwin18.7.0 file names to x86_64-unknown-darwin format... func_convert_file_noop
80checking how to convert x86_64-apple-darwin18.7.0 file names to toolchain format... func_convert_file_noop
81checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
82checking for x86_64-unknown-darwin-objdump... no
83checking for objdump... objdump
84checking how to recognize dependent libraries... pass_all
85checking for x86_64-unknown-darwin-dlltool... no
86checking for dlltool... no
87checking how to associate runtime and link libraries... printf %s\n
88checking for x86_64-unknown-darwin-ar... /Library/Developer/CommandLineTools/usr/bin/ar
89checking for archiver @FILE support... no
90checking for x86_64-unknown-darwin-strip... /Library/Developer/CommandLineTools/usr/bin/strip
91checking for x86_64-unknown-darwin-ranlib... /Library/Developer/CommandLineTools/usr/bin/ranlib
92checking for gawk... no
93checking for mawk... no
94checking for nawk... no
95checking for awk... awk
96checking command to parse nm output from clang object... ok
97checking for sysroot... no
98checking for x86_64-unknown-darwin-mt... no
99checking for mt... no
100checking if : is a manifest tool... no
101checking for x86_64-unknown-darwin-dsymutil... no
102checking for dsymutil... dsymutil
103checking for x86_64-unknown-darwin-nmedit... no
104checking for nmedit... nmedit
105checking for x86_64-unknown-darwin-lipo... no
106checking for lipo... lipo
107checking for x86_64-unknown-darwin-otool... no
108checking for otool... otool
109checking for x86_64-unknown-darwin-otool64... no
110checking for otool64... no
111checking for -single_module linker flag... yes
112checking for -exported_symbols_list linker flag... yes
113checking for -force_load linker flag... yes
114checking how to run the C preprocessor... clang -E
115checking for ANSI C header files... yes
116checking for sys/types.h... yes
117checking for sys/stat.h... yes
118checking for stdlib.h... yes
119checking for string.h... yes
120checking for memory.h... yes
121checking for strings.h... yes
122checking for inttypes.h... yes
123checking for stdint.h... yes
124checking for unistd.h... yes
125checking for dlfcn.h... yes
126checking for objdir... .libs
127checking if clang supports -fno-rtti -fno-exceptions... yes
128checking for clang option to produce PIC... -fno-common -DPIC
129checking if clang PIC flag -fno-common -DPIC works... yes
130checking if clang static flag -static works... no
131checking if clang supports -c -o file.o... yes
132checking if clang supports -c -o file.o... (cached) yes
133checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
134checking dynamic linker characteristics... darwin dyld
135checking how to hardcode library paths into programs... immediate
136checking whether stripping libraries is possible... yes
137checking if libtool supports shared libraries... yes
138checking whether to build shared libraries... no
139checking whether to build static libraries... yes
140checking for x86_64-unknown-darwin-gcc... (cached) clang
141checking whether we are using the GNU C compiler... (cached) yes
142checking whether clang accepts -g... (cached) yes
143checking for clang option to accept ISO C89... (cached) none needed
144checking for x86_64-unknown-darwin-g++... no
145checking for x86_64-unknown-darwin-c++... no
146checking for x86_64-unknown-darwin-gpp... no
147checking for x86_64-unknown-darwin-aCC... no
148checking for x86_64-unknown-darwin-CC... no
149checking for x86_64-unknown-darwin-cxx... no
150checking for x86_64-unknown-darwin-cc++... no
151checking for x86_64-unknown-darwin-cl.exe... no
152checking for x86_64-unknown-darwin-FCC... no
153checking for x86_64-unknown-darwin-KCC... no
154checking for x86_64-unknown-darwin-RCC... no
155checking for x86_64-unknown-darwin-xlC_r... no
156checking for x86_64-unknown-darwin-xlC... no
157checking for g++... g++
158checking whether we are using the GNU C++ compiler... yes
159checking whether g++ accepts -g... yes
160checking how to run the C++ preprocessor... g++ -E
161checking for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld
162checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
163checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
164checking for g++ option to produce PIC... -fno-common -DPIC
165checking if g++ PIC flag -fno-common -DPIC works... yes
166checking if g++ static flag -static works... no
167checking if g++ supports -c -o file.o... yes
168checking if g++ supports -c -o file.o... (cached) yes
169checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
170checking dynamic linker characteristics... darwin dyld
171checking how to hardcode library paths into programs... immediate
172checking for a BSD-compatible install... /usr/bin/install -c
173checking whether make sets $(MAKE)... yes
174checking for x86_64-unknown-darwin-windres... windres
175checking pkg-config is at least version 0.9.0... yes
176checking for an ANSI C-conforming const... yes
177checking for inline... inline
178checking for working volatile... yes
179checking for GCC -MMD -MT option... yes
180checking for linker option --no-undefined... no
181checking for linker option --dynamicbase... no
182checking for linker option --nxcompat... no
183checking for linker option --high-entropy-va... no
184checking for ANSI C header files... (cached) yes
185checking for sys/types.h... (cached) yes
186checking stdio.h usability... yes
187checking stdio.h presence... yes
188checking for stdio.h... yes
189checking for stdlib.h... (cached) yes
190checking stddef.h usability... yes
191checking stddef.h presence... yes
192checking for stddef.h... yes
193checking stdarg.h usability... yes
194checking stdarg.h presence... yes
195checking for stdarg.h... yes
196checking malloc.h usability... no
197checking malloc.h presence... no
198checking for malloc.h... no
199checking for memory.h... (cached) yes
200checking for string.h... (cached) yes
201checking for strings.h... (cached) yes
202checking wchar.h usability... yes
203checking wchar.h presence... yes
204checking for wchar.h... yes
205checking for inttypes.h... (cached) yes
206checking for stdint.h... (cached) yes
207checking limits.h usability... yes
208checking limits.h presence... yes
209checking for limits.h... yes
210checking ctype.h usability... yes
211checking ctype.h presence... yes
212checking for ctype.h... yes
213checking math.h usability... yes
214checking math.h presence... yes
215checking for math.h... yes
216checking float.h usability... yes
217checking float.h presence... yes
218checking for float.h... yes
219checking iconv.h usability... yes
220checking iconv.h presence... yes
221checking for iconv.h... yes
222checking signal.h usability... yes
223checking signal.h presence... yes
224checking for signal.h... yes
225checking for size_t... yes
226checking for M_PI in math.h... yes
227checking for working alloca.h... yes
228checking for alloca... yes
229checking for working memcmp... yes
230checking for working strtod... yes
231checking for mprotect... yes
232checking for malloc... yes
233checking for calloc... yes
234checking for realloc... yes
235checking for free... yes
236checking for getenv... yes
237checking for setenv... yes
238checking for putenv... yes
239checking for unsetenv... yes
240checking for qsort... yes
241checking for abs... yes
242checking for bcopy... yes
243checking for memset... yes
244checking for memcpy... yes
245checking for memmove... yes
246checking for wcslen... yes
247checking for wcslcpy... yes
248checking for wcslcat... yes
249checking for wcsdup... yes
250checking for wcsstr... yes
251checking for wcscmp... yes
252checking for wcsncmp... yes
253checking for strlen... yes
254checking for strlcpy... yes
255checking for strlcat... yes
256checking for _strrev... no
257checking for _strupr... no
258checking for _strlwr... no
259checking for strchr... yes
260checking for strrchr... yes
261checking for strstr... yes
262checking for strtok_r... yes
263checking for itoa... no
264checking for _ltoa... no
265checking for _uitoa... no
266checking for _ultoa... no
267checking for strtol... yes
268checking for strtoul... yes
269checking for _i64toa... no
270checking for _ui64toa... no
271checking for strtoll... yes
272checking for strtoull... yes
273checking for atoi... yes
274checking for atof... yes
275checking for strcmp... yes
276checking for strncmp... yes
277checking for _stricmp... no
278checking for strcasecmp... yes
279checking for _strnicmp... no
280checking for strncasecmp... yes
281checking for vsscanf... yes
282checking for vsnprintf... yes
283checking for fopen64... no
284checking for fseeko... yes
285checking for fseeko64... no
286checking for sigaction... yes
287checking for setjmp... yes
288checking for nanosleep... yes
289checking for sysconf... yes
290checking for sysctlbyname... yes
291checking for getauxval... no
292checking for poll... yes
293checking for _Exit... yes
294checking for pow in -lm... yes
295checking for acos... yes
296checking for acosf... yes
297checking for asin... yes
298checking for asinf... yes
299checking for atan... yes
300checking for atanf... yes
301checking for atan2... yes
302checking for atan2f... yes
303checking for ceil... yes
304checking for ceilf... yes
305checking for copysign... yes
306checking for copysignf... yes
307checking for cos... yes
308checking for cosf... yes
309checking for exp... yes
310checking for expf... yes
311checking for fabs... yes
312checking for fabsf... yes
313checking for floor... yes
314checking for floorf... yes
315checking for fmod... yes
316checking for fmodf... yes
317checking for log... yes
318checking for logf... yes
319checking for log10... yes
320checking for log10f... yes
321checking for pow... yes
322checking for powf... yes
323checking for scalbn... yes
324checking for scalbnf... yes
325checking for sin... yes
326checking for sinf... yes
327checking for sqrt... yes
328checking for sqrtf... yes
329checking for tan... yes
330checking for tanf... yes
331checking for iconv_open in -liconv... yes
332checking for iconv... yes
333checking for struct sigaction.sa_sigaction... yes
334checking libunwind.h usability... yes
335checking libunwind.h presence... yes
336checking for libunwind.h... yes
337checking for GCC builtin atomic operations... yes
338checking for GCC -mmmx option... yes
339checking for GCC -m3dnow option... yes
340checking for GCC -msse option... yes
341checking for GCC -msse2 option... yes
342checking for GCC -msse3 option... yes
343checking immintrin.h usability... yes
344checking immintrin.h presence... yes
345checking for immintrin.h... yes
346checking for Altivec with GCC altivec.h and -maltivec option... no
347checking for Altivec with GCC -maltivec option... no
348checking for Altivec with GCC altivec.h and -faltivec option... no
349checking for Altivec with GCC -faltivec option... no
350checking for GCC -Wall option... yes
351checking for necessary GCC -Wno-multichar option... no
352checking for GCC -fno-strict-aliasing option... yes
353checking for GCC -fvisibility=hidden option... yes
354checking for GCC -Wdeclaration-after-statement option... yes
355checking for dlopen... yes
356checking for dlopen in -lc... yes
357checking for Cocoa framework... yes
358checking for Metal framework... yes
359checking for OpenGL (GLX) support... no
360checking for pthreads... yes
361checking for recursive mutexes... yes
362checking for pthread semaphores... yes
363checking for sem_timedwait... no
364checking for pthread_np.h... no
365checking for pthread_setname_np... yes
366checking for pthread_set_name_np... no
367checking whether to install sdl2-config... yes
368configure: creating ./config.status
369config.status: creating Makefile
370config.status: creating sdl2-config
371config.status: creating sdl2-config.cmake
372config.status: creating sdl2-config-version.cmake
373config.status: creating SDL2.spec
374config.status: creating sdl2.pc
375config.status: creating include/SDL_config.h
376config.status: executing libtool commands
377config.status: executing sdl2_config commands
378config.status: executing summary commands
379-en SDL2 Configure Summary:
380Building Static Libraries
381Enabled modules : atomic audio video render events joystick haptic sensor power filesystem threads timers file loadso cpuinfo assembly
382Assembly Math : mmx 3dnow sse sse2 sse3
383Audio drivers : disk dummy coreaudio
384Video drivers : dummy cocoa metal opengl opengl_es2 vulkan
385Input drivers :
386Using libsamplerate : NO
387Using libudev : NO
388Using dbus : NO
389Using ime : NO
390Using ibus : NO
391Using fcitx : NO
392
393/Library/Developer/CommandLineTools/usr/bin/make -C derived/x86_64-darwin-opt-3rd/3rdparty/build/SDL2-2.0.12
394/bin/sh /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/updaterev.sh
395/bin/sh /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs build
396mkdir build
397touch build/.created
398 CC build/SDL.lo
399 CC build/SDL_assert.lo
400 CC build/SDL_dataqueue.lo
401 CC build/SDL_error.lo
402 CC build/SDL_hints.lo
403 CC build/SDL_log.lo
404 CC build/SDL_atomic.lo
405 CC build/SDL_spinlock.lo
406 CC build/SDL_audio.lo
407 CC build/SDL_audiocvt.lo
408 CC build/SDL_audiodev.lo
409 CC build/SDL_audiotypecvt.lo
410 CC build/SDL_mixer.lo
411 CC build/SDL_wave.lo
412 CC build/SDL_cpuinfo.lo
413 CC build/SDL_dynapi.lo
414 CC build/SDL_clipboardevents.lo
415 CC build/SDL_displayevents.lo
416 CC build/SDL_dropevents.lo
417 CC build/SDL_events.lo
418 CC build/SDL_gesture.lo
419 CC build/SDL_keyboard.lo
420 CC build/SDL_mouse.lo
421 CC build/SDL_quit.lo
422 CC build/SDL_touch.lo
423 CC build/SDL_windowevents.lo
424 CC build/SDL_rwops.lo
425 CC build/SDL_haptic.lo
426 CC build/SDL_gamecontroller.lo
427 CC build/SDL_joystick.lo
428 CC build/e_atan2.lo
429 CC build/e_exp.lo
430 CC build/e_fmod.lo
431 CC build/e_log.lo
432 CC build/e_log10.lo
433 CC build/e_pow.lo
434 CC build/e_rem_pio2.lo
435 CC build/e_sqrt.lo
436 CC build/k_cos.lo
437 CC build/k_rem_pio2.lo
438 CC build/k_sin.lo
439 CC build/k_tan.lo
440 CC build/s_atan.lo
441 CC build/s_copysign.lo
442 CC build/s_cos.lo
443 CC build/s_fabs.lo
444 CC build/s_floor.lo
445 CC build/s_scalbn.lo
446 CC build/s_sin.lo
447 CC build/s_tan.lo
448 CC build/SDL_power.lo
449 CC build/SDL_d3dmath.lo
450 CC build/SDL_render.lo
451 CC build/SDL_yuv_sw.lo
452 CC build/SDL_render_d3d.lo
453 CC build/SDL_shaders_d3d.lo
454 CC build/SDL_render_d3d11.lo
455 CC build/SDL_shaders_d3d11.lo
456 CC build/SDL_render_gl.lo
457 CC build/SDL_shaders_gl.lo
458 CC build/SDL_render_gles.lo
459 CC build/SDL_render_gles2.lo
460 CC build/SDL_shaders_gles2.lo
461 CC build/SDL_render_psp.lo
462 CC build/SDL_blendfillrect.lo
463 CC build/SDL_blendline.lo
464 CC build/SDL_blendpoint.lo
465 CC build/SDL_drawline.lo
466 CC build/SDL_drawpoint.lo
467 CC build/SDL_render_sw.lo
468 CC build/SDL_rotate.lo
469 CC build/SDL_sensor.lo
470 CC build/SDL_getenv.lo
471 CC build/SDL_iconv.lo
472 CC build/SDL_malloc.lo
473 CC build/SDL_qsort.lo
474 CC build/SDL_stdlib.lo
475 CC build/SDL_string.lo
476 CC build/SDL_strtokr.lo
477 CC build/SDL_thread.lo
478 CC build/SDL_timer.lo
479 CC build/SDL_RLEaccel.lo
480 CC build/SDL_blit.lo
481 CC build/SDL_blit_0.lo
482 CC build/SDL_blit_1.lo
483 CC build/SDL_blit_A.lo
484 CC build/SDL_blit_N.lo
485 CC build/SDL_blit_auto.lo
486 CC build/SDL_blit_copy.lo
487 CC build/SDL_blit_slow.lo
488 CC build/SDL_bmp.lo
489 CC build/SDL_clipboard.lo
490 CC build/SDL_egl.lo
491 CC build/SDL_fillrect.lo
492 CC build/SDL_pixels.lo
493 CC build/SDL_rect.lo
494 CC build/SDL_shape.lo
495 CC build/SDL_stretch.lo
496 CC build/SDL_surface.lo
497 CC build/SDL_video.lo
498 CC build/SDL_vulkan_utils.lo
499 CC build/SDL_yuv.lo
500 CC build/yuv_rgb.lo
501 CC build/SDL_nullevents.lo
502 CC build/SDL_nullframebuffer.lo
503 CC build/SDL_nullvideo.lo
504 CC build/SDL_diskaudio.lo
505 CC build/SDL_dummyaudio.lo
506 CC build/SDL_sysloadso.lo
507 CC build/SDL_cocoaclipboard.lo
508 CC build/SDL_cocoaevents.lo
509 CC build/SDL_cocoakeyboard.lo
510 CC build/SDL_cocoamessagebox.lo
511 CC build/SDL_cocoametalview.lo
512 CC build/SDL_cocoamodes.lo
513 CC build/SDL_cocoamouse.lo
514 CC build/SDL_cocoamousetap.lo
515 CC build/SDL_cocoaopengl.lo
516 CC build/SDL_cocoaopengles.lo
517 CC build/SDL_cocoashape.lo
518 CC build/SDL_cocoavideo.lo
519 CC build/SDL_cocoavulkan.lo
520 CC build/SDL_cocoawindow.lo
521 CC build/SDL_render_metal.lo
522 CC build/SDL_systhread.lo
523 CC build/SDL_syssem.lo
524 CC build/SDL_sysmutex.lo
525 CC build/SDL_syscond.lo
526 CC build/SDL_systls.lo
527 CC build/SDL_coreaudio.lo
528 CC build/SDL_sysjoystick.lo
529 CC build/SDL_syshaptic.lo
530 CC build/SDL_syspower.lo
531 CC build/SDL_sysfilesystem.lo
532 CC build/SDL_systimer.lo
533 CC build/SDL_rwopsbundlesupport.lo
534 CC build/SDL_poll.lo
535 CC build/SDL_dummysensor.lo
536 LTLINK build/libSDL2.la
537/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_audiodev.o) has no symbols
538/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_d3dmath.o) has no symbols
539/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_render_d3d.o) has no symbols
540/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_shaders_d3d.o) has no symbols
541/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_render_d3d11.o) has no symbols
542/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_shaders_d3d11.o) has no symbols
543/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_render_gles.o) has no symbols
544/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_render_psp.o) has no symbols
545/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_audiodev.o) has no symbols
546/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_d3dmath.o) has no symbols
547/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_render_d3d.o) has no symbols
548/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_shaders_d3d.o) has no symbols
549/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_render_d3d11.o) has no symbols
550/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_shaders_d3d11.o) has no symbols
551/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_render_gles.o) has no symbols
552/Library/Developer/CommandLineTools/usr/bin/ranlib: file: build/.libs/libSDL2.a(SDL_render_psp.o) has no symbols
553 CC build/SDL_dummy_main.lo
554 LTLINK build/libSDL2main.la
555 CC build/SDL_test_assert.lo
556 CC build/SDL_test_common.lo
557 CC build/SDL_test_compare.lo
558 CC build/SDL_test_crc32.lo
559 CC build/SDL_test_font.lo
560 CC build/SDL_test_fuzzer.lo
561 CC build/SDL_test_harness.lo
562 CC build/SDL_test_imageBlit.lo
563 CC build/SDL_test_imageBlitBlend.lo
564 CC build/SDL_test_imageFace.lo
565 CC build/SDL_test_imagePrimitives.lo
566 CC build/SDL_test_imagePrimitivesBlend.lo
567 CC build/SDL_test_log.lo
568 CC build/SDL_test_md5.lo
569 CC build/SDL_test_memory.lo
570 CC build/SDL_test_random.lo
571 LTLINK build/libSDL2_test.la
572mkdir -p derived/x86_64-darwin-opt-3rd/3rdparty/timestamps
573touch derived/x86_64-darwin-opt-3rd/3rdparty/timestamps/build-SDL2-2.0.12
574/Library/Developer/CommandLineTools/usr/bin/make -C derived/x86_64-darwin-opt-3rd/3rdparty/build/SDL2-2.0.12 install \
575 \
576
577/bin/sh /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/updaterev.sh
578/bin/sh /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/bin
579/usr/bin/install -c -m 755 sdl2-config /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/bin/sdl2-config
580/bin/sh /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/SDL2
581for file in SDL.h SDL_assert.h SDL_atomic.h SDL_audio.h SDL_bits.h SDL_blendmode.h SDL_clipboard.h SDL_cpuinfo.h SDL_egl.h SDL_endian.h SDL_error.h SDL_events.h SDL_filesystem.h SDL_gamecontroller.h SDL_gesture.h SDL_haptic.h SDL_hints.h SDL_joystick.h SDL_keyboard.h SDL_keycode.h SDL_loadso.h SDL_log.h SDL_main.h SDL_messagebox.h SDL_metal.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_opengl_glext.h SDL_opengles.h SDL_opengles2_gl2ext.h SDL_opengles2_gl2.h SDL_opengles2_gl2platform.h SDL_opengles2.h SDL_opengles2_khrplatform.h SDL_pixels.h SDL_platform.h SDL_power.h SDL_quit.h SDL_rect.h SDL_render.h SDL_rwops.h SDL_scancode.h SDL_sensor.h SDL_shape.h SDL_stdinc.h SDL_surface.h SDL_system.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_touch.h SDL_types.h SDL_version.h SDL_video.h SDL_vulkan.h begin_code.h close_code.h SDL_test.h SDL_test_assert.h SDL_test_common.h SDL_test_compare.h SDL_test_crc32.h SDL_test_font.h SDL_test_fuzzer.h SDL_test_harness.h SDL_test_images.h SDL_test_log.h SDL_test_md5.h SDL_test_memory.h SDL_test_random.h; do \
582 /usr/bin/install -c -m 644 /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/include/$file /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/SDL2/$file; \
583 done
584/usr/bin/install -c -m 644 include/SDL_config.h /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/SDL2/SDL_config.h
585if test -f include/SDL_revision.h; then \
586 /usr/bin/install -c -m 644 include/SDL_revision.h /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/SDL2/SDL_revision.h; \
587 else \
588 /usr/bin/install -c -m 644 /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/include/SDL_revision.h /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/SDL2/SDL_revision.h; \
589 fi
590/bin/sh /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib
591/bin/sh ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2.la /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2.la
592/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2.a(SDL_audiodev.o) has no symbols
593/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2.a(SDL_d3dmath.o) has no symbols
594/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2.a(SDL_render_d3d.o) has no symbols
595/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2.a(SDL_shaders_d3d.o) has no symbols
596/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2.a(SDL_render_d3d11.o) has no symbols
597/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2.a(SDL_shaders_d3d11.o) has no symbols
598/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2.a(SDL_render_gles.o) has no symbols
599/Library/Developer/CommandLineTools/usr/bin/ranlib: file: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2.a(SDL_render_psp.o) has no symbols
600/bin/sh ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2main.la /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2main.la
601/bin/sh ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2_test.la /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2_test.la
602/bin/sh /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/share/aclocal
603/usr/bin/install -c -m 644 /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/sdl2.m4 /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/share/aclocal/sdl2.m4
604/bin/sh /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/pkgconfig
605/usr/bin/install -c -m 644 sdl2.pc /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/pkgconfig
606/bin/sh /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2-2.0.12/build-scripts/mkinstalldirs /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/cmake/SDL2
607/usr/bin/install -c -m 644 sdl2-config.cmake /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/cmake/SDL2
608/usr/bin/install -c -m 644 sdl2-config-version.cmake /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/cmake/SDL2
609mkdir -p derived/x86_64-darwin-opt-3rd/3rdparty/timestamps
610touch derived/x86_64-darwin-opt-3rd/3rdparty/timestamps/install-SDL2-2.0.12
611mkdir -p derived/x86_64-darwin-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15
612cd derived/x86_64-darwin-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15 && /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/configure \
613 --disable-sdltest \
614 --disable-shared \
615 --host=x86_64-unknown-darwin \
616 --prefix=/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install \
617 --libdir=/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib \
618 --without-x \
619 CFLAGS="-arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
620 CPPFLAGS="-I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include" \
621 LDFLAGS="-arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64"
622checking build system type... x86_64-apple-darwin18.7.0
623checking host system type... x86_64-unknown-darwin
624checking for x86_64-unknown-darwin-gcc... clang
625checking whether the C compiler works... yes
626checking for C compiler default output file name... a.out
627checking for suffix of executables...
628checking whether we are cross compiling... no
629checking for suffix of object files... o
630checking whether we are using the GNU C compiler... yes
631checking whether clang accepts -g... yes
632checking for clang option to accept ISO C89... none needed
633checking whether clang understands -c and -o together... yes
634checking for a sed that does not truncate output... /usr/bin/sed
635checking for grep that handles long lines and -e... /usr/bin/grep
636checking for egrep... /usr/bin/grep -E
637checking for fgrep... /usr/bin/grep -F
638checking for ld used by clang... /Library/Developer/CommandLineTools/usr/bin/ld
639checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
640checking for BSD- or MS-compatible name lister (nm)... no
641checking for x86_64-unknown-darwin-dumpbin... no
642checking for x86_64-unknown-darwin-link... no
643checking for dumpbin... no
644checking for link... link -dump -symbols
645checking the name lister (link -dump -symbols) interface... BSD nm
646checking whether ln -s works... yes
647checking the maximum length of command line arguments... 196608
648checking whether the shell understands some XSI constructs... yes
649checking whether the shell understands "+="... yes
650checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
651checking for x86_64-unknown-darwin-objdump... no
652checking for objdump... objdump
653checking how to recognize dependent libraries... pass_all
654checking for x86_64-unknown-darwin-ar... /Library/Developer/CommandLineTools/usr/bin/ar
655checking for x86_64-unknown-darwin-strip... /Library/Developer/CommandLineTools/usr/bin/strip
656checking for x86_64-unknown-darwin-ranlib... /Library/Developer/CommandLineTools/usr/bin/ranlib
657checking command to parse link -dump -symbols output from clang object... failed
658checking for x86_64-unknown-darwin-dsymutil... no
659checking for dsymutil... dsymutil
660checking for x86_64-unknown-darwin-nmedit... no
661checking for nmedit... nmedit
662checking for x86_64-unknown-darwin-lipo... no
663checking for lipo... lipo
664checking for x86_64-unknown-darwin-otool... no
665checking for otool... otool
666checking for x86_64-unknown-darwin-otool64... no
667checking for otool64... no
668checking for -single_module linker flag... yes
669checking for -exported_symbols_list linker flag... yes
670checking how to run the C preprocessor... clang -E
671checking for ANSI C header files... yes
672checking for sys/types.h... yes
673checking for sys/stat.h... yes
674checking for stdlib.h... yes
675checking for string.h... yes
676checking for memory.h... yes
677checking for strings.h... yes
678checking for inttypes.h... yes
679checking for stdint.h... yes
680checking for unistd.h... yes
681checking for dlfcn.h... yes
682checking for objdir... .libs
683checking if clang supports -fno-rtti -fno-exceptions... yes
684checking for clang option to produce PIC... -fno-common -DPIC
685checking if clang PIC flag -fno-common -DPIC works... yes
686checking if clang static flag -static works... no
687checking if clang supports -c -o file.o... yes
688checking if clang supports -c -o file.o... (cached) yes
689checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
690checking dynamic linker characteristics... darwin dyld
691checking how to hardcode library paths into programs... immediate
692checking whether stripping libraries is possible... yes
693checking if libtool supports shared libraries... yes
694checking whether to build shared libraries... no
695checking whether to build static libraries... yes
696checking for a BSD-compatible install... /usr/bin/install -c
697checking whether build environment is sane... yes
698checking for a thread-safe mkdir -p... /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/install-sh -c -d
699checking for gawk... no
700checking for mawk... no
701checking for nawk... no
702checking for awk... awk
703checking whether make sets $(MAKE)... yes
704checking whether make supports the include directive... yes (GNU style)
705checking whether make supports nested variables... yes
706checking dependency style of clang... gcc3
707checking for x86_64-unknown-darwin-gcc... (cached) clang
708checking whether we are using the GNU C compiler... (cached) yes
709checking whether clang accepts -g... (cached) yes
710checking for clang option to accept ISO C89... (cached) none needed
711checking whether clang understands -c and -o together... (cached) yes
712checking whether make sets $(MAKE)... (cached) yes
713checking for windres... windres
714checking for size_t... yes
715checking for working alloca.h... yes
716checking for alloca... yes
717checking pkg-config is at least version 0.9.0... yes
718checking for FT2... yes
719checking for SDL... yes
720checking for OpenGL support... yes
721checking that generated files are newer than configure... done
722configure: creating ./config.status
723config.status: creating Makefile
724config.status: creating SDL2_ttf.spec
725config.status: creating SDL2_ttf.pc
726config.status: executing libtool commands
727config.status: executing depfiles commands
728/Library/Developer/CommandLineTools/usr/bin/make -C derived/x86_64-darwin-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15 noinst_PROGRAMS=""
729/bin/sh ./libtool --tag=CC --mode=compile clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_ttf\" -DVERSION=\"2.0.15\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15 -I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/freetype2 -D_THREAD_SAFE -I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/SDL2 -DHAVE_OPENGL -MT SDL_ttf.lo -MD -MP -MF .deps/SDL_ttf.Tpo -c -o SDL_ttf.lo /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/SDL_ttf.c
730libtool: compile: clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_ttf\" -DVERSION=\"2.0.15\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15 -I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/freetype2 -D_THREAD_SAFE -I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/SDL2 -DHAVE_OPENGL -MT SDL_ttf.lo -MD -MP -MF .deps/SDL_ttf.Tpo -c /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/SDL_ttf.c -o SDL_ttf.o
731mv -f .deps/SDL_ttf.Tpo .deps/SDL_ttf.Plo
732/bin/sh ./libtool --tag=CC --mode=link clang -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/freetype2 -D_THREAD_SAFE -I/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/SDL2 -DHAVE_OPENGL -no-undefined -release 2.0 -version-info 14:1:14 -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64 -o libSDL2_ttf.la -rpath /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib SDL_ttf.lo -L/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib -lfreetype -L/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib -lSDL2
733libtool: link: rm -fr .libs/libSDL2_ttf.a .libs/libSDL2_ttf.la .libs/libSDL2_ttf.lai
734libtool: link: /Library/Developer/CommandLineTools/usr/bin/ar cru .libs/libSDL2_ttf.a SDL_ttf.o
735libtool: link: /Library/Developer/CommandLineTools/usr/bin/ranlib .libs/libSDL2_ttf.a
736libtool: link: ( cd ".libs" && rm -f "libSDL2_ttf.la" && ln -s "../libSDL2_ttf.la" "libSDL2_ttf.la" )
737mkdir -p derived/x86_64-darwin-opt-3rd/3rdparty/timestamps
738touch derived/x86_64-darwin-opt-3rd/3rdparty/timestamps/build-SDL2_ttf-2.0.15
739/Library/Developer/CommandLineTools/usr/bin/make -C derived/x86_64-darwin-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15 install \
740 noinst_PROGRAMS="" \
741
742 /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/install-sh -c -d '/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib'
743 /bin/sh ./libtool --mode=install /usr/bin/install -c libSDL2_ttf.la '/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib'
744libtool: install: /usr/bin/install -c .libs/libSDL2_ttf.lai /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2_ttf.la
745libtool: install: /usr/bin/install -c .libs/libSDL2_ttf.a /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2_ttf.a
746libtool: install: chmod 644 /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2_ttf.a
747libtool: install: /Library/Developer/CommandLineTools/usr/bin/ranlib /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/libSDL2_ttf.a
748----------------------------------------------------------------------
749Libraries have been installed in:
750 /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib
751
752If you ever happen to want to link against installed libraries
753in a given directory, LIBDIR, you must either use libtool, and
754specify the full pathname of the library, or use the `-LLIBDIR'
755flag during linking and do at least one of the following:
756 - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
757 during execution
758
759See any operating system documentation about shared libraries for
760more information, such as the ld(1) and ld.so(8) manual pages.
761----------------------------------------------------------------------
762 /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/install-sh -c -d '/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/SDL2'
763 /usr/bin/install -c -m 644 /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/SDL_ttf.h '/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/include/SDL2'
764 /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/install-sh -c -d '/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/pkgconfig'
765 /usr/bin/install -c -m 644 SDL2_ttf.pc '/Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/3rdparty/install/lib/pkgconfig'
766mkdir -p derived/x86_64-darwin-opt-3rd/3rdparty/timestamps
767touch derived/x86_64-darwin-opt-3rd/3rdparty/timestamps/install-SDL2_ttf-2.0.15
768/Library/Developer/CommandLineTools/usr/bin/make -f build/main.mk bindist \
769 OPENMSX_TARGET_CPU=x86_64 \
770 OPENMSX_TARGET_OS=darwin \
771 OPENMSX_FLAVOUR=opt \
772 3RDPARTY_FLAG=true \
773 PYTHON=python3
774Using Python: python3
775Build configuration:
776 Platform: x86_64-darwin
777 Flavour: opt
778 Compiler: clang++
779 Subset: full build
780Updating derived/x86_64-darwin-opt-3rd/config/Version.ii...
781Compiling DeviceFactory.cc...
782Compiling GlobalSettings.cc...
783Compiling MSXPPI.cc...
784Compiling PluggableFactory.cc...
785Compiling Printer.cc...
786Compiling Reactor.cc...
787Compiling ReverseManager.cc...
788Compiling SVIPPI.cc...
789Compiling Version.cc...
790Compiling main.cc...
791Compiling console/CommandConsole.cc...
792Compiling console/OSDConsoleRenderer.cc...
793Compiling console/OSDGUI.cc...
794Compiling console/OSDRectangle.cc...
795Compiling console/OSDText.cc...
796Compiling console/OSDWidget.cc...
797Compiling console/TTFFont.cc...
798Compiling events/EventDistributor.cc...
799Compiling events/HotKey.cc...
800Compiling events/InputEventFactory.cc...
801Compiling events/InputEventGenerator.cc...
802Compiling events/InputEvents.cc...
803Compiling events/Keys.cc...
804Compiling input/ArkanoidPad.cc...
805Compiling input/ColecoJoystickIO.cc...
806Compiling input/EventDelay.cc...
807Compiling input/JoyMega.cc...
808Compiling input/Joystick.cc...
809Compiling input/KeyJoystick.cc...
810Compiling input/Keyboard.cc...
811Compiling input/KeyboardSettings.cc...
812Compiling input/Mouse.cc...
813Compiling input/Paddle.cc...
814Compiling input/Touchpad.cc...
815Compiling input/Trackball.cc...
816Compiling laserdisc/PioneerLDControl.cc...
817Compiling memory/RomManbow2.cc...
818Compiling settings/KeyCodeSetting.cc...
819Compiling sound/Mixer.cc...
820Compiling sound/SDLSoundDriver.cc...
821Compiling video/Display.cc...
822Compiling video/FBPostProcessor.cc...
823Compiling video/GLImage.cc...
824Compiling video/PNG.cc...
825Compiling video/PixelRenderer.cc...
826Compiling video/PostProcessor.cc...
827Compiling video/SDLGLOffScreenSurface.cc...
828Compiling video/SDLGLVisibleSurface.cc...
829Compiling video/SDLImage.cc...
830Compiling video/SDLOffScreenSurface.cc...
831Compiling video/SDLOutputSurface.cc...
832Compiling video/SDLSnow.cc...
833Compiling video/SDLVideoSystem.cc...
834Compiling video/SDLVisibleSurface.cc...
835Compiling video/SDLVisibleSurfaceBase.cc...
836Compiling video/VisibleSurface.cc...
837Compiling video/scalers/DirectScalerOutput.cc...
838Compiling video/scalers/StretchScalerOutput.cc...
839Compiling video/v9990/V9990PixelRenderer.cc...
840Linking openmsx...
841Stripping openmsx...
842Removing any old binary package...
843Creating binary package:
844 Executable...
845 Data files...
846 Documentation...
847 C-BIOS...
848 Creating symlinks...
849 Writing meta-info...
850 Copying resources...
851 Copying README...
852 Copying license...
853Creating disk image:
854created: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/openmsx-0.15.0-830-g6c7cd7d7c-mac-x86_64-bin.dmg