openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 08:24
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
18make[2]: Nothing to be done for `all'.
19/Library/Developer/CommandLineTools/usr/bin/make -f build/main.mk bindist \
20 OPENMSX_TARGET_CPU=x86_64 \
21 OPENMSX_TARGET_OS=darwin \
22 OPENMSX_FLAVOUR=opt \
23 3RDPARTY_FLAG=true \
24 PYTHON=python3
25Using Python: python3
26Build configuration:
27 Platform: x86_64-darwin
28 Flavour: opt
29 Compiler: clang++
30 Subset: full build
31Updating derived/x86_64-darwin-opt-3rd/config/Version.ii...
32Compiling DebugDevice.cc...
33Compiling DeviceFactory.cc...
34Compiling MSXE6Timer.cc...
35Compiling MSXHiResTimer.cc...
36Compiling MSXMatsushita.cc...
37Compiling MSXRTC.cc...
38Compiling PluggableFactory.cc...
39In file included from src/PluggableFactory.cc:18:
40In file included from src/input/Touchpad.hh:8:
41In file included from src/video/gl_mat.hh:21:
42src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
43 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
44 ^
45/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
46template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
47 ^
481 warning generated.
49Compiling RP5C01.cc...
50Compiling Reactor.cc...
51In file included from src/Reactor.cc:24:
52In file included from src/video/Display.hh:4:
53In file included from src/video/RenderSettings.hh:10:
54In file included from src/video/gl_mat.hh:21:
55src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
56 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
57 ^
58/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
59template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
60 ^
611 warning generated.
62Compiling ReverseManager.cc...
63In file included from src/ReverseManager.cc:18:
64In file included from src/video/Display.hh:4:
65In file included from src/video/RenderSettings.hh:10:
66In file included from src/video/gl_mat.hh:21:
67src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
68 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
69 ^
70/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
71template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
72 ^
731 warning generated.
74Compiling Version.cc...
75Compiling main.cc...
76In file included from src/main.cc:11:
77In file included from src/video/Display.hh:4:
78In file included from src/video/RenderSettings.hh:10:
79In file included from src/video/gl_mat.hh:21:
80src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
81 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
82 ^
83/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
84template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
85 ^
861 warning generated.
87Compiling cassette/CasImage.cc...
88Compiling console/CommandConsole.cc...
89In file included from src/console/CommandConsole.cc:12:
90In file included from src/video/Display.hh:4:
91In file included from src/video/RenderSettings.hh:10:
92In file included from src/video/gl_mat.hh:21:
93src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
94 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
95 ^
96/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
97template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
98 ^
991 warning generated.
100Compiling console/OSDConsoleRenderer.cc...
101In file included from src/console/OSDConsoleRenderer.cc:1:
102In file included from src/console/OSDConsoleRenderer.hh:4:
103In file included from src/video/BaseImage.hh:4:
104src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
105 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
106 ^
107/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
108template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
109 ^
1101 warning generated.
111Compiling console/OSDGUI.cc...
112In file included from src/console/OSDGUI.cc:1:
113In file included from src/console/OSDGUI.hh:4:
114In file included from src/console/OSDTopWidget.hh:4:
115In file included from src/console/OSDWidget.hh:5:
116src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
117 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
118 ^
119/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
120template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
121 ^
1221 warning generated.
123Compiling console/OSDGUILayer.cc...
124In file included from src/console/OSDGUILayer.cc:2:
125In file included from src/console/OSDGUI.hh:4:
126In file included from src/console/OSDTopWidget.hh:4:
127In file included from src/console/OSDWidget.hh:5:
128src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
129 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
130 ^
131/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
132template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
133 ^
1341 warning generated.
135Compiling console/OSDImageBasedWidget.cc...
136In file included from src/console/OSDImageBasedWidget.cc:1:
137In file included from src/console/OSDImageBasedWidget.hh:4:
138In file included from src/console/OSDWidget.hh:5:
139src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
140 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
141 ^
142/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
143template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
144 ^
1451 warning generated.
146Compiling console/OSDRectangle.cc...
147In file included from src/console/OSDRectangle.cc:1:
148In file included from src/console/OSDRectangle.hh:4:
149In file included from src/console/OSDImageBasedWidget.hh:4:
150In file included from src/console/OSDWidget.hh:5:
151src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
152 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
153 ^
154/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
155template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
156 ^
1571 warning generated.
158Compiling console/OSDText.cc...
159In file included from src/console/OSDText.cc:1:
160In file included from src/console/OSDText.hh:4:
161In file included from src/console/OSDImageBasedWidget.hh:4:
162In file included from src/console/OSDWidget.hh:5:
163src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
164 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
165 ^
166/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
167template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
168 ^
1691 warning generated.
170Compiling console/OSDTopWidget.cc...
171In file included from src/console/OSDTopWidget.cc:1:
172In file included from src/console/OSDTopWidget.hh:4:
173In file included from src/console/OSDWidget.hh:5:
174src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
175 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
176 ^
177/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
178template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
179 ^
1801 warning generated.
181Compiling console/OSDWidget.cc...
182In file included from src/console/OSDWidget.cc:1:
183In file included from src/console/OSDWidget.hh:5:
184src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
185 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
186 ^
187/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
188template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
189 ^
1901 warning generated.
191Compiling cpu/CPUCore.cc...
192Compiling cpu/MSXCPU.cc...
193Compiling cpu/MSXCPUInterface.cc...
194Compiling cpu/VDPIODelay.cc...
195Compiling fdc/MSXFDC.cc...
196Compiling fdc/NowindInterface.cc...
197Compiling fdc/RealDrive.cc...
198Compiling fdc/TC8566AF.cc...
199Compiling fdc/WD2793.cc...
200Compiling file/FilePool.cc...
201In file included from src/file/FilePool.cc:10:
202In file included from src/video/Display.hh:4:
203In file included from src/video/RenderSettings.hh:10:
204In file included from src/video/gl_mat.hh:21:
205src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
206 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
207 ^
208/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
209template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
210 ^
2111 warning generated.
212Compiling ide/HD.cc...
213In file included from src/ide/HD.cc:9:
214In file included from src/video/Display.hh:4:
215In file included from src/video/RenderSettings.hh:10:
216In file included from src/video/gl_mat.hh:21:
217src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
218 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
219 ^
220/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
221template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
222 ^
2231 warning generated.
224Compiling input/Mouse.cc...
225Compiling input/Touchpad.cc...
226In file included from src/input/Touchpad.cc:8:
227In file included from src/input/Touchpad.hh:8:
228In file included from src/video/gl_mat.hh:21:
229src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
230 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
231 ^
232/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
233template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
234 ^
2351 warning generated.
236Compiling laserdisc/LaserdiscPlayer.cc...
237In file included from src/laserdisc/LaserdiscPlayer.cc:11:
238In file included from src/video/Display.hh:4:
239In file included from src/video/RenderSettings.hh:10:
240In file included from src/video/gl_mat.hh:21:
241src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
242 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
243 ^
244/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
245template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
246 ^
2471 warning generated.
248Compiling laserdisc/PioneerLDControl.cc...
249Compiling memory/Carnivore2.cc...
250Compiling memory/ESE_SCC.cc...
251Compiling memory/KonamiUltimateCollection.cc...
252Compiling memory/MegaFlashRomSCCPlus.cc...
253Compiling memory/MegaFlashRomSCCPlusSD.cc...
254Compiling memory/ReproCartridgeV1.cc...
255Compiling memory/ReproCartridgeV2.cc...
256Compiling memory/RomFactory.cc...
257Compiling memory/RomKonamiSCC.cc...
258Compiling memory/RomManbow2.cc...
259Compiling sound/MSXAudio.cc...
260Compiling sound/MSXMoonSound.cc...
261Compiling sound/MSXSCCPlusCart.cc...
262Compiling sound/MSXTurboRPCM.cc...
263Compiling sound/SCC.cc...
264Compiling sound/Y8950.cc...
265Compiling sound/Y8950Adpcm.cc...
266Compiling sound/Y8950Periphery.cc...
267Compiling utils/DivModBySame.cc...
268Compiling video/ADVram.cc...
269Compiling video/AviRecorder.cc...
270In file included from src/video/AviRecorder.cc:8:
271In file included from src/video/Display.hh:4:
272In file included from src/video/RenderSettings.hh:10:
273In file included from src/video/gl_mat.hh:21:
274src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
275 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
276 ^
277/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
278template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
279 ^
2801 warning generated.
281Compiling video/BaseImage.cc...
282In file included from src/video/BaseImage.cc:1:
283In file included from src/video/BaseImage.hh:4:
284src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
285 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
286 ^
287/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
288template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
289 ^
2901 warning generated.
291Compiling video/CharacterConverter.cc...
292Compiling video/Display.cc...
293In file included from src/video/Display.cc:1:
294In file included from src/video/Display.hh:4:
295In file included from src/video/RenderSettings.hh:10:
296In file included from src/video/gl_mat.hh:21:
297src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
298 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
299 ^
300/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
301template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
302 ^
3031 warning generated.
304Compiling video/FBPostProcessor.cc...
305In file included from src/video/FBPostProcessor.cc:1:
306In file included from src/video/FBPostProcessor.hh:5:
307In file included from src/video/RenderSettings.hh:10:
308In file included from src/video/gl_mat.hh:21:
309src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
310 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
311 ^
312/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
313template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
314 ^
3151 warning generated.
316Compiling video/GLContext.cc...
317In file included from src/video/GLContext.cc:1:
318In file included from src/video/GLContext.hh:5:
319In file included from src/video/gl_mat.hh:21:
320src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
321 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
322 ^
323/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
324template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
325 ^
3261 warning generated.
327Compiling video/GLImage.cc...
328In file included from src/video/GLImage.cc:1:
329In file included from src/video/GLImage.hh:4:
330In file included from src/video/BaseImage.hh:4:
331src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
332 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
333 ^
334/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
335template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
336 ^
3371 warning generated.
338Compiling video/GLPostProcessor.cc...
339In file included from src/video/GLPostProcessor.cc:1:
340In file included from src/video/GLPostProcessor.hh:5:
341In file included from src/video/RenderSettings.hh:10:
342In file included from src/video/gl_mat.hh:21:
343src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
344 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
345 ^
346/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
347template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
348 ^
3491 warning generated.
350Compiling video/GLSnow.cc...
351In file included from src/video/GLSnow.cc:2:
352In file included from src/video/GLContext.hh:5:
353In file included from src/video/gl_mat.hh:21:
354src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
355 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
356 ^
357/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
358template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
359 ^
3601 warning generated.
361Compiling video/OutputSurface.cc...
362In file included from src/video/OutputSurface.cc:1:
363In file included from src/video/OutputSurface.hh:5:
364src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
365 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
366 ^
367/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
368template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
369 ^
3701 warning generated.
371Compiling video/PixelRenderer.cc...
372In file included from src/video/PixelRenderer.cc:6:
373In file included from src/video/PixelRenderer.hh:6:
374In file included from src/video/RenderSettings.hh:10:
375In file included from src/video/gl_mat.hh:21:
376src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
377 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
378 ^
379/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
380template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
381 ^
3821 warning generated.
383Compiling video/PostProcessor.cc...
384In file included from src/video/PostProcessor.cc:2:
385In file included from src/video/Display.hh:4:
386In file included from src/video/RenderSettings.hh:10:
387In file included from src/video/gl_mat.hh:21:
388src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
389 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
390 ^
391/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
392template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
393 ^
3941 warning generated.
395Compiling video/RenderSettings.cc...
396In file included from src/video/RenderSettings.cc:1:
397In file included from src/video/RenderSettings.hh:10:
398In file included from src/video/gl_mat.hh:21:
399src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
400 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
401 ^
402/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
403template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
404 ^
4051 warning generated.
406Compiling video/RendererFactory.cc...
407In file included from src/video/RendererFactory.cc:2:
408In file included from src/video/RenderSettings.hh:10:
409In file included from src/video/gl_mat.hh:21:
410src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
411 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
412 ^
413/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
414template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
415 ^
4161 warning generated.
417Compiling video/SDLGLOffScreenSurface.cc...
418In file included from src/video/SDLGLOffScreenSurface.cc:1:
419In file included from src/video/SDLGLOffScreenSurface.hh:4:
420In file included from src/video/OutputSurface.hh:5:
421src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
422 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
423 ^
424/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
425template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
426 ^
4271 warning generated.
428Compiling video/SDLGLVisibleSurface.cc...
429In file included from src/video/SDLGLVisibleSurface.cc:1:
430In file included from src/video/SDLGLVisibleSurface.hh:4:
431In file included from src/video/SDLVisibleSurfaceBase.hh:4:
432In file included from src/video/SDLOutputSurface.hh:4:
433In file included from src/video/OutputSurface.hh:5:
434src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
435 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
436 ^
437/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
438template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
439 ^
4401 warning generated.
441Compiling video/SDLImage.cc...
442In file included from src/video/SDLImage.cc:1:
443In file included from src/video/SDLImage.hh:4:
444In file included from src/video/BaseImage.hh:4:
445src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
446 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
447 ^
448/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
449template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
450 ^
4511 warning generated.
452Compiling video/SDLOffScreenSurface.cc...
453In file included from src/video/SDLOffScreenSurface.cc:1:
454In file included from src/video/SDLOffScreenSurface.hh:4:
455In file included from src/video/SDLOutputSurface.hh:4:
456In file included from src/video/OutputSurface.hh:5:
457src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
458 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
459 ^
460/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
461template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
462 ^
4631 warning generated.
464Compiling video/SDLOutputSurface.cc...
465In file included from src/video/SDLOutputSurface.cc:1:
466In file included from src/video/SDLOutputSurface.hh:4:
467In file included from src/video/OutputSurface.hh:5:
468src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
469 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
470 ^
471/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
472template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
473 ^
4741 warning generated.
475Compiling video/SDLRasterizer.cc...
476In file included from src/video/SDLRasterizer.cc:5:
477In file included from src/video/Display.hh:4:
478In file included from src/video/RenderSettings.hh:10:
479In file included from src/video/gl_mat.hh:21:
480src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
481 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
482 ^
483/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
484template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
485 ^
4861 warning generated.
487Compiling video/SDLSnow.cc...
488In file included from src/video/SDLSnow.cc:2:
489In file included from src/video/SDLOutputSurface.hh:4:
490In file included from src/video/OutputSurface.hh:5:
491src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
492 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
493 ^
494/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
495template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
496 ^
4971 warning generated.
498Compiling video/SDLVideoSystem.cc...
499In file included from src/video/SDLVideoSystem.cc:1:
500In file included from src/video/SDLVideoSystem.hh:6:
501src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
502 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
503 ^
504/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
505template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
506 ^
5071 warning generated.
508Compiling video/SDLVisibleSurface.cc...
509In file included from src/video/SDLVisibleSurface.cc:1:
510In file included from src/video/SDLVisibleSurface.hh:4:
511In file included from src/video/SDLVisibleSurfaceBase.hh:4:
512In file included from src/video/SDLOutputSurface.hh:4:
513In file included from src/video/OutputSurface.hh:5:
514src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
515 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
516 ^
517/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
518template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
519 ^
5201 warning generated.
521Compiling video/SDLVisibleSurfaceBase.cc...
522In file included from src/video/SDLVisibleSurfaceBase.cc:1:
523In file included from src/video/SDLVisibleSurfaceBase.hh:4:
524In file included from src/video/SDLOutputSurface.hh:4:
525In file included from src/video/OutputSurface.hh:5:
526src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
527 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
528 ^
529/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
530template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
531 ^
5321 warning generated.
533Compiling video/SpriteChecker.cc...
534In file included from src/video/SpriteChecker.cc:12:
535In file included from src/video/RenderSettings.hh:10:
536In file included from src/video/gl_mat.hh:21:
537src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
538 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
539 ^
540/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
541template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
542 ^
5431 warning generated.
544Compiling video/VDP.cc...
545In file included from src/video/VDP.cc:24:
546In file included from src/video/Display.hh:4:
547In file included from src/video/RenderSettings.hh:10:
548In file included from src/video/gl_mat.hh:21:
549src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
550 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
551 ^
552/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
553template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
554 ^
5551 warning generated.
556Compiling video/VDPAccessSlots.cc...
557Compiling video/VDPCmdEngine.cc...
558Compiling video/VDPVRAM.cc...
559Compiling video/VideoLayer.cc...
560In file included from src/video/VideoLayer.cc:2:
561In file included from src/video/Display.hh:4:
562In file included from src/video/RenderSettings.hh:10:
563In file included from src/video/gl_mat.hh:21:
564src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
565 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
566 ^
567/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
568template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
569 ^
5701 warning generated.
571Compiling video/VisibleSurface.cc...
572In file included from src/video/VisibleSurface.cc:2:
573In file included from src/video/Display.hh:4:
574In file included from src/video/RenderSettings.hh:10:
575In file included from src/video/gl_mat.hh:21:
576src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
577 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
578 ^
579/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
580template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
581 ^
5821 warning generated.
583Compiling video/ld/LDPixelRenderer.cc...
584In file included from src/video/ld/LDPixelRenderer.cc:4:
585In file included from src/video/Display.hh:4:
586In file included from src/video/RenderSettings.hh:10:
587In file included from src/video/gl_mat.hh:21:
588src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
589 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
590 ^
591/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
592template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
593 ^
5941 warning generated.
595Compiling video/ld/LDSDLRasterizer.cc...
596In file included from src/video/ld/LDSDLRasterizer.cc:4:
597In file included from src/video/OutputSurface.hh:5:
598src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
599 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
600 ^
601/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
602template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
603 ^
6041 warning generated.
605Compiling video/scalers/DirectScalerOutput.cc...
606In file included from src/video/scalers/DirectScalerOutput.cc:1:
607In file included from src/video/scalers/DirectScalerOutput.hh:5:
608In file included from src/video/SDLOutputSurface.hh:4:
609In file included from src/video/OutputSurface.hh:5:
610src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
611 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
612 ^
613/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
614template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
615 ^
6161 warning generated.
617Compiling video/scalers/GLRGBScaler.cc...
618In file included from src/video/scalers/GLRGBScaler.cc:2:
619In file included from src/video/RenderSettings.hh:10:
620In file included from src/video/gl_mat.hh:21:
621src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
622 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
623 ^
624/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
625template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
626 ^
6271 warning generated.
628Compiling video/scalers/GLScaler.cc...
629In file included from src/video/scalers/GLScaler.cc:2:
630In file included from src/video/GLContext.hh:5:
631In file included from src/video/gl_mat.hh:21:
632src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
633 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
634 ^
635/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
636template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
637 ^
6381 warning generated.
639Compiling video/scalers/GLScalerFactory.cc...
640In file included from src/video/scalers/GLScalerFactory.cc:9:
641In file included from src/video/GLContext.hh:5:
642In file included from src/video/gl_mat.hh:21:
643src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
644 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
645 ^
646/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
647template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
648 ^
6491 warning generated.
650Compiling video/scalers/GLSimpleScaler.cc...
651In file included from src/video/scalers/GLSimpleScaler.cc:2:
652In file included from src/video/RenderSettings.hh:10:
653In file included from src/video/gl_mat.hh:21:
654src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
655 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
656 ^
657/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
658template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
659 ^
6601 warning generated.
661Compiling video/scalers/GLTVScaler.cc...
662In file included from src/video/scalers/GLTVScaler.cc:2:
663In file included from src/video/RenderSettings.hh:10:
664In file included from src/video/gl_mat.hh:21:
665src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
666 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
667 ^
668/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
669template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
670 ^
6711 warning generated.
672Compiling video/scalers/RGBTriplet3xScaler.cc...
673In file included from src/video/scalers/RGBTriplet3xScaler.cc:6:
674In file included from src/video/RenderSettings.hh:10:
675In file included from src/video/gl_mat.hh:21:
676src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
677 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
678 ^
679/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
680template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
681 ^
6821 warning generated.
683Compiling video/scalers/ScalerFactory.cc...
684In file included from src/video/scalers/ScalerFactory.cc:2:
685In file included from src/video/RenderSettings.hh:10:
686In file included from src/video/gl_mat.hh:21:
687src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
688 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
689 ^
690/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
691template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
692 ^
6931 warning generated.
694Compiling video/scalers/Simple2xScaler.cc...
695In file included from src/video/scalers/Simple2xScaler.cc:6:
696In file included from src/video/RenderSettings.hh:10:
697In file included from src/video/gl_mat.hh:21:
698src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
699 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
700 ^
701/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
702template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
703 ^
7041 warning generated.
705Compiling video/scalers/Simple3xScaler.cc...
706In file included from src/video/scalers/Simple3xScaler.cc:6:
707In file included from src/video/RenderSettings.hh:10:
708In file included from src/video/gl_mat.hh:21:
709src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
710 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
711 ^
712/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
713template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
714 ^
7151 warning generated.
716Compiling video/scalers/StretchScalerOutput.cc...
717In file included from src/video/scalers/StretchScalerOutput.cc:2:
718In file included from src/video/scalers/DirectScalerOutput.hh:5:
719In file included from src/video/SDLOutputSurface.hh:4:
720In file included from src/video/OutputSurface.hh:5:
721src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
722 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
723 ^
724/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
725template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
726 ^
7271 warning generated.
728Compiling video/v9990/V9990.cc...
729In file included from src/video/v9990/V9990.cc:2:
730In file included from src/video/Display.hh:4:
731In file included from src/video/RenderSettings.hh:10:
732In file included from src/video/gl_mat.hh:21:
733src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
734 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
735 ^
736/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
737template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
738 ^
7391 warning generated.
740Compiling video/v9990/V9990BitmapConverter.cc...
741Compiling video/v9990/V9990CmdEngine.cc...
742In file included from src/video/v9990/V9990CmdEngine.cc:6:
743In file included from src/video/RenderSettings.hh:10:
744In file included from src/video/gl_mat.hh:21:
745src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
746 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
747 ^
748/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
749template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
750 ^
7511 warning generated.
752Compiling video/v9990/V9990PixelRenderer.cc...
753In file included from src/video/v9990/V9990PixelRenderer.cc:1:
754In file included from src/video/v9990/V9990PixelRenderer.hh:6:
755In file included from src/video/RenderSettings.hh:10:
756In file included from src/video/gl_mat.hh:21:
757src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
758 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
759 ^
760/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
761template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
762 ^
7631 warning generated.
764Compiling video/v9990/V9990PxConverter.cc...
765Compiling video/v9990/V9990SDLRasterizer.cc...
766In file included from src/video/v9990/V9990SDLRasterizer.cc:5:
767In file included from src/video/Display.hh:4:
768In file included from src/video/RenderSettings.hh:10:
769In file included from src/video/gl_mat.hh:21:
770src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
771 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
772 ^
773/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
774template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
775 ^
7761 warning generated.
777Compiling video/v9990/V9990VRAM.cc...
778Compiling video/v9990/Video9000.cc...
779In file included from src/video/v9990/Video9000.cc:5:
780In file included from src/video/Display.hh:4:
781In file included from src/video/RenderSettings.hh:10:
782In file included from src/video/gl_mat.hh:21:
783src/video/gl_vec.hh:406:30: warning: 'tuple_size' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
784 template<int N, typename T> struct tuple_size<gl::vecN<N, T>>
785 ^
786/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:25:22: note: did you mean struct here?
787template <class _Tp> class _LIBCPP_TEMPLATE_VIS tuple_size;
788 ^
7891 warning generated.
790Linking openmsx...
791Stripping openmsx...
792Removing any old binary package...
793Creating binary package:
794 Executable...
795 Data files...
796 Documentation...
797 C-BIOS...
798 Creating symlinks...
799 Writing meta-info...
800 Copying resources...
801 Copying README...
802 Copying license...
803Creating disk image:
804created: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/openmsx-0.15.0-629-ge2df7c6d7-mac-x86_64-bin.dmg