openMSX SoftFabTask: build_openmsx_make
log in
2024-05-18 10:34
Overview
Data
Wrapper Log
1Using Python: python3
2make -f build/main.mk run-3rdparty \
3 OPENMSX_TARGET_CPU=x86_64 \
4 OPENMSX_TARGET_OS=mingw-w64 \
5 OPENMSX_FLAVOUR=opt \
6 3RDPARTY_FLAG=true \
7 PYTHON=python3
8make[1]: Entering directory '/home/openmsx/openMSX'
9Using Python: python3
10make -f build/3rdparty.mk \
11 BUILD_PATH=derived/x86_64-mingw-w64-opt-3rd/3rdparty \
12 OPENMSX_TARGET_CPU=x86_64 \
13 OPENMSX_TARGET_OS=mingw-w64 \
14 _CC=x86_64-w64-mingw32-gcc _CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
15 _LDFLAGS="-m64" \
16 WINDRES=x86_64-w64-mingw32-windres \
17 LINK_MODE=3RD_STA \
18 PYTHON=python3
19make[2]: Entering directory '/home/openmsx/openMSX'
20mkdir -p derived/3rdparty
21python3 build/3rdparty_packages2make.py > derived/3rdparty/packages.mk
22mkdir -p derived/3rdparty/download
23python3 build/download.py https://www.libsdl.org/release/SDL2-2.26.4.tar.gz derived/3rdparty/download
24Downloading SDL2-2.26.4.tar.gz: contacting server...
25Downloading SDL2-2.26.4.tar.gz: done.
26
27python3 build/checksum.py derived/3rdparty/download/SDL2-2.26.4.tar.gz 8084255 sha256=1a0f686498fb768ad9f3f80b39037a7d006eac093aad39cb4ebcc832a8887231
28Validating: derived/3rdparty/download/SDL2-2.26.4.tar.gz
29Validation passed
30touch derived/3rdparty/download/SDL2-2.26.4.tar.gz.verified
31rm -rf derived/3rdparty/src/SDL2-2.26.4
32mkdir -p derived/3rdparty/src
33python3 build/extract.py derived/3rdparty/download/SDL2-2.26.4.tar.gz derived/3rdparty/src SDL2-2.26.4
34test ! -e build/3rdparty/SDL2-2.26.4.diff || python3 build/patch.py build/3rdparty/SDL2-2.26.4.diff derived/3rdparty/src
35touch derived/3rdparty/src/SDL2-2.26.4/.extracted
36mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.26.4
37cd derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.26.4 && \
38 /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/configure \
39 --enable-hidapi \
40 --disable-video-x11 \
41 --disable-video-directfb \
42 --disable-video-opengles1 \
43 --disable-nas \
44 --disable-esd \
45 --disable-arts \
46 --disable-shared \
47 \
48 --host=x86_64-w64-mingw32 \
49 --prefix=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install \
50 --libdir=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib \
51 CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
52 CPPFLAGS="-I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include" \
53 LDFLAGS="-m64 -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib"
54configure: loading site script /usr/share/site/x86_64-pc-linux-gnu
55checking build system type... x86_64-pc-linux-gnu
56checking host system type... x86_64-w64-mingw32
57checking how to print strings... printf
58checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
59checking whether the C compiler works... yes
60checking for C compiler default output file name... a.exe
61checking for suffix of executables... .exe
62checking whether we are cross compiling... yes
63checking for suffix of object files... o
64checking whether the compiler supports GNU C... yes
65checking whether x86_64-w64-mingw32-gcc accepts -g... yes
66checking for x86_64-w64-mingw32-gcc option to enable C11 features... none needed
67checking for a sed that does not truncate output... /usr/bin/sed
68checking for grep that handles long lines and -e... /usr/bin/grep
69checking for egrep... /usr/bin/grep -E
70checking for fgrep... /usr/bin/grep -F
71checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld
72checking if the linker (/usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
73checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
74checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
75checking whether ln -s works... yes
76checking the maximum length of command line arguments... 1572864
77checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32
78checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
79checking for /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
80checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
81checking how to recognize dependent libraries... pass_all
82checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
83checking how to associate runtime and link libraries... func_cygming_dll_for_implib
84checking for x86_64-w64-mingw32-ar... /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ar
85checking for archiver @FILE support... @
86checking for x86_64-w64-mingw32-strip... /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/strip
87checking for x86_64-w64-mingw32-ranlib... /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ranlib
88checking for gawk... gawk
89checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
90checking for sysroot... no
91checking for a working dd... /usr/bin/dd
92checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
93checking for x86_64-w64-mingw32-mt... no
94checking for mt... mt
95configure: WARNING: using cross tools not prefixed with host triplet
96checking if mt is a manifest tool... no
97checking for stdio.h... yes
98checking for stdlib.h... yes
99checking for string.h... yes
100checking for inttypes.h... yes
101checking for stdint.h... yes
102checking for strings.h... yes
103checking for sys/stat.h... yes
104checking for sys/types.h... yes
105checking for unistd.h... yes
106checking for dlfcn.h... no
107checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
108checking for x86_64-w64-mingw32-dlltool... (cached) x86_64-w64-mingw32-dlltool
109checking for x86_64-w64-mingw32-objdump... (cached) x86_64-w64-mingw32-objdump
110checking for objdir... .libs
111checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
112checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
113checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
114checking if x86_64-w64-mingw32-gcc static flag -static works... yes
115checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
116checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
117checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
118checking dynamic linker characteristics... Win32 ld.exe
119checking how to hardcode library paths into programs... immediate
120checking whether stripping libraries is possible... yes
121checking if libtool supports shared libraries... yes
122checking whether to build shared libraries... no
123checking whether to build static libraries... yes
124checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
125checking for gawk... (cached) gawk
126checking for x86_64-w64-mingw32-gcc... (cached) x86_64-w64-mingw32-gcc
127checking whether the compiler supports GNU C... (cached) yes
128checking whether x86_64-w64-mingw32-gcc accepts -g... (cached) yes
129checking for x86_64-w64-mingw32-gcc option to enable C11 features... (cached) none needed
130checking for x86_64-w64-mingw32-g++... x86_64-w64-mingw32-g++
131checking whether the compiler supports GNU C++... yes
132checking whether x86_64-w64-mingw32-g++ accepts -g... yes
133checking for x86_64-w64-mingw32-g++ option to enable C++11 features... none needed
134checking how to run the C++ preprocessor... x86_64-w64-mingw32-g++ -E
135checking for ld used by x86_64-w64-mingw32-g++... /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld
136checking if the linker (/usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
137checking whether the x86_64-w64-mingw32-g++ linker (/usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
138checking for x86_64-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
139checking if x86_64-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
140checking if x86_64-w64-mingw32-g++ static flag -static works... yes
141checking if x86_64-w64-mingw32-g++ supports -c -o file.o... yes
142checking if x86_64-w64-mingw32-g++ supports -c -o file.o... (cached) yes
143checking whether the x86_64-w64-mingw32-g++ linker (/usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
144checking dynamic linker characteristics... Win32 ld.exe
145checking how to hardcode library paths into programs... immediate
146checking for egrep... (cached) /usr/bin/grep -E
147checking for a BSD-compatible install... /usr/bin/install -c
148checking whether make sets $(MAKE)... yes
149checking pkg-config is at least version 0.9.0... yes
150checking for gsort... no
151checking for sort... sort
152checking for special C compiler options needed for large files... no
153checking for _FILE_OFFSET_BITS value needed for large files... 64
154checking for an ANSI C-conforming const... yes
155checking for inline... inline
156checking for working volatile... yes
157checking for GCC -MMD -MT option... yes
158checking for linker option --no-undefined... yes
159checking for linker option --dynamicbase... yes
160checking for linker option --nxcompat... yes
161checking for linker option --high-entropy-va... yes
162checking for sys/types.h... (cached) yes
163checking for stdio.h... (cached) yes
164checking for stdlib.h... (cached) yes
165checking for stddef.h... yes
166checking for stdarg.h... yes
167checking for malloc.h... yes
168checking for memory.h... yes
169checking for string.h... (cached) yes
170checking for strings.h... (cached) yes
171checking for wchar.h... yes
172checking for inttypes.h... (cached) yes
173checking for stdint.h... (cached) yes
174checking for limits.h... yes
175checking for ctype.h... yes
176checking for math.h... yes
177checking for float.h... yes
178checking for iconv.h... no
179checking for signal.h... yes
180checking for linux/input.h... no
181checking for size_t... yes
182checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
183checking for M_PI in math.h... yes
184checking for working alloca.h... no
185checking for alloca... yes
186checking for mprotect... yes
187checking for malloc... yes
188checking for calloc... yes
189checking for realloc... yes
190checking for free... yes
191checking for getenv... yes
192checking for setenv... no
193checking for putenv... yes
194checking for unsetenv... no
195checking for bsearch... yes
196checking for qsort... yes
197checking for abs... yes
198checking for bcopy... no
199checking for memset... yes
200checking for memcmp... yes
201checking for memcpy... yes
202checking for memmove... yes
203checking for wcslen... yes
204checking for wcslcpy... no
205checking for wcslcat... no
206checking for _wcsdup... yes
207checking for wcsdup... yes
208checking for wcsstr... yes
209checking for wcscmp... yes
210checking for wcsncmp... yes
211checking for wcscasecmp... no
212checking for _wcsicmp... yes
213checking for wcsncasecmp... no
214checking for _wcsnicmp... yes
215checking for strlen... yes
216checking for strlcpy... no
217checking for strlcat... no
218checking for _strrev... yes
219checking for _strupr... yes
220checking for _strlwr... yes
221checking for index... no
222checking for rindex... no
223checking for strchr... yes
224checking for strrchr... yes
225checking for strstr... yes
226checking for strtok_r... yes
227checking for itoa... yes
228checking for _ltoa... yes
229checking for _uitoa... no
230checking for _ultoa... yes
231checking for strtod... yes
232checking for strtol... yes
233checking for strtoul... yes
234checking for _i64toa... yes
235checking for _ui64toa... yes
236checking for strtoll... yes
237checking for strtoull... yes
238checking for atoi... yes
239checking for atof... yes
240checking for strcmp... yes
241checking for strncmp... yes
242checking for _stricmp... yes
243checking for strcasecmp... yes
244checking for _strnicmp... yes
245checking for strncasecmp... yes
246checking for strcasestr... no
247checking for vsscanf... yes
248checking for vsnprintf... yes
249checking for fopen64... yes
250checking for fseeko... yes
251checking for fseeko64... yes
252checking for sigaction... no
253checking for setjmp... yes
254checking for nanosleep... yes
255checking for sysconf... no
256checking for sysctlbyname... no
257checking for getauxval... no
258checking for elf_aux_info... no
259checking for poll... no
260checking for _Exit... yes
261checking for pow in -lm... yes
262checking for acos... yes
263checking for acosf... yes
264checking for asin... yes
265checking for asinf... yes
266checking for atan... yes
267checking for atanf... yes
268checking for atan2... yes
269checking for atan2f... yes
270checking for ceil... yes
271checking for ceilf... yes
272checking for copysign... yes
273checking for copysignf... yes
274checking for cos... yes
275checking for cosf... yes
276checking for exp... yes
277checking for expf... yes
278checking for fabs... yes
279checking for fabsf... yes
280checking for floor... yes
281checking for floorf... yes
282checking for trunc... yes
283checking for truncf... yes
284checking for fmod... yes
285checking for fmodf... yes
286checking for log... yes
287checking for logf... yes
288checking for log10... yes
289checking for log10f... yes
290checking for lround... yes
291checking for lroundf... yes
292checking for pow... yes
293checking for powf... yes
294checking for round... yes
295checking for roundf... yes
296checking for scalbn... yes
297checking for scalbnf... yes
298checking for sin... yes
299checking for sinf... yes
300checking for sqrt... yes
301checking for sqrtf... yes
302checking for tan... yes
303checking for tanf... yes
304checking for iconv_open in -liconv... no
305checking for iconv... no
306checking for struct sigaction.sa_sigaction... no
307checking for libunwind.h... no
308checking for GCC builtin atomic operations... yes
309checking for GCC -mmmx option... yes
310checking for GCC -m3dnow option... yes
311checking for GCC -msse option... yes
312checking for GCC -msse2 option... yes
313checking for GCC -msse3 option... yes
314checking for immintrin.h... yes
315checking for Altivec with GCC altivec.h and -maltivec option... no
316checking for Altivec with GCC -maltivec option... no
317checking for Altivec with GCC altivec.h and -faltivec option... no
318checking for Altivec with GCC -faltivec option... no
319checking for GCC -mlsx option... no
320checking for lsxintrin.h... no
321checking for GCC -mlasx option... no
322checking for lasxintrin.h... no
323checking for GCC -Wall option... yes
324checking for necessary GCC -Wno-multichar option... no
325checking for GCC -fno-strict-aliasing option... yes
326checking for GCC -gdwarf-4 option... yes
327checking for GCC -Wdeclaration-after-statement option... yes
328checking Windows compiler... yes
329checking Windows CE... no
330checking for GCC -mpreferred-stack-boundary option... no
331checking for tpcshrd.h... yes
332checking for roapi.h... yes
333checking for shellscalingapi.h... yes
334checking for EGL support... yes
335checking for OpenGL ES v2 headers... yes
336checking for d3d9.h... yes
337checking for d3d11_1.h... yes
338checking for d3d12 Windows SDK version... yes
339checking for ddraw.h... yes
340checking for dsound.h... yes
341checking for dinput.h... yes
342checking for dxgi.h... yes
343checking for xinput.h... yes
344checking for struct XINPUT_GAMEPAD_EX... no
345checking for struct XINPUT_STATE_EX... no
346checking for windows.gaming.input.h... no
347checking for mmdeviceapi.h... yes
348checking for audioclient.h... yes
349checking for hidapi joystick support... yes
350checking for sensorsapi.h... yes
351checking for main in -lmingw32... yes
352checking whether to install sdl2-config... yes
353configure: creating ./config.status
354config.status: creating Makefile
355config.status: creating sdl2-config
356config.status: creating sdl2-config.cmake
357config.status: creating sdl2-config-version.cmake
358config.status: creating SDL2.spec
359config.status: creating sdl2.pc
360config.status: creating include/SDL_config.h
361config.status: executing libtool commands
362config.status: executing sdl2_config commands
363config.status: executing summary commands
364SDL2 Configure Summary:
365Building Static Libraries
366Enabled modules : atomic audio video render events joystick haptic hidapi sensor power filesystem threads timers file misc locale loadso cpuinfo assembly
367Assembly Math : mmx 3dnow sse sse2 sse3
368Audio drivers : disk dummy winmm directsound wasapi
369Video drivers : dummy offscreen opengl opengl_es1 opengl_es2 vulkan d3d9 d3d11 d3d12
370Input drivers :
371Enable virtual joystick APIs : YES
372Using libsamplerate : NO
373Using libudev : NO
374Using dbus : NO
375Using ime : NO
376Using ibus : NO
377Using fcitx : NO
378make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.26.4
379make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.26.4'
380/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/build-scripts//updaterev.sh --vendor ""
381/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/build-scripts//mkinstalldirs build
382mkdir -p -- build
383touch build/.created
384 CC build/SDL_dataqueue.lo
385 CC build/SDL_assert.lo
386 CC build/SDL_error.lo
387 CC build/SDL_guid.lo
388 CC build/SDL_hints.lo
389 CC build/SDL_list.lo
390 CC build/SDL_log.lo
391 CC build/SDL_utils.lo
392 CC build/SDL_atomic.lo
393 CC build/SDL_spinlock.lo
394 CC build/SDL_audio.lo
395 CC build/SDL_audiocvt.lo
396 CC build/SDL_audiodev.lo
397 CC build/SDL_audiotypecvt.lo
398 CC build/SDL_mixer.lo
399 CC build/SDL_wave.lo
400 CC build/SDL_cpuinfo.lo
401 CC build/SDL_dynapi.lo
402 CC build/SDL_clipboardevents.lo
403 CC build/SDL_displayevents.lo
404 CC build/SDL_dropevents.lo
405 CC build/SDL_events.lo
406 CC build/SDL_gesture.lo
407 CC build/SDL_keyboard.lo
408 CC build/SDL_keysym_to_scancode.lo
409 CC build/SDL_mouse.lo
410 CC build/SDL_quit.lo
411 CC build/SDL_scancode_tables.lo
412 CC build/SDL_touch.lo
413 CC build/SDL_windowevents.lo
414 CC build/imKStoUCS.lo
415 CC build/SDL_rwops.lo
416 CC build/SDL_haptic.lo
417 CC build/SDL_hidapi.lo
418 CC build/SDL_gamecontroller.lo
419 CC build/SDL_joystick.lo
420 CC build/controller_type.lo
421 CC build/e_atan2.lo
422 CC build/e_exp.lo
423 CC build/e_fmod.lo
424 CC build/e_log.lo
425 CC build/e_log10.lo
426 CC build/e_pow.lo
427 CC build/e_rem_pio2.lo
428 CC build/e_sqrt.lo
429 CC build/k_cos.lo
430 CC build/k_rem_pio2.lo
431 CC build/k_sin.lo
432 CC build/k_tan.lo
433 CC build/s_atan.lo
434 CC build/s_copysign.lo
435 CC build/s_cos.lo
436 CC build/s_fabs.lo
437 CC build/s_floor.lo
438 CC build/s_scalbn.lo
439 CC build/s_sin.lo
440 CC build/s_tan.lo
441 CC build/SDL_url.lo
442 CC build/SDL_power.lo
443 CC build/SDL_d3dmath.lo
444 CC build/SDL_render.lo
445 CC build/SDL_yuv_sw.lo
446 CC build/SDL_render_d3d.lo
447 CC build/SDL_shaders_d3d.lo
448 CC build/SDL_render_d3d11.lo
449 CC build/SDL_shaders_d3d11.lo
450 CC build/SDL_render_d3d12.lo
451 CC build/SDL_shaders_d3d12.lo
452 CC build/SDL_render_gl.lo
453 CC build/SDL_shaders_gl.lo
454 CC build/SDL_render_gles.lo
455 CC build/SDL_render_gles2.lo
456 CC build/SDL_shaders_gles2.lo
457 CC build/SDL_render_ps2.lo
458 CC build/SDL_render_psp.lo
459 CC build/SDL_blendfillrect.lo
460 CC build/SDL_blendline.lo
461 CC build/SDL_blendpoint.lo
462 CC build/SDL_drawline.lo
463 CC build/SDL_drawpoint.lo
464 CC build/SDL_render_sw.lo
465 CC build/SDL_rotate.lo
466 CC build/SDL_triangle.lo
467 CC build/SDL_render_vita_gxm.lo
468 CC build/SDL_render_vita_gxm_memory.lo
469 CC build/SDL_render_vita_gxm_tools.lo
470 CC build/SDL_sensor.lo
471 CC build/SDL_crc16.lo
472 CC build/SDL_crc32.lo
473 CC build/SDL_getenv.lo
474 CC build/SDL_iconv.lo
475 CC build/SDL_malloc.lo
476 CC build/SDL_mslibc.lo
477 CC build/SDL_qsort.lo
478 CC build/SDL_stdlib.lo
479 CC build/SDL_string.lo
480 CC build/SDL_strtokr.lo
481 CC build/SDL_thread.lo
482 CC build/SDL_timer.lo
483 CC build/SDL_RLEaccel.lo
484 CC build/SDL_blit.lo
485 CC build/SDL_blit_0.lo
486 CC build/SDL_blit_1.lo
487 CC build/SDL_blit_A.lo
488 CC build/SDL_blit_N.lo
489 CC build/SDL_blit_auto.lo
490 CC build/SDL_blit_copy.lo
491 CC build/SDL_blit_slow.lo
492 CC build/SDL_bmp.lo
493 CC build/SDL_clipboard.lo
494 CC build/SDL_egl.lo
495 CC build/SDL_fillrect.lo
496 CC build/SDL_pixels.lo
497 CC build/SDL_rect.lo
498 CC build/SDL_shape.lo
499 CC build/SDL_stretch.lo
500 CC build/SDL_surface.lo
501 CC build/SDL_video.lo
502 CC build/SDL_vulkan_utils.lo
503 CC build/SDL_yuv.lo
504 CC build/yuv_rgb.lo
505 CC build/SDL_locale.lo
506 CC build/SDL_nullevents.lo
507 CC build/SDL_nullframebuffer.lo
508 CC build/SDL_nullvideo.lo
509 CC build/SDL_offscreenevents.lo
510 CC build/SDL_offscreenframebuffer.lo
511 CC build/SDL_offscreenopengles.lo
512 CC build/SDL_offscreenvideo.lo
513 CC build/SDL_offscreenwindow.lo
514 CC build/SDL_diskaudio.lo
515 CC build/SDL_dummyaudio.lo
516 CC build/SDL_hidapi_combined.lo
517 CC build/SDL_hidapi_gamecube.lo
518 CC build/SDL_hidapi_luna.lo
519 CC build/SDL_hidapi_ps3.lo
520 CC build/SDL_hidapi_ps4.lo
521 CC build/SDL_hidapi_ps5.lo
522 CC build/SDL_hidapi_rumble.lo
523 CC build/SDL_hidapi_shield.lo
524 CC build/SDL_hidapi_stadia.lo
525 CC build/SDL_hidapi_steam.lo
526 CC build/SDL_hidapi_switch.lo
527 CC build/SDL_hidapi_wii.lo
528 CC build/SDL_hidapi_xbox360.lo
529 CC build/SDL_hidapi_xbox360w.lo
530 CC build/SDL_hidapi_xboxone.lo
531 CC build/SDL_hidapijoystick.lo
532 CC build/SDL_hid.lo
533 CC build/SDL_immdevice.lo
534 CC build/SDL_windows.lo
535 CC build/SDL_xinput.lo
536 CC build/SDL_sysurl.lo
537 CC build/SDL_syslocale.lo
538 CC build/SDL_windowsclipboard.lo
539 CC build/SDL_windowsevents.lo
540 CC build/SDL_windowsframebuffer.lo
541 CC build/SDL_windowskeyboard.lo
542 CC build/SDL_windowsmessagebox.lo
543 CC build/SDL_windowsmodes.lo
544 CC build/SDL_windowsmouse.lo
545 CC build/SDL_windowsopengl.lo
546 CC build/SDL_windowsopengles.lo
547 CC build/SDL_windowsshape.lo
548 CC build/SDL_windowsvideo.lo
549 CC build/SDL_windowsvulkan.lo
550 CC build/SDL_windowswindow.lo
551 CC build/SDL_winmm.lo
552 CC build/SDL_directsound.lo
553 CC build/SDL_wasapi.lo
554 CC build/SDL_wasapi_win32.lo
555 CC build/SDL_dinputjoystick.lo
556 CC build/SDL_rawinputjoystick.lo
557 CC build/SDL_windows_gaming_input.lo
558 CC build/SDL_windowsjoystick.lo
559 CC build/SDL_xinputjoystick.lo
560 CC build/SDL_dinputhaptic.lo
561 CC build/SDL_windowshaptic.lo
562 CC build/SDL_xinputhaptic.lo
563 CC build/SDL_windowssensor.lo
564 CC build/SDL_syspower.lo
565 CC build/SDL_sysfilesystem.lo
566 CC build/SDL_syscond_cv.lo
567 CC build/SDL_sysmutex.lo
568 CC build/SDL_syssem.lo
569 CC build/SDL_systhread.lo
570 CC build/SDL_systls.lo
571 CC build/SDL_syscond.lo
572 CC build/SDL_systimer.lo
573 CC build/SDL_sysloadso.lo
574 CC build/SDL_virtualjoystick.lo
575 RC build/version.lo
576 CC build/SDL_windows_main.lo
577 CC build/SDL_test_assert.lo
578 CC build/SDL_test_common.lo
579 CC build/SDL_test_compare.lo
580 CC build/SDL_test_crc32.lo
581 CC build/SDL_test_font.lo
582 CC build/SDL_test_fuzzer.lo
583 CC build/SDL_test_harness.lo
584 CC build/SDL_test_imageBlit.lo
585 CC build/SDL_test_imageBlitBlend.lo
586 CC build/SDL_test_imageFace.lo
587 CC build/SDL_test_imagePrimitives.lo
588 CC build/SDL_test_imagePrimitivesBlend.lo
589 CC build/SDL_test_log.lo
590 CC build/SDL_test_md5.lo
591 CC build/SDL_test_memory.lo
592 CC build/SDL_test_random.lo
593 CC build/SDL.lo
594 LTLINK build/libSDL2main.la
595 LTLINK build/libSDL2_test.la
596 LTLINK build/libSDL2.la
597make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.26.4'
598mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
599touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/build-SDL2-2.26.4
600make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.26.4 install \
601 \
602
603make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.26.4'
604/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/build-scripts//updaterev.sh --vendor ""
605/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/build-scripts//mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin
606/usr/bin/install -c -m 755 sdl2-config /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin/sdl2-config
607/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/build-scripts//mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2
608/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/build-scripts//mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/share/aclocal
609/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/build-scripts//mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib
610/bin/sh ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2.la /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2.la
611for 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_guid.h SDL_haptic.h SDL_hidapi.h SDL_hints.h SDL_joystick.h SDL_keyboard.h SDL_keycode.h SDL_loadso.h SDL_locale.h SDL_log.h SDL_main.h SDL_messagebox.h SDL_metal.h SDL_misc.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_assert.h SDL_test_common.h SDL_test_compare.h SDL_test_crc32.h SDL_test_font.h SDL_test_fuzzer.h SDL_test.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 \
612 /usr/bin/install -c -m 644 /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/include/$file /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2/$file; \
613done
614/usr/bin/install -c -m 644 /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/sdl2.m4 /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/share/aclocal/sdl2.m4
615/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/build-scripts//mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/pkgconfig
616/usr/bin/install -c -m 644 sdl2.pc /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/pkgconfig
617/bin/sh /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/build-scripts//mkinstalldirs /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/cmake/SDL2
618/usr/bin/install -c -m 644 sdl2-config.cmake /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/cmake/SDL2
619/usr/bin/install -c -m 644 sdl2-config-version.cmake /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/cmake/SDL2
620/usr/bin/install -c -m 644 include/SDL_config.h /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2/SDL_config.h
621if test -f include/SDL_revision.h; then \
622 /usr/bin/install -c -m 644 include/SDL_revision.h /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2/SDL_revision.h; \
623else \
624 /usr/bin/install -c -m 644 /home/openmsx/openMSX/derived/3rdparty/src/SDL2-2.26.4/include/SDL_revision.h /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2/SDL_revision.h; \
625fi
626/bin/sh ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2main.la /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2main.la
627/bin/sh ./libtool --quiet --mode=install /usr/bin/install -c build/libSDL2_test.la /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2_test.la
628make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2-2.26.4'
629mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
630touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/install-SDL2-2.26.4
631mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15
632cd derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15 && /home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/configure \
633 --disable-sdltest \
634 --disable-shared \
635 --host=x86_64-w64-mingw32 \
636 --prefix=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install \
637 --libdir=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib \
638 --without-x \
639 CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
640 CPPFLAGS="-I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include" \
641 LDFLAGS="-m64"
642configure: loading site script /usr/share/site/x86_64-pc-linux-gnu
643checking build system type... x86_64-pc-linux-gnu
644checking host system type... x86_64-w64-mingw32
645checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
646checking whether the C compiler works... yes
647checking for C compiler default output file name... a.exe
648checking for suffix of executables... .exe
649checking whether we are cross compiling... yes
650checking for suffix of object files... o
651checking whether we are using the GNU C compiler... yes
652checking whether x86_64-w64-mingw32-gcc accepts -g... yes
653checking for x86_64-w64-mingw32-gcc option to accept ISO C89... none needed
654checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
655checking for a sed that does not truncate output... /usr/bin/sed
656checking for grep that handles long lines and -e... /usr/bin/grep
657checking for egrep... /usr/bin/grep -E
658checking for fgrep... /usr/bin/grep -F
659checking for ld used by x86_64-w64-mingw32-gcc... /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld
660checking if the linker (/usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld) is GNU ld... yes
661checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
662checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
663checking whether ln -s works... yes
664checking the maximum length of command line arguments... 1572864
665checking whether the shell understands some XSI constructs... yes
666checking whether the shell understands "+="... yes
667checking for /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld option to reload object files... -r
668checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
669checking how to recognize dependent libraries... pass_all
670checking for x86_64-w64-mingw32-ar... /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ar
671checking for x86_64-w64-mingw32-strip... /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/strip
672checking for x86_64-w64-mingw32-ranlib... /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ranlib
673checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
674checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
675checking for ANSI C header files... yes
676checking for sys/types.h... yes
677checking for sys/stat.h... yes
678checking for stdlib.h... yes
679checking for string.h... yes
680checking for memory.h... yes
681checking for strings.h... yes
682checking for inttypes.h... yes
683checking for stdint.h... yes
684checking for unistd.h... yes
685checking for dlfcn.h... no
686checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
687checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
688checking for x86_64-w64-mingw32-objdump... (cached) x86_64-w64-mingw32-objdump
689checking for objdir... .libs
690checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
691checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
692checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
693checking if x86_64-w64-mingw32-gcc static flag -static works... yes
694checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
695checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
696checking whether the x86_64-w64-mingw32-gcc linker (/usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld) supports shared libraries... yes
697checking dynamic linker characteristics... Win32 ld.exe
698checking how to hardcode library paths into programs... immediate
699checking whether stripping libraries is possible... yes
700checking if libtool supports shared libraries... yes
701checking whether to build shared libraries... no
702checking whether to build static libraries... yes
703checking for a BSD-compatible install... /usr/bin/install -c
704checking whether build environment is sane... yes
705checking for x86_64-w64-mingw32-strip... (cached) /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/strip
706checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
707checking for gawk... gawk
708checking whether make sets $(MAKE)... yes
709checking whether make supports the include directive... yes (GNU style)
710checking whether make supports nested variables... yes
711checking dependency style of x86_64-w64-mingw32-gcc... gcc3
712checking for x86_64-w64-mingw32-gcc... (cached) x86_64-w64-mingw32-gcc
713checking whether we are using the GNU C compiler... (cached) yes
714checking whether x86_64-w64-mingw32-gcc accepts -g... (cached) yes
715checking for x86_64-w64-mingw32-gcc option to accept ISO C89... (cached) none needed
716checking whether x86_64-w64-mingw32-gcc understands -c and -o together... (cached) yes
717checking whether make sets $(MAKE)... (cached) yes
718checking for windres... x86_64-w64-mingw32-windres
719checking pkg-config is at least version 0.9.0... yes
720checking for FT2... yes
721checking for SDL... yes
722checking for OpenGL support... yes
723checking that generated files are newer than configure... done
724configure: creating ./config.status
725config.status: creating Makefile
726config.status: creating SDL2_ttf.spec
727config.status: creating SDL2_ttf.pc
728config.status: executing libtool commands
729config.status: executing depfiles commands
730make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15 noinst_PROGRAMS=""
731make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
732/bin/sh ./libtool --tag=CC --mode=compile x86_64-w64-mingw32-gcc -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 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_ttf\" -DVERSION=\"2.0.15\" -I. -I/home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/freetype2 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/libpng16 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -Dmain=SDL_main -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2 -DHAVE_OPENGL -MT SDL_ttf.lo -MD -MP -MF .deps/SDL_ttf.Tpo -c -o SDL_ttf.lo /home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/SDL_ttf.c
733libtool: compile: x86_64-w64-mingw32-gcc -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 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_ttf\" -DVERSION=\"2.0.15\" -I. -I/home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/freetype2 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/libpng16 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -Dmain=SDL_main -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2 -DHAVE_OPENGL -MT SDL_ttf.lo -MD -MP -MF .deps/SDL_ttf.Tpo -c /home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/SDL_ttf.c -o SDL_ttf.o
734mv -f .deps/SDL_ttf.Tpo .deps/SDL_ttf.Plo
735/bin/sh ./libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/freetype2 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/libpng16 -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -Dmain=SDL_main -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include -I/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2 -DHAVE_OPENGL -no-undefined -release 2.0 -version-info 14:1:14 -Wl,version.o -m64 -o libSDL2_ttf.la -rpath /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib SDL_ttf.lo -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -lfreetype -L/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib -lmingw32 -lSDL2main -lSDL2 -mwindows -Wl,--dynamicbase -Wl,--nxcompat -Wl,--high-entropy-va -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lsetupapi -lversion -luuid
736libtool: link: rm -fr .libs/libSDL2_ttf.a .libs/libSDL2_ttf.la .libs/libSDL2_ttf.lai
737libtool: link: /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ar cru .libs/libSDL2_ttf.a SDL_ttf.o
738libtool: link: /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ranlib .libs/libSDL2_ttf.a
739libtool: link: ( cd ".libs" && rm -f "libSDL2_ttf.la" && ln -s "../libSDL2_ttf.la" "libSDL2_ttf.la" )
740make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
741mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
742touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/build-SDL2_ttf-2.0.15
743make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15 install \
744 noinst_PROGRAMS="" \
745
746make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
747make[4]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
748 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib'
749 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2'
750 /usr/bin/mkdir -p '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/pkgconfig'
751 /bin/sh ./libtool --mode=install /usr/bin/install -c libSDL2_ttf.la '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib'
752 /usr/bin/install -c -m 644 /home/openmsx/openMSX/derived/3rdparty/src/SDL2_ttf-2.0.15/SDL_ttf.h '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/SDL2'
753 /usr/bin/install -c -m 644 SDL2_ttf.pc '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/pkgconfig'
754libtool: install: /usr/bin/install -c .libs/libSDL2_ttf.lai /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2_ttf.la
755libtool: install: /usr/bin/install -c .libs/libSDL2_ttf.a /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2_ttf.a
756libtool: install: chmod 644 /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2_ttf.a
757libtool: install: /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ranlib /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/libSDL2_ttf.a
758----------------------------------------------------------------------
759Libraries have been installed in:
760 /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib
761
762If you ever happen to want to link against installed libraries
763in a given directory, LIBDIR, you must either use libtool, and
764specify the full pathname of the library, or use the `-LLIBDIR'
765flag during linking and do at least one of the following:
766 - add LIBDIR to the `PATH' environment variable
767 during execution
768 - add LIBDIR to the `LD_RUN_PATH' environment variable
769 during linking
770 - use the `-LLIBDIR' linker flag
771 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
772
773See any operating system documentation about shared libraries for
774more information, such as the ld(1) and ld.so(8) manual pages.
775----------------------------------------------------------------------
776make[4]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
777make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/SDL2_ttf-2.0.15'
778mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
779touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/install-SDL2_ttf-2.0.15
780make[2]: Leaving directory '/home/openmsx/openMSX'
781make[1]: Leaving directory '/home/openmsx/openMSX'
782make -f build/main.mk bindist \
783 OPENMSX_TARGET_CPU=x86_64 \
784 OPENMSX_TARGET_OS=mingw-w64 \
785 OPENMSX_FLAVOUR=opt \
786 3RDPARTY_FLAG=true \
787 PYTHON=python3
788make[1]: Entering directory '/home/openmsx/openMSX'
789Using Python: python3
790Build configuration:
791Updating derived/x86_64-mingw-w64-opt-3rd/config/Version.ii...
792 Platform: x86_64-mingw-w64
793 Flavour: opt
794 Compiler: x86_64-w64-mingw32-g++
795 Subset: full build
796Compiling CommandLineParser.cc...
797Compiling DeviceFactory.cc...
798Compiling GlobalSettings.cc...
799Compiling MSXMotherBoard.cc...
800Compiling MSXPPI.cc...
801Compiling PluggableFactory.cc...
802Compiling Printer.cc...
803Compiling Reactor.cc...
804Compiling RealTime.cc...
805Compiling ReverseManager.cc...
806Compiling SC3000PPI.cc...
807Compiling SG1000Pause.cc...
808Compiling SVIPPI.cc...
809Compiling Version.cc...
810Compiling main.cc...
811Compiling cassette/CassettePlayer.cc...
812Compiling commands/Command.cc...
813Compiling commands/GlobalCommandController.cc...
814Compiling commands/MSXCommandController.cc...
815Compiling commands/ProxyCommand.cc...
816Compiling commands/TclCallback.cc...
817Compiling config/SettingsConfig.cc...
818Compiling console/CommandConsole.cc...
819Compiling console/OSDConsoleRenderer.cc...
820Compiling console/OSDGUI.cc...
821Compiling console/OSDRectangle.cc...
822Compiling console/OSDText.cc...
823Compiling console/OSDWidget.cc...
824Compiling console/TTFFont.cc...
825Compiling cpu/MSXCPUInterface.cc...
826Compiling events/AfterCommand.cc...
827Compiling events/CliConnection.cc...
828Compiling events/Event.cc...
829Compiling events/EventDistributor.cc...
830Compiling events/HotKey.cc...
831Compiling events/InputEventFactory.cc...
832Compiling events/InputEventGenerator.cc...
833Compiling events/Keys.cc...
834Compiling fdc/DiskManipulator.cc...
835Compiling file/FilePool.cc...
836Compiling input/ArkanoidPad.cc...
837Compiling input/ColecoJoystickIO.cc...
838Compiling input/EventDelay.cc...
839Compiling input/JoyMega.cc...
840Compiling input/Joystick.cc...
841Compiling input/KeyJoystick.cc...
842Compiling input/Keyboard.cc...
843Compiling input/KeyboardSettings.cc...
844Compiling input/Mouse.cc...
845Compiling input/Paddle.cc...
846Compiling input/Touchpad.cc...
847Compiling input/Trackball.cc...
848Compiling laserdisc/LaserdiscPlayer.cc...
849Compiling laserdisc/PioneerLDControl.cc...
850Compiling serial/MidiInReader.cc...
851Compiling serial/MidiInWindows.cc...
852Compiling serial/RS232Tester.cc...
853Compiling settings/KeyCodeSetting.cc...
854Compiling settings/ProxySetting.cc...
855Compiling settings/Setting.cc...
856In file included from src/serial/MidiInWindows.hh:14,
857 from src/serial/MidiInWindows.cc:2:
858src/utils/circular_buffer.hh: In instantiation of 'void circular_buffer<T>::push_back(T2&&) [with T2 = long unsigned int; T = unsigned char]':
859src/utils/circular_buffer.hh:348:52: required from 'void cb_queue<T>::push_back(U&&) [with U = long unsigned int; T = unsigned char]'
860src/serial/MidiInWindows.cc:126:18: required from here
861src/utils/circular_buffer.hh:211:17: warning: conversion from 'long unsigned int' to 'unsigned char' may change value [-Wconversion]
862 211 | ::new (last) T(std::forward<T2>(t));
863 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
864Compiling settings/SettingsManager.cc...
865Compiling settings/UserSettings.cc...
866Compiling sound/Mixer.cc...
867Compiling sound/SDLSoundDriver.cc...
868Compiling video/Display.cc...
869Compiling video/FBPostProcessor.cc...
870Compiling video/GLImage.cc...
871Compiling video/PNG.cc...
872Compiling video/PixelRenderer.cc...
873Compiling video/PostProcessor.cc...
874Compiling video/SDLGLOffScreenSurface.cc...
875Compiling video/SDLGLVisibleSurface.cc...
876Compiling video/SDLImage.cc...
877Compiling video/SDLOffScreenSurface.cc...
878Compiling video/SDLOutputSurface.cc...
879Compiling video/SDLSnow.cc...
880Compiling video/SDLVideoSystem.cc...
881Compiling video/SDLVisibleSurface.cc...
882Compiling video/SDLVisibleSurfaceBase.cc...
883Compiling video/VideoLayer.cc...
884Compiling video/VisibleSurface.cc...
885Compiling video/ld/LDPixelRenderer.cc...
886Compiling video/scalers/DirectScalerOutput.cc...
887Compiling video/scalers/StretchScalerOutput.cc...
888Compiling video/v9990/V9990PixelRenderer.cc...
889Compiling video/v9990/Video9000.cc...
890Updating derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h...
891Compiling resources...
892Linking openmsx.exe...
893Removing any old binary package...
894Creating binary package:
895 Executable...
896 Data files...
897 Documentation...
898 C-BIOS...
899 Creating symlinks...
900make[1]: Leaving directory '/home/openmsx/openMSX'