openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 07:00
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...
32Updating derived/x86_64-darwin-opt-3rd/config/build-info.hh...
33Compiling Autofire.cc...
34Compiling CartridgeSlotManager.cc...
35Compiling ChakkariCopy.cc...
36Compiling CliExtension.cc...
37Compiling CommandLineParser.cc...
38In file included from src/CommandLineParser.cc:18:
39src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
40 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
41 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
42/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
43#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
44 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
46#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
47 ^ ~~
481 warning generated.
49Compiling Connector.cc...
50Compiling DebugDevice.cc...
51Compiling DeviceFactory.cc...
52In file included from src/DeviceFactory.cc:32:
53In file included from src/memory/MSXMemoryMapper.hh:4:
54src/memory/MSXMemoryMapperBase.hh:38:7: warning: 'writeIO' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
55 void writeIO(word port, byte value, EmuTime::param time) = 0;
56 ^
57src/MSXDevice.hh:120:15: note: overridden virtual function is here
58 virtual void writeIO(word port, byte value, EmuTime::param time);
59 ^
601 warning generated.
61Compiling DummyDevice.cc...
62Compiling DummyPrinterPortDevice.cc...
63Compiling DynamicClock.cc...
64Compiling EmptyPatch.cc...
65Compiling EmuTime.cc...
66Compiling FirmwareSwitch.cc...
67Compiling GlobalSettings.cc...
68Compiling I8255.cc...
69Compiling IPSPatch.cc...
70Compiling LedStatus.cc...
71Compiling MSXBunsetsu.cc...
72Compiling MSXCielTurbo.cc...
73Compiling MSXDevice.cc...
74Compiling MSXDeviceSwitch.cc...
75Compiling MSXE6Timer.cc...
76Compiling MSXHiResTimer.cc...
77Compiling MSXKanji.cc...
78Compiling MSXKanji12.cc...
79Compiling MSXMatsushita.cc...
80Compiling MSXMotherBoard.cc...
81Compiling MSXPPI.cc...
82Compiling MSXPrinterPort.cc...
83Compiling MSXRTC.cc...
84Compiling MSXResetStatusRegister.cc...
85Compiling MSXS1985.cc...
86Compiling MSXS1990.cc...
87Compiling MSXSwitchedDevice.cc...
88Compiling MSXTurboRPause.cc...
89Compiling MSXVictorHC9xSystemControl.cc...
90Compiling PasswordCart.cc...
91Compiling Pluggable.cc...
92Compiling PluggableFactory.cc...
93Compiling PluggingController.cc...
94Compiling Printer.cc...
95Compiling PrinterPortDevice.cc...
96Compiling PrinterPortLogger.cc...
97Compiling PrinterPortSimpl.cc...
98Compiling RP5C01.cc...
99Compiling Reactor.cc...
100Compiling RealTime.cc...
101Compiling RenShaTurbo.cc...
102Compiling ReplayCLI.cc...
103Compiling ReverseManager.cc...
104Compiling SVIPPI.cc...
105Compiling SVIPrinterPort.cc...
106Compiling SaveStateCLI.cc...
107Compiling Schedulable.cc...
108Compiling Scheduler.cc...
109Compiling SensorKid.cc...
110Compiling ThrottleManager.cc...
111Compiling Version.cc...
112Compiling main.cc...
113Compiling serialize.cc...
114Compiling serialize_core.cc...
115Compiling serialize_meta.cc...
116Compiling cassette/CasImage.cc...
117Compiling cassette/CassetteDevice.cc...
118Compiling cassette/CassetteImage.cc...
119Compiling cassette/CassettePlayer.cc...
120Compiling cassette/CassettePlayerCLI.cc...
121Compiling cassette/CassettePort.cc...
122Compiling cassette/DummyCassetteDevice.cc...
123Compiling cassette/WavImage.cc...
124Compiling commands/Command.cc...
125Compiling commands/Completer.cc...
126Compiling commands/GlobalCommandController.cc...
127Compiling commands/InfoCommand.cc...
128Compiling commands/InfoTopic.cc...
129Compiling commands/Interpreter.cc...
130Compiling commands/MSXCommandController.cc...
131Compiling commands/ProxyCommand.cc...
132Compiling commands/TclArgParser.cc...
133Compiling commands/TclCallback.cc...
134Compiling commands/TclObject.cc...
135Compiling config/DeviceConfig.cc...
136Compiling config/HardwareConfig.cc...
137Compiling config/SettingsConfig.cc...
138Compiling config/XMLElement.cc...
139Compiling config/XMLLoader.cc...
140Compiling console/CommandConsole.cc...
141Compiling console/OSDConsoleRenderer.cc...
142In file included from src/console/OSDConsoleRenderer.cc:21:
143In file included from src/video/GLImage.hh:5:
144src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
145 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
146 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
147/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
148#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
149 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
150/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
151#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
152 ^ ~~
1531 warning generated.
154Compiling console/OSDGUI.cc...
155Compiling console/OSDGUILayer.cc...
156Compiling console/OSDImageBasedWidget.cc...
157Compiling console/OSDRectangle.cc...
158In file included from src/console/OSDRectangle.cc:13:
159In file included from src/video/GLImage.hh:5:
160src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
161 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
162 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
163/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
164#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
165 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
166/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
167#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
168 ^ ~~
1691 warning generated.
170Compiling console/OSDText.cc...
171In file included from src/console/OSDText.cc:19:
172In file included from src/video/GLImage.hh:5:
173src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
174 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
175 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
176/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
177#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
178 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
180#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
181 ^ ~~
1821 warning generated.
183Compiling console/OSDTopWidget.cc...
184Compiling console/OSDWidget.cc...
185In file included from src/console/OSDWidget.cc:6:
186src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
187 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
188 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
189/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
190#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
191 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
193#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
194 ^ ~~
1951 warning generated.
196Compiling console/TTFFont.cc...
197Compiling cpu/BreakPointBase.cc...
198Compiling cpu/CPUClock.cc...
199Compiling cpu/CPUCore.cc...
200Compiling cpu/CPURegs.cc...
201Compiling cpu/Dasm.cc...
202Compiling cpu/IRQHelper.cc...
203Compiling cpu/MSXCPU.cc...
204Compiling cpu/MSXCPUInterface.cc...
205Compiling cpu/MSXMultiDevice.cc...
206Compiling cpu/MSXMultiIODevice.cc...
207Compiling cpu/MSXMultiMemDevice.cc...
208Compiling cpu/MSXWatchIODevice.cc...
209Compiling cpu/VDPIODelay.cc...
210Compiling debugger/Debugger.cc...
211Compiling debugger/Probe.cc...
212Compiling debugger/ProbeBreakPoint.cc...
213Compiling debugger/SimpleDebuggable.cc...
214Compiling events/AfterCommand.cc...
215Compiling events/CliConnection.cc...
216Compiling events/CliServer.cc...
217Compiling events/Event.cc...
218Compiling events/EventDistributor.cc...
219Compiling events/GlobalCliComm.cc...
220Compiling events/HotKey.cc...
221Compiling events/InputEventFactory.cc...
222Compiling events/InputEventGenerator.cc...
223Compiling events/InputEvents.cc...
224Compiling events/MSXCliComm.cc...
225Compiling events/MessageCommand.cc...
226Compiling events/TclCallbackMessages.cc...
227Compiling fdc/AVTFDC.cc...
228Compiling fdc/BootBlocks.cc...
229Compiling fdc/DMKDiskImage.cc...
230Compiling fdc/DSKDiskImage.cc...
231Compiling fdc/DirAsDSK.cc...
232Compiling fdc/Disk.cc...
233Compiling fdc/DiskChanger.cc...
234Compiling fdc/DiskContainer.cc...
235Compiling fdc/DiskDrive.cc...
236Compiling fdc/DiskFactory.cc...
237Compiling fdc/DiskImageCLI.cc...
238Compiling fdc/DiskImageUtils.cc...
239Compiling fdc/DiskManipulator.cc...
240Compiling fdc/DiskName.cc...
241Compiling fdc/DiskPartition.cc...
242Compiling fdc/DriveMultiplexer.cc...
243Compiling fdc/DummyDisk.cc...
244Compiling fdc/EmptyDiskPatch.cc...
245Compiling fdc/MSXFDC.cc...
246Compiling fdc/MSXtar.cc...
247Compiling fdc/MicrosolFDC.cc...
248Compiling fdc/NationalFDC.cc...
249Compiling fdc/NowindCommand.cc...
250Compiling fdc/NowindHost.cc...
251Compiling fdc/NowindInterface.cc...
252Compiling fdc/NowindRomDisk.cc...
253Compiling fdc/PhilipsFDC.cc...
254Compiling fdc/RamDSKDiskImage.cc...
255Compiling fdc/RawTrack.cc...
256Compiling fdc/RealDrive.cc...
257Compiling fdc/SVIFDC.cc...
258Compiling fdc/SanyoFDC.cc...
259Compiling fdc/SectorAccessibleDisk.cc...
260Compiling fdc/SectorBasedDisk.cc...
261Compiling fdc/SpectravideoFDC.cc...
262Compiling fdc/TC8566AF.cc...
263Compiling fdc/ToshibaFDC.cc...
264Compiling fdc/TurboRFDC.cc...
265Compiling fdc/VictorFDC.cc...
266Compiling fdc/WD2793.cc...
267Compiling fdc/WD2793BasedFDC.cc...
268Compiling fdc/XSADiskImage.cc...
269Compiling file/CompressedFileAdapter.cc...
270Compiling file/FileContext.cc...
271Compiling file/FileOperations.cc...
272Compiling file/FilePool.cc...
273Compiling file/Filename.cc...
274Compiling file/LocalFileReference.cc...
275Compiling ide/AbstractIDEDevice.cc...
276Compiling ide/BeerIDE.cc...
277Compiling ide/CDImageCLI.cc...
278Compiling ide/DummyIDEDevice.cc...
279Compiling ide/DummySCSIDevice.cc...
280Compiling ide/GoudaSCSI.cc...
281Compiling ide/HD.cc...
282Compiling ide/HDCommand.cc...
283Compiling ide/IDECDROM.cc...
284Compiling ide/IDEDeviceFactory.cc...
285Compiling ide/IDEHD.cc...
286Compiling ide/MB89352.cc...
287Compiling ide/MegaSCSI.cc...
288Compiling ide/SCSIHD.cc...
289Compiling ide/SCSILS120.cc...
290Compiling ide/SunriseIDE.cc...
291Compiling ide/WD33C93.cc...
292Compiling input/ArkanoidPad.cc...
293Compiling input/ColecoJoystickIO.cc...
294Compiling input/DummyJoystick.cc...
295Compiling input/EventDelay.cc...
296Compiling input/JoyMega.cc...
297Compiling input/JoyTap.cc...
298Compiling input/Joystick.cc...
299Compiling input/JoystickDevice.cc...
300Compiling input/JoystickPort.cc...
301Compiling input/KeyJoystick.cc...
302Compiling input/Keyboard.cc...
303Compiling input/KeyboardSettings.cc...
304Compiling input/MSXEventDistributor.cc...
305Compiling input/MagicKey.cc...
306Compiling input/Mouse.cc...
307Compiling input/NinjaTap.cc...
308Compiling input/Paddle.cc...
309Compiling input/RecordedCommand.cc...
310Compiling input/SETetrisDongle.cc...
311Compiling input/StateChangeDistributor.cc...
312Compiling input/Touchpad.cc...
313Compiling input/Trackball.cc...
314Compiling input/UnicodeKeymap.cc...
315Compiling laserdisc/LaserdiscPlayer.cc...
316Compiling laserdisc/LaserdiscPlayerCLI.cc...
317Compiling laserdisc/PioneerLDControl.cc...
318Compiling laserdisc/yuv2rgb.cc...
319Compiling memory/AmdFlash.cc...
320Compiling memory/Carnivore2.cc...
321Compiling memory/CheckedRam.cc...
322Compiling memory/ColecoSuperGameModule.cc...
323Compiling memory/EEPROM_93C46.cc...
324Compiling memory/ESE_RAM.cc...
325Compiling memory/ESE_SCC.cc...
326Compiling memory/FraelSwitchableROM.cc...
327Compiling memory/KonamiUltimateCollection.cc...
328Compiling memory/MSXHBI55.cc...
329Compiling memory/MSXMapperIO.cc...
330Compiling memory/MSXMegaRam.cc...
331Compiling memory/MSXMemoryMapper.cc...
332In file included from src/memory/MSXMemoryMapper.cc:1:
333In file included from src/memory/MSXMemoryMapper.hh:4:
334src/memory/MSXMemoryMapperBase.hh:38:7: warning: 'writeIO' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
335 void writeIO(word port, byte value, EmuTime::param time) = 0;
336 ^
337src/MSXDevice.hh:120:15: note: overridden virtual function is here
338 virtual void writeIO(word port, byte value, EmuTime::param time);
339 ^
3401 warning generated.
341Compiling memory/MSXMemoryMapperBase.cc...
342In file included from src/memory/MSXMemoryMapperBase.cc:1:
343src/memory/MSXMemoryMapperBase.hh:38:7: warning: 'writeIO' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
344 void writeIO(word port, byte value, EmuTime::param time) = 0;
345 ^
346src/MSXDevice.hh:120:15: note: overridden virtual function is here
347 virtual void writeIO(word port, byte value, EmuTime::param time);
348 ^
3491 warning generated.
350Compiling memory/MSXMirrorDevice.cc...
351Compiling memory/MSXPac.cc...
352Compiling memory/MSXRam.cc...
353Compiling memory/MSXRom.cc...
354Compiling memory/MSXRomCLI.cc...
355Compiling memory/MegaFlashRomSCCPlus.cc...
356Compiling memory/MegaFlashRomSCCPlusSD.cc...
357Compiling memory/MusicalMemoryMapper.cc...
358In file included from src/memory/MusicalMemoryMapper.cc:1:
359In file included from src/memory/MusicalMemoryMapper.hh:4:
360src/memory/MSXMemoryMapperBase.hh:38:7: warning: 'writeIO' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
361 void writeIO(word port, byte value, EmuTime::param time) = 0;
362 ^
363src/MSXDevice.hh:120:15: note: overridden virtual function is here
364 virtual void writeIO(word port, byte value, EmuTime::param time);
365 ^
3661 warning generated.
367Compiling memory/PanasonicMemory.cc...
368Compiling memory/PanasonicRam.cc...
369In file included from src/memory/PanasonicRam.cc:1:
370In file included from src/memory/PanasonicRam.hh:4:
371src/memory/MSXMemoryMapperBase.hh:38:7: warning: 'writeIO' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
372 void writeIO(word port, byte value, EmuTime::param time) = 0;
373 ^
374src/MSXDevice.hh:120:15: note: overridden virtual function is here
375 virtual void writeIO(word port, byte value, EmuTime::param time);
376 ^
3771 warning generated.
378Compiling memory/ROMHunterMk2.cc...
379Compiling memory/Ram.cc...
380Compiling memory/ReproCartridgeV1.cc...
381Compiling memory/ReproCartridgeV2.cc...
382Compiling memory/Rom.cc...
383Compiling memory/RomArc.cc...
384Compiling memory/RomAscii16_2.cc...
385Compiling memory/RomAscii16kB.cc...
386Compiling memory/RomAscii8_8.cc...
387Compiling memory/RomAscii8kB.cc...
388Compiling memory/RomBlocks.cc...
389Compiling memory/RomColecoMegaCart.cc...
390Compiling memory/RomCrossBlaim.cc...
391Compiling memory/RomDRAM.cc...
392Compiling memory/RomDatabase.cc...
393Compiling memory/RomDooly.cc...
394Compiling memory/RomFSA1FM.cc...
395Compiling memory/RomFactory.cc...
396Compiling memory/RomGameMaster2.cc...
397Compiling memory/RomGeneric16kB.cc...
398Compiling memory/RomGeneric8kB.cc...
399Compiling memory/RomHalnote.cc...
400Compiling memory/RomHarryFox.cc...
401Compiling memory/RomHolyQuran.cc...
402Compiling memory/RomHolyQuran2.cc...
403Compiling memory/RomInfo.cc...
404Compiling memory/RomInfoTopic.cc...
405Compiling memory/RomKonami.cc...
406Compiling memory/RomKonamiKeyboardMaster.cc...
407Compiling memory/RomKonamiSCC.cc...
408Compiling memory/RomMSXDOS2.cc...
409Compiling memory/RomMSXWrite.cc...
410Compiling memory/RomMSXtra.cc...
411Compiling memory/RomMajutsushi.cc...
412Compiling memory/RomManbow2.cc...
413Compiling memory/RomMatraCompilation.cc...
414Compiling memory/RomMatraInk.cc...
415Compiling memory/RomMitsubishiMLTS2.cc...
416Compiling memory/RomMultiRom.cc...
417Compiling memory/RomNational.cc...
418Compiling memory/RomNettouYakyuu.cc...
419Compiling memory/RomPadial16kB.cc...
420Compiling memory/RomPadial8kB.cc...
421Compiling memory/RomPageNN.cc...
422Compiling memory/RomPanasonic.cc...
423Compiling memory/RomPlain.cc...
424Compiling memory/RomPlayBall.cc...
425Compiling memory/RomRType.cc...
426Compiling memory/RomRamFile.cc...
427Compiling memory/RomSuperLodeRunner.cc...
428Compiling memory/RomSuperSwangi.cc...
429Compiling memory/RomSynthesizer.cc...
430Compiling memory/RomZemina126in1.cc...
431Compiling memory/RomZemina80in1.cc...
432Compiling memory/RomZemina90in1.cc...
433Compiling memory/SRAM.cc...
434Compiling memory/SdCard.cc...
435Compiling memory/TrackedRam.cc...
436Compiling serial/ClockPin.cc...
437Compiling serial/DummyMidiInDevice.cc...
438Compiling serial/DummyMidiOutDevice.cc...
439Compiling serial/DummyRS232Device.cc...
440Compiling serial/I8251.cc...
441Compiling serial/I8254.cc...
442Compiling serial/MC6850.cc...
443Compiling serial/MSXFacMidiInterface.cc...
444Compiling serial/MSXMidi.cc...
445Compiling serial/MSXRS232.cc...
446Compiling serial/MidiInConnector.cc...
447Compiling serial/MidiInCoreMIDI.cc...
448Compiling serial/MidiInDevice.cc...
449Compiling serial/MidiInReader.cc...
450Compiling serial/MidiOutConnector.cc...
451Compiling serial/MidiOutCoreMIDI.cc...
452Compiling serial/MidiOutDevice.cc...
453Compiling serial/MidiOutLogger.cc...
454Compiling serial/RS232Connector.cc...
455Compiling serial/RS232Device.cc...
456Compiling serial/RS232Tester.cc...
457Compiling serial/YM2148.cc...
458Compiling settings/BooleanSetting.cc...
459Compiling settings/EnumSetting.cc...
460Compiling settings/FilenameSetting.cc...
461Compiling settings/FloatSetting.cc...
462Compiling settings/IntegerSetting.cc...
463Compiling settings/KeyCodeSetting.cc...
464Compiling settings/ProxySetting.cc...
465Compiling settings/ReadOnlySetting.cc...
466Compiling settings/Setting.cc...
467Compiling settings/SettingsManager.cc...
468Compiling settings/StringSetting.cc...
469Compiling settings/UserSettings.cc...
470Compiling settings/VideoSourceSetting.cc...
471Compiling sound/AY8910.cc...
472Compiling sound/AY8910Periphery.cc...
473Compiling sound/AudioInputConnector.cc...
474Compiling sound/AudioInputDevice.cc...
475Compiling sound/BlipBuffer.cc...
476Compiling sound/DACSound16S.cc...
477Compiling sound/DACSound8U.cc...
478Compiling sound/DummyAudioInputDevice.cc...
479Compiling sound/DummyY8950KeyboardDevice.cc...
480Compiling sound/EmuTimer.cc...
481Compiling sound/KeyClick.cc...
482Compiling sound/MSXAudio.cc...
483Compiling sound/MSXFmPac.cc...
484Compiling sound/MSXMixer.cc...
485Compiling sound/MSXMoonSound.cc...
486Compiling sound/MSXMusic.cc...
487Compiling sound/MSXOPL3Cartridge.cc...
488Compiling sound/MSXPSG.cc...
489Compiling sound/MSXSCCPlusCart.cc...
490Compiling sound/MSXTurboRPCM.cc...
491Compiling sound/MSXYamahaSFG.cc...
492Compiling sound/Mixer.cc...
493Compiling sound/ResampleBlip.cc...
494Compiling sound/ResampleHQ.cc...
495Compiling sound/ResampleLQ.cc...
496Compiling sound/ResampleTrivial.cc...
497Compiling sound/ResampledSoundDevice.cc...
498Compiling sound/SCC.cc...
499Compiling sound/SDLSoundDriver.cc...
500Compiling sound/SN76489.cc...
501Compiling sound/SNPSG.cc...
502Compiling sound/SVIPSG.cc...
503Compiling sound/SamplePlayer.cc...
504Compiling sound/SoundDevice.cc...
505Compiling sound/VLM5030.cc...
506Compiling sound/WavAudioInput.cc...
507Compiling sound/WavWriter.cc...
508Compiling sound/Y8950.cc...
509Compiling sound/Y8950Adpcm.cc...
510Compiling sound/Y8950KeyboardConnector.cc...
511Compiling sound/Y8950KeyboardDevice.cc...
512Compiling sound/Y8950Periphery.cc...
513Compiling sound/YM2151.cc...
514Compiling sound/YM2413.cc...
515Compiling sound/YM2413Burczynski.cc...
516Compiling sound/YM2413Okazaki.cc...
517Compiling sound/YMF262.cc...
518Compiling sound/YMF278.cc...
519Compiling utils/MemoryOps.cc...
520Compiling utils/SerializeBuffer.cc...
521Compiling utils/lz4.cc...
522Compiling utils/rapidsax.cc...
523Compiling utils/sha1.cc...
524Compiling utils/tiger.cc...
525Compiling video/ADVram.cc...
526Compiling video/AviRecorder.cc...
527Compiling video/AviWriter.cc...
528Compiling video/BitmapConverter.cc...
529Compiling video/CharacterConverter.cc...
530Compiling video/Deflicker.cc...
531Compiling video/DeinterlacedFrame.cc...
532Compiling video/Display.cc...
533Compiling video/DoubledFrame.cc...
534Compiling video/DummyRenderer.cc...
535Compiling video/DummyVideoSystem.cc...
536Compiling video/FBPostProcessor.cc...
537Compiling video/FrameSource.cc...
538Compiling video/GLContext.cc...
539In file included from src/video/GLContext.cc:1:
540In file included from src/video/GLContext.hh:4:
541src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
542 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
543 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
544/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
545#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
546 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
547/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
548#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
549 ^ ~~
5501 warning generated.
551Compiling video/GLImage.cc...
552In file included from src/video/GLImage.cc:1:
553In file included from src/video/GLImage.hh:5:
554src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
555 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
556 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
557/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
558#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
559 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
560/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
561#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
562 ^ ~~
5631 warning generated.
564Compiling video/GLPostProcessor.cc...
565In file included from src/video/GLPostProcessor.cc:1:
566In file included from src/video/GLPostProcessor.hh:6:
567src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
568 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
569 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
570/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
571#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
572 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
573/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
574#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
575 ^ ~~
5761 warning generated.
577Compiling video/GLSnow.cc...
578In file included from src/video/GLSnow.cc:1:
579In file included from src/video/GLSnow.hh:5:
580src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
581 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
582 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
583/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
584#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
585 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
586/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
587#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
588 ^ ~~
5891 warning generated.
590Compiling video/GLUtil.cc...
591In file included from src/video/GLUtil.cc:1:
592src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
593 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
594 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
595/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
596#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
597 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
598/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
599#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
600 ^ ~~
6011 warning generated.
602Compiling video/OutputSurface.cc...
603Compiling video/PNG.cc...
604Compiling video/PixelRenderer.cc...
605Compiling video/PostProcessor.cc...
606Compiling video/RawFrame.cc...
607Compiling video/RenderSettings.cc...
608Compiling video/Renderer.cc...
609Compiling video/RendererFactory.cc...
610Compiling video/SDLGLOffScreenSurface.cc...
611In file included from src/video/SDLGLOffScreenSurface.cc:1:
612In file included from src/video/SDLGLOffScreenSurface.hh:5:
613src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
614 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
615 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
616/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
617#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
618 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
619/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
620#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
621 ^ ~~
6221 warning generated.
623Compiling video/SDLGLVisibleSurface.cc...
624In file included from src/video/SDLGLVisibleSurface.cc:2:
625In file included from src/video/SDLGLOffScreenSurface.hh:5:
626src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
627 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
628 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
629/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
630#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
631 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
632/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
633#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
634 ^ ~~
635src/video/SDLGLVisibleSurface.cc:57:7: warning: use of old-style cast [-Wold-style-cast]
636 if (!GLEW_VERSION_2_0) {
637 ^~~~~~~~~~~~~~~~
638/usr/local/include/GL/glew.h:2004:26: note: expanded from macro 'GLEW_VERSION_2_0'
639#define GLEW_VERSION_2_0 GLEW_GET_VAR(__GLEW_VERSION_2_0)
640 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
641/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
642#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
643 ^ ~~
6442 warnings generated.
645Compiling video/SDLRasterizer.cc...
646Compiling video/SDLSnow.cc...
647Compiling video/SDLVideoSystem.cc...
648In file included from src/video/SDLVideoSystem.cc:20:
649In file included from src/video/GLPostProcessor.hh:6:
650src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
651 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
652 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
653/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
654#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
655 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
656/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
657#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
658 ^ ~~
6591 warning generated.
660Compiling video/SDLVisibleSurface.cc...
661Compiling video/SpriteChecker.cc...
662Compiling video/SuperImposedFrame.cc...
663Compiling video/SuperImposedVideoFrame.cc...
664Compiling video/VDP.cc...
665Compiling video/VDPAccessSlots.cc...
666Compiling video/VDPCmdEngine.cc...
667Compiling video/VDPVRAM.cc...
668Compiling video/VideoLayer.cc...
669Compiling video/VisibleSurface.cc...
670Compiling video/ZMBVEncoder.cc...
671Compiling video/ld/LDDummyRenderer.cc...
672Compiling video/ld/LDPixelRenderer.cc...
673Compiling video/ld/LDSDLRasterizer.cc...
674Compiling video/scalers/DirectScalerOutput.cc...
675Compiling video/scalers/GLDefaultScaler.cc...
676In file included from src/video/scalers/GLDefaultScaler.cc:1:
677In file included from src/video/scalers/GLDefaultScaler.hh:4:
678In file included from src/video/scalers/GLScaler.hh:4:
679src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
680 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
681 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
682/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
683#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
684 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
685/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
686#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
687 ^ ~~
6881 warning generated.
689Compiling video/scalers/GLHQLiteScaler.cc...
690In file included from src/video/scalers/GLHQLiteScaler.cc:1:
691In file included from src/video/scalers/GLHQLiteScaler.hh:4:
692In file included from src/video/scalers/GLScaler.hh:4:
693src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
694 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
695 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
696/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
697#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
698 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
699/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
700#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
701 ^ ~~
7021 warning generated.
703Compiling video/scalers/GLHQScaler.cc...
704In file included from src/video/scalers/GLHQScaler.cc:1:
705In file included from src/video/scalers/GLHQScaler.hh:4:
706In file included from src/video/scalers/GLScaler.hh:4:
707src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
708 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
709 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
710/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
711#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
712 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
713/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
714#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
715 ^ ~~
7161 warning generated.
717Compiling video/scalers/GLRGBScaler.cc...
718In file included from src/video/scalers/GLRGBScaler.cc:1:
719In file included from src/video/scalers/GLRGBScaler.hh:4:
720In file included from src/video/scalers/GLScaler.hh:4:
721src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
722 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
723 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
724/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
725#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
726 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
727/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
728#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
729 ^ ~~
7301 warning generated.
731Compiling video/scalers/GLSaIScaler.cc...
732In file included from src/video/scalers/GLSaIScaler.cc:1:
733In file included from src/video/scalers/GLSaIScaler.hh:4:
734In file included from src/video/scalers/GLScaler.hh:4:
735src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
736 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
737 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
738/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
739#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
740 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
741/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
742#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
743 ^ ~~
7441 warning generated.
745Compiling video/scalers/GLScaleNxScaler.cc...
746In file included from src/video/scalers/GLScaleNxScaler.cc:1:
747In file included from src/video/scalers/GLScaleNxScaler.hh:4:
748In file included from src/video/scalers/GLScaler.hh:4:
749src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
750 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
751 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
752/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
753#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
754 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
755/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
756#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
757 ^ ~~
7581 warning generated.
759Compiling video/scalers/GLScaler.cc...
760In file included from src/video/scalers/GLScaler.cc:1:
761In file included from src/video/scalers/GLScaler.hh:4:
762src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
763 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
764 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
765/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
766#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
767 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
768/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
769#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
770 ^ ~~
7711 warning generated.
772Compiling video/scalers/GLScalerFactory.cc...
773In file included from src/video/scalers/GLScalerFactory.cc:2:
774In file included from src/video/scalers/GLSimpleScaler.hh:4:
775In file included from src/video/scalers/GLScaler.hh:4:
776src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
777 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
778 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
779/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
780#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
781 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
782/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
783#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
784 ^ ~~
7851 warning generated.
786Compiling video/scalers/GLSimpleScaler.cc...
787In file included from src/video/scalers/GLSimpleScaler.cc:1:
788In file included from src/video/scalers/GLSimpleScaler.hh:4:
789In file included from src/video/scalers/GLScaler.hh:4:
790src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
791 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
792 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
793/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
794#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
795 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
796/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
797#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
798 ^ ~~
7991 warning generated.
800Compiling video/scalers/GLTVScaler.cc...
801In file included from src/video/scalers/GLTVScaler.cc:1:
802In file included from src/video/scalers/GLTVScaler.hh:4:
803In file included from src/video/scalers/GLScaler.hh:4:
804src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
805 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
806 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
807/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
808#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
809 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
810/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
811#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
812 ^ ~~
8131 warning generated.
814Compiling video/scalers/HQ2xLiteScaler.cc...
815Compiling video/scalers/HQ2xScaler.cc...
816Compiling video/scalers/HQ3xLiteScaler.cc...
817Compiling video/scalers/HQ3xScaler.cc...
818Compiling video/scalers/MLAAScaler.cc...
819Compiling video/scalers/Multiply32.cc...
820Compiling video/scalers/RGBTriplet3xScaler.cc...
821Compiling video/scalers/SaI2xScaler.cc...
822Compiling video/scalers/SaI3xScaler.cc...
823Compiling video/scalers/Scale2xScaler.cc...
824Compiling video/scalers/Scale3xScaler.cc...
825Compiling video/scalers/Scaler1.cc...
826Compiling video/scalers/Scaler2.cc...
827Compiling video/scalers/Scaler3.cc...
828Compiling video/scalers/ScalerFactory.cc...
829Compiling video/scalers/Scanline.cc...
830Compiling video/scalers/Simple2xScaler.cc...
831Compiling video/scalers/Simple3xScaler.cc...
832Compiling video/scalers/StretchScalerOutput.cc...
833Compiling video/scalers/SuperImposeScalerOutput.cc...
834Compiling video/v9990/V9990.cc...
835Compiling video/v9990/V9990BitmapConverter.cc...
836Compiling video/v9990/V9990CmdEngine.cc...
837Compiling video/v9990/V9990DummyRenderer.cc...
838Compiling video/v9990/V9990PixelRenderer.cc...
839Compiling video/v9990/V9990PxConverter.cc...
840Compiling video/v9990/V9990SDLRasterizer.cc...
841Compiling video/v9990/V9990VRAM.cc...
842Compiling video/v9990/Video9000.cc...
843Linking openmsx...
844Stripping openmsx...
845Removing any old binary package...
846Creating binary package:
847 Executable...
848 Data files...
849 Documentation...
850 C-BIOS...
851 Creating symlinks...
852 Writing meta-info...
853 Copying resources...
854 Copying README...
855 Copying license...
856Creating disk image:
857created: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/openmsx-0.15.0-573-g9171f2d82-mac-x86_64-bin.dmg