openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:47
Overview
Data
Wrapper Log
1Using Python: python3
2Build configuration:
3Updating derived/x86_64-linux-opt/config/Version.ii...
4 Platform: x86_64-linux
5 Flavour: opt
6 Compiler: g++
7 Subset: full build
8Compiling Autofire.cc...
9Compiling CartridgeSlotManager.cc...
10Compiling ChakkariCopy.cc...
11Compiling CliExtension.cc...
12Compiling Connector.cc...
13Compiling DebugDevice.cc...
14Compiling DeviceFactory.cc...
15Compiling DummyDevice.cc...
16Compiling DummyPrinterPortDevice.cc...
17Compiling DynamicClock.cc...
18Compiling EmuTime.cc...
19Compiling GlobalSettings.cc...
20Compiling I8255.cc...
21Compiling MSXBunsetsu.cc...
22Compiling MSXCielTurbo.cc...
23Compiling MSXDevice.cc...
24In file included from /usr/include/SDL2/SDL_video.h:33,
25 from /usr/include/SDL2/SDL_events.h:33,
26 from /usr/include/SDL2/SDL.h:41,
27 from src/GlobalSettings.cc:9:
28/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
29/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
30 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
31 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
32/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
33 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
34 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
35/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
36 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
37 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
38/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
39 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
40 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
41Compiling MSXDeviceSwitch.cc...
42Compiling MSXE6Timer.cc...
43Compiling MSXHiResTimer.cc...
44Compiling MSXKanji.cc...
45Compiling MSXKanji12.cc...
46Compiling MSXMatsushita.cc...
47Compiling MSXMotherBoard.cc...
48Compiling MSXPPI.cc...
49Compiling MSXPrinterPort.cc...
50Compiling MSXRTC.cc...
51Compiling MSXResetStatusRegister.cc...
52Compiling MSXS1985.cc...
53Compiling MSXS1990.cc...
54Compiling MSXSwitchedDevice.cc...
55Compiling MSXToshibaTcx200x.cc...
56Compiling MSXTurboRPause.cc...
57Compiling MSXVictorHC9xSystemControl.cc...
58Compiling PasswordCart.cc...
59Compiling Pluggable.cc...
60Compiling PluggableFactory.cc...
61Compiling PluggingController.cc...
62Compiling Printer.cc...
63Compiling PrinterPortDevice.cc...
64Compiling PrinterPortLogger.cc...
65In file included from /usr/include/SDL2/SDL_video.h:33,
66 from /usr/include/SDL2/SDL_events.h:33,
67 from /usr/include/SDL2/SDL.h:41,
68 from src/input/Joystick.hh:9,
69 from src/PluggableFactory.cc:5:
70/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
71/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
72 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
73 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
74/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
75 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
76 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
77/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
78 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
79 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
80/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
81 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
82 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
83In file included from /usr/include/SDL2/SDL_video.h:33,
84 from /usr/include/SDL2/SDL_events.h:33,
85 from /usr/include/SDL2/SDL.h:41,
86 from src/video/SDLSurfacePtr.hh:6,
87 from src/video/PNG.hh:5,
88 from src/Printer.cc:2:
89/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
90/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
91 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
92 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
93/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
94 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
95 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
96/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
97 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
98 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
99/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
100 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
101 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
102Compiling PrinterPortSimpl.cc...
103Compiling RP5C01.cc...
104Compiling Reactor.cc...
105Compiling RealTime.cc...
106Compiling RenShaTurbo.cc...
107Compiling ReverseManager.cc...
108Compiling SC3000PPI.cc...
109In file included from /usr/include/SDL2/SDL_video.h:33,
110 from /usr/include/SDL2/SDL_events.h:33,
111 from /usr/include/SDL2/SDL.h:41,
112 from src/events/InputEventGenerator.hh:8,
113 from src/Reactor.cc:6:
114/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
115/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
116 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
117 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
118/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
119 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
120 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
121/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
122 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
123 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
124/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
125 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
126 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
127Compiling SG1000Pause.cc...
128Compiling SVIPPI.cc...
129Compiling SVIPrinterPort.cc...
130Compiling Schedulable.cc...
131Compiling Scheduler.cc...
132Compiling SensorKid.cc...
133Compiling Version.cc...
134Compiling serialize.cc...
135Compiling serialize_core.cc...
136Compiling serialize_meta.cc...
137Compiling cassette/CasImage.cc...
138Compiling cassette/CassetteDevice.cc...
139Compiling cassette/CassetteImage.cc...
140Compiling cassette/CassettePlayer.cc...
141Compiling cassette/CassettePort.cc...
142Compiling cassette/DummyCassetteDevice.cc...
143Compiling cassette/WavImage.cc...
144Compiling commands/Command.cc...
145Compiling commands/Interpreter.cc...
146Compiling commands/MSXCommandController.cc...
147Compiling commands/ProxyCommand.cc...
148Compiling config/DeviceConfig.cc...
149Compiling config/HardwareConfig.cc...
150Compiling config/XMLElement.cc...
151Compiling cpu/CPUClock.cc...
152Compiling cpu/CPUCore.cc...
153Compiling cpu/CPURegs.cc...
154Compiling cpu/Dasm.cc...
155Compiling cpu/IRQHelper.cc...
156Compiling cpu/MSXCPU.cc...
157Compiling cpu/MSXCPUInterface.cc...
158Compiling cpu/MSXMultiDevice.cc...
159Compiling cpu/MSXMultiIODevice.cc...
160Compiling cpu/MSXMultiMemDevice.cc...
161Compiling cpu/MSXWatchIODevice.cc...
162Compiling cpu/VDPIODelay.cc...
163Compiling debugger/Debugger.cc...
164Compiling debugger/Probe.cc...
165Compiling debugger/ProbeBreakPoint.cc...
166Compiling debugger/SimpleDebuggable.cc...
167Compiling events/AfterCommand.cc...
168Compiling events/InputEventGenerator.cc...
169In file included from /usr/include/SDL2/SDL_video.h:33,
170 from /usr/include/SDL2/SDL_events.h:33,
171 from /usr/include/SDL2/SDL.h:41,
172 from src/events/InputEventGenerator.hh:8,
173 from src/events/InputEventGenerator.cc:1:
174/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
175/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
176 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
177 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
178/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
179 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
180 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
181/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
182 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
183 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
184/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
185 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
186 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
187Compiling events/MSXCliComm.cc...
188Compiling fdc/AVTFDC.cc...
189Compiling fdc/CanonFDC.cc...
190Compiling fdc/DirAsDSK.cc...
191Compiling fdc/DiskChanger.cc...
192Compiling fdc/DiskDrive.cc...
193Compiling fdc/DiskFactory.cc...
194Compiling fdc/DiskName.cc...
195Compiling fdc/DriveMultiplexer.cc...
196Compiling fdc/MSXFDC.cc...
197Compiling fdc/MicrosolFDC.cc...
198Compiling fdc/NationalFDC.cc...
199Compiling fdc/NowindCommand.cc...
200Compiling fdc/NowindHost.cc...
201Compiling fdc/NowindInterface.cc...
202Compiling fdc/NowindRomDisk.cc...
203Compiling fdc/PhilipsFDC.cc...
204Compiling fdc/RawTrack.cc...
205Compiling fdc/RealDrive.cc...
206Compiling fdc/SVIFDC.cc...
207Compiling fdc/SanyoFDC.cc...
208Compiling fdc/SpectravideoFDC.cc...
209Compiling fdc/TC8566AF.cc...
210Compiling fdc/TalentTDC600.cc...
211Compiling fdc/ToshibaFDC.cc...
212Compiling fdc/TurboRFDC.cc...
213Compiling fdc/VictorFDC.cc...
214Compiling fdc/WD2793.cc...
215Compiling fdc/WD2793BasedFDC.cc...
216Compiling fdc/YamahaFDC.cc...
217Compiling file/FileContext.cc...
218Compiling file/Filename.cc...
219Compiling ide/AbstractIDEDevice.cc...
220Compiling ide/BeerIDE.cc...
221Compiling ide/DummyIDEDevice.cc...
222Compiling ide/DummySCSIDevice.cc...
223Compiling ide/GoudaSCSI.cc...
224Compiling ide/HD.cc...
225Compiling ide/HDCommand.cc...
226Compiling ide/IDECDROM.cc...
227Compiling ide/IDEDeviceFactory.cc...
228Compiling ide/IDEHD.cc...
229Compiling ide/MB89352.cc...
230Compiling ide/MegaSCSI.cc...
231Compiling ide/SCSIHD.cc...
232Compiling ide/SCSILS120.cc...
233Compiling ide/SunriseIDE.cc...
234Compiling ide/WD33C93.cc...
235Compiling input/ArkanoidPad.cc...
236Compiling input/ColecoJoystickIO.cc...
237Compiling input/DummyJoystick.cc...
238Compiling input/EventDelay.cc...
239Compiling input/JoyMega.cc...
240Compiling input/JoyTap.cc...
241In file included from /usr/include/SDL2/SDL_video.h:33,
242 from /usr/include/SDL2/SDL_events.h:33,
243 from /usr/include/SDL2/SDL.h:41,
244 from src/input/JoyMega.hh:7,
245 from src/input/JoyMega.cc:1:
246/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
247/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
248 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
249 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
250/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
251 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
252 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
253/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
254 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
255 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
256/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
257 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
258 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
259Compiling input/Joystick.cc...
260Compiling input/JoystickDevice.cc...
261Compiling input/JoystickPort.cc...
262Compiling input/KeyJoystick.cc...
263In file included from /usr/include/SDL2/SDL_video.h:33,
264 from /usr/include/SDL2/SDL_events.h:33,
265 from /usr/include/SDL2/SDL.h:41,
266 from src/input/Joystick.hh:9,
267 from src/input/Joystick.cc:1:
268/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
269/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
270 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
271 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
272/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
273 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
274 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
275/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
276 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
277 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
278/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
279 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
280 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
281Compiling input/Keyboard.cc...
282Compiling input/MSXEventDistributor.cc...
283Compiling input/MagicKey.cc...
284Compiling input/Mouse.cc...
285Compiling input/NinjaTap.cc...
286In file included from /usr/include/SDL2/SDL_video.h:33,
287 from /usr/include/SDL2/SDL_events.h:33,
288 from /usr/include/SDL2/SDL.h:41,
289 from src/input/Keyboard.cc:28:
290/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
291/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
292 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
293 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
294/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
295 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
296 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
297/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
298 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
299 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
300/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
301 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
302 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
303Compiling input/Paddle.cc...
304Compiling input/RecordedCommand.cc...
305In file included from /usr/include/SDL2/SDL_video.h:33,
306 from /usr/include/SDL2/SDL_events.h:33,
307 from /usr/include/SDL2/SDL.h:41,
308 from src/input/Mouse.cc:10:
309/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
310/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
311 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
312 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
313/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
314 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
315 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
316/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
317 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
318 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
319/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
320 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
321 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
322Compiling input/SETetrisDongle.cc...
323Compiling input/SG1000JoystickIO.cc...
324Compiling input/StateChangeDistributor.cc...
325Compiling input/Touchpad.cc...
326Compiling input/Trackball.cc...
327Compiling laserdisc/LaserdiscPlayer.cc...
328Compiling laserdisc/PioneerLDControl.cc...
329Compiling memory/AmdFlash.cc...
330Compiling memory/CanonWordProcessor.cc...
331Compiling memory/Carnivore2.cc...
332Compiling memory/CheckedRam.cc...
333Compiling memory/ColecoSuperGameModule.cc...
334Compiling memory/EEPROM_93C46.cc...
335Compiling memory/ESE_RAM.cc...
336Compiling memory/ESE_SCC.cc...
337Compiling memory/FraelSwitchableROM.cc...
338Compiling memory/KonamiUltimateCollection.cc...
339Compiling memory/MSXHBI55.cc...
340Compiling memory/MSXMapperIO.cc...
341Compiling memory/MSXMegaRam.cc...
342Compiling memory/MSXMemoryMapper.cc...
343Compiling memory/MSXMemoryMapperBase.cc...
344Compiling memory/MSXMirrorDevice.cc...
345Compiling memory/MSXPac.cc...
346Compiling memory/MSXRam.cc...
347Compiling memory/MSXRom.cc...
348Compiling memory/MSXRomCLI.cc...
349Compiling memory/MegaFlashRomSCCPlus.cc...
350Compiling memory/MegaFlashRomSCCPlusSD.cc...
351Compiling memory/MusicalMemoryMapper.cc...
352Compiling memory/PanasonicMemory.cc...
353Compiling memory/PanasonicRam.cc...
354Compiling memory/ROMHunterMk2.cc...
355Compiling memory/Ram.cc...
356Compiling memory/ReproCartridgeV1.cc...
357Compiling memory/ReproCartridgeV2.cc...
358Compiling memory/Rom.cc...
359Compiling memory/RomArc.cc...
360Compiling memory/RomAscii16_2.cc...
361Compiling memory/RomAscii16kB.cc...
362Compiling memory/RomAscii8_8.cc...
363Compiling memory/RomAscii8kB.cc...
364Compiling memory/RomBlocks.cc...
365Compiling memory/RomColecoMegaCart.cc...
366Compiling memory/RomCrossBlaim.cc...
367Compiling memory/RomDRAM.cc...
368Compiling memory/RomDooly.cc...
369Compiling memory/RomFSA1FM.cc...
370Compiling memory/RomFactory.cc...
371Compiling memory/RomGameMaster2.cc...
372Compiling memory/RomGeneric16kB.cc...
373Compiling memory/RomGeneric8kB.cc...
374Compiling memory/RomHalnote.cc...
375Compiling memory/RomHarryFox.cc...
376Compiling memory/RomHolyQuran.cc...
377Compiling memory/RomHolyQuran2.cc...
378Compiling memory/RomKonami.cc...
379Compiling memory/RomKonamiKeyboardMaster.cc...
380Compiling memory/RomKonamiSCC.cc...
381Compiling memory/RomMSXDOS2.cc...
382Compiling memory/RomMSXWrite.cc...
383Compiling memory/RomMSXtra.cc...
384Compiling memory/RomMajutsushi.cc...
385Compiling memory/RomManbow2.cc...
386Compiling memory/RomMatraCompilation.cc...
387Compiling memory/RomMatraInk.cc...
388Compiling memory/RomMitsubishiMLTS2.cc...
389Compiling memory/RomMultiRom.cc...
390Compiling memory/RomNational.cc...
391Compiling memory/RomNettouYakyuu.cc...
392Compiling memory/RomPadial16kB.cc...
393Compiling memory/RomPadial8kB.cc...
394Compiling memory/RomPageNN.cc...
395Compiling memory/RomPanasonic.cc...
396Compiling memory/RomPlain.cc...
397Compiling memory/RomPlayBall.cc...
398Compiling memory/RomRType.cc...
399Compiling memory/RomRamFile.cc...
400Compiling memory/RomSuperLodeRunner.cc...
401Compiling memory/RomSuperSwangi.cc...
402Compiling memory/RomSynthesizer.cc...
403Compiling memory/RomZemina126in1.cc...
404Compiling memory/RomZemina25in1.cc...
405Compiling memory/RomZemina80in1.cc...
406Compiling memory/RomZemina90in1.cc...
407Compiling memory/SRAM.cc...
408Compiling memory/SdCard.cc...
409Compiling memory/TrackedRam.cc...
410Compiling serial/ClockPin.cc...
411Compiling serial/DummyMidiInDevice.cc...
412Compiling serial/DummyMidiOutDevice.cc...
413Compiling serial/DummyRS232Device.cc...
414Compiling serial/I8251.cc...
415Compiling serial/I8254.cc...
416Compiling serial/JVCMSXMIDI.cc...
417Compiling serial/MC6850.cc...
418Compiling serial/MSXFacMidiInterface.cc...
419Compiling serial/MSXMidi.cc...
420Compiling serial/MSXRS232.cc...
421Compiling serial/MidiInConnector.cc...
422Compiling serial/MidiInDevice.cc...
423Compiling serial/MidiInReader.cc...
424Compiling serial/MidiOutConnector.cc...
425Compiling serial/MidiOutDevice.cc...
426Compiling serial/MidiOutLogger.cc...
427Compiling serial/MidiSessionALSA.cc...
428Compiling serial/MusicModuleMIDI.cc...
429Compiling serial/RS232Connector.cc...
430Compiling serial/RS232Device.cc...
431Compiling serial/RS232Tester.cc...
432Compiling serial/YM2148.cc...
433Compiling settings/ProxySetting.cc...
434Compiling settings/Setting.cc...
435Compiling sound/AY8910.cc...
436Compiling sound/AY8910Periphery.cc...
437Compiling sound/AudioInputConnector.cc...
438Compiling sound/AudioInputDevice.cc...
439Compiling sound/BlipBuffer.cc...
440Compiling sound/DACSound16S.cc...
441Compiling sound/DACSound8U.cc...
442Compiling sound/DummyAudioInputDevice.cc...
443Compiling sound/DummyY8950KeyboardDevice.cc...
444Compiling sound/EmuTimer.cc...
445Compiling sound/KeyClick.cc...
446Compiling sound/MSXAudio.cc...
447Compiling sound/MSXFmPac.cc...
448Compiling sound/MSXMixer.cc...
449Compiling sound/MSXMoonSound.cc...
450Compiling sound/MSXMusic.cc...
451Compiling sound/MSXOPL3Cartridge.cc...
452Compiling sound/MSXPSG.cc...
453Compiling sound/MSXSCCPlusCart.cc...
454Compiling sound/MSXTurboRPCM.cc...
455Compiling sound/MSXYamahaSFG.cc...
456Compiling sound/Mixer.cc...
457Compiling sound/ResampleBlip.cc...
458Compiling sound/ResampleHQ.cc...
459Compiling sound/ResampleLQ.cc...
460Compiling sound/ResampleTrivial.cc...
461In file included from /usr/include/SDL2/SDL_video.h:33,
462 from /usr/include/SDL2/SDL_events.h:33,
463 from /usr/include/SDL2/SDL.h:41,
464 from src/video/SDLSurfacePtr.hh:6,
465 from src/sound/SDLSoundDriver.hh:5,
466 from src/sound/Mixer.cc:4:
467/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
468/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
469 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
470 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
471/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
472 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
473 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
474/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
475 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
476 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
477/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
478 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
479 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
480Compiling sound/ResampledSoundDevice.cc...
481Compiling sound/SCC.cc...
482Compiling sound/SDLSoundDriver.cc...
483Compiling sound/SN76489.cc...
484In file included from /usr/include/SDL2/SDL_video.h:33,
485 from /usr/include/SDL2/SDL_events.h:33,
486 from /usr/include/SDL2/SDL.h:41,
487 from src/video/SDLSurfacePtr.hh:6,
488 from src/sound/SDLSoundDriver.hh:5,
489 from src/sound/SDLSoundDriver.cc:1:
490/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
491/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
492 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
493 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
494/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
495 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
496 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
497/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
498 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
499 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
500/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
501 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
502 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
503Compiling sound/SNPSG.cc...
504Compiling sound/SVIPSG.cc...
505Compiling sound/SamplePlayer.cc...
506Compiling sound/SoundDevice.cc...
507Compiling sound/VLM5030.cc...
508Compiling sound/WavAudioInput.cc...
509Compiling sound/Y8950.cc...
510Compiling sound/Y8950Adpcm.cc...
511Compiling sound/Y8950KeyboardConnector.cc...
512Compiling sound/Y8950KeyboardDevice.cc...
513Compiling sound/Y8950Periphery.cc...
514Compiling sound/YM2151.cc...
515Compiling sound/YM2413.cc...
516Compiling sound/YM2413Burczynski.cc...
517Compiling sound/YM2413NukeYKT.cc...
518Compiling sound/YM2413Okazaki.cc...
519Compiling sound/YM2413OriginalNukeYKT.cc...
520Compiling sound/YMF262.cc...
521Compiling sound/YMF278.cc...
522Compiling video/ADVram.cc...
523Compiling video/AviRecorder.cc...
524Compiling video/CharacterConverter.cc...
525Compiling video/Display.cc...
526Compiling video/DummyRenderer.cc...
527Compiling video/DummyVideoSystem.cc...
528Compiling video/FBPostProcessor.cc...
529Compiling video/GLPostProcessor.cc...
530Compiling video/PixelRenderer.cc...
531In file included from /usr/include/SDL2/SDL_video.h:33,
532 from /usr/include/SDL2/SDL_events.h:33,
533 from /usr/include/SDL2/SDL.h:41,
534 from src/video/SDLOutputSurface.hh:6,
535 from src/video/FBPostProcessor.cc:8:
536/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
537/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
538 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
539 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
540/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
541 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
542 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
543/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
544 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
545 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
546/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
547 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
548 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
549Compiling video/PostProcessor.cc...
550Compiling video/RendererFactory.cc...
551Compiling video/SDLRasterizer.cc...
552Compiling video/SDLVideoSystem.cc...
553In file included from /usr/include/SDL2/SDL_video.h:33,
554 from /usr/include/SDL2/SDL_events.h:33,
555 from /usr/include/SDL2/SDL.h:41,
556 from src/video/SDLSurfacePtr.hh:6,
557 from src/video/PNG.hh:5,
558 from src/video/PostProcessor.cc:8:
559/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
560/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
561 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
562 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
563/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
564 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
565 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
566/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
567 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
568 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
569/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
570 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
571 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
572Compiling video/SpriteChecker.cc...
573In file included from /usr/include/SDL2/SDL_video.h:33,
574 from /usr/include/SDL2/SDL_events.h:33,
575 from /usr/include/SDL2/SDL.h:41,
576 from src/video/SDLOutputSurface.hh:6,
577 from src/video/SDLVisibleSurfaceBase.hh:4,
578 from src/video/SDLVisibleSurface.hh:4,
579 from src/video/SDLVideoSystem.cc:2:
580/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
581/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
582 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
583 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
584/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
585 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
586 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
587/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
588 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
589 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
590/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
591 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
592 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
593Compiling video/VDP.cc...
594Compiling video/VDPAccessSlots.cc...
595Compiling video/VDPCmdEngine.cc...
596Compiling video/VDPVRAM.cc...
597Compiling video/VideoLayer.cc...
598Compiling video/ld/LDDummyRenderer.cc...
599Compiling video/ld/LDPixelRenderer.cc...
600Compiling video/ld/LDSDLRasterizer.cc...
601Compiling video/v9990/V9990.cc...
602Compiling video/v9990/V9990BitmapConverter.cc...
603Compiling video/v9990/V9990CmdEngine.cc...
604Compiling video/v9990/V9990DummyRenderer.cc...
605Compiling video/v9990/V9990PixelRenderer.cc...
606Compiling video/v9990/V9990PxConverter.cc...
607Compiling video/v9990/V9990SDLRasterizer.cc...
608Compiling video/v9990/V9990VRAM.cc...
609Compiling video/v9990/Video9000.cc...
610Linking openmsx...
611Removing any old binary package...
612Creating binary package:
613 Executable...
614 Data files...
615 Documentation...
616 C-BIOS...
617 Creating symlinks...