openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 06:42
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 Autofire.cc...
33Compiling CartridgeSlotManager.cc...
34Compiling ChakkariCopy.cc...
35Compiling CliExtension.cc...
36Compiling CommandLineParser.cc...
37In file included from src/CommandLineParser.cc:18:
38src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
39 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
40 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
41/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
42#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
43 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
45#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
46 ^ ~~
471 warning generated.
48Compiling Connector.cc...
49Compiling DebugDevice.cc...
50Compiling DeviceFactory.cc...
51In file included from src/DeviceFactory.cc:32:
52In file included from src/memory/MSXMemoryMapper.hh:4:
53src/memory/MSXMemoryMapperBase.hh:38:7: warning: 'writeIO' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
54 void writeIO(word port, byte value, EmuTime::param time) = 0;
55 ^
56src/MSXDevice.hh:120:15: note: overridden virtual function is here
57 virtual void writeIO(word port, byte value, EmuTime::param time);
58 ^
591 warning generated.
60Compiling DummyDevice.cc...
61Compiling DummyPrinterPortDevice.cc...
62Compiling DynamicClock.cc...
63Compiling EmuTime.cc...
64Compiling FirmwareSwitch.cc...
65Compiling GlobalSettings.cc...
66Compiling I8255.cc...
67Compiling LedStatus.cc...
68Compiling MSXBunsetsu.cc...
69Compiling MSXCielTurbo.cc...
70Compiling MSXDevice.cc...
71Compiling MSXDeviceSwitch.cc...
72Compiling MSXE6Timer.cc...
73Compiling MSXHiResTimer.cc...
74Compiling MSXKanji.cc...
75Compiling MSXKanji12.cc...
76Compiling MSXMatsushita.cc...
77Compiling MSXMotherBoard.cc...
78Compiling MSXPPI.cc...
79Compiling MSXPrinterPort.cc...
80Compiling MSXRTC.cc...
81Compiling MSXResetStatusRegister.cc...
82Compiling MSXS1985.cc...
83Compiling MSXS1990.cc...
84Compiling MSXSwitchedDevice.cc...
85Compiling MSXTurboRPause.cc...
86Compiling MSXVictorHC9xSystemControl.cc...
87Compiling PasswordCart.cc...
88Compiling Pluggable.cc...
89Compiling PluggableFactory.cc...
90Compiling PluggingController.cc...
91Compiling Printer.cc...
92Compiling PrinterPortDevice.cc...
93Compiling PrinterPortLogger.cc...
94Compiling PrinterPortSimpl.cc...
95Compiling RP5C01.cc...
96Compiling Reactor.cc...
97Compiling RealTime.cc...
98Compiling RenShaTurbo.cc...
99Compiling ReplayCLI.cc...
100Compiling ReverseManager.cc...
101Compiling SVIPPI.cc...
102Compiling SVIPrinterPort.cc...
103Compiling SaveStateCLI.cc...
104Compiling Schedulable.cc...
105Compiling Scheduler.cc...
106Compiling SensorKid.cc...
107Compiling ThrottleManager.cc...
108Compiling Version.cc...
109Compiling main.cc...
110Compiling serialize.cc...
111Compiling serialize_core.cc...
112Compiling serialize_meta.cc...
113Compiling cassette/CasImage.cc...
114Compiling cassette/CassetteDevice.cc...
115Compiling cassette/CassetteImage.cc...
116Compiling cassette/CassettePlayer.cc...
117Compiling cassette/CassettePlayerCLI.cc...
118Compiling cassette/CassettePort.cc...
119Compiling cassette/DummyCassetteDevice.cc...
120Compiling cassette/WavImage.cc...
121Compiling commands/Command.cc...
122Compiling commands/Completer.cc...
123Compiling commands/GlobalCommandController.cc...
124Compiling commands/InfoCommand.cc...
125Compiling commands/InfoTopic.cc...
126Compiling commands/Interpreter.cc...
127Compiling commands/MSXCommandController.cc...
128Compiling commands/ProxyCommand.cc...
129Compiling commands/TclArgParser.cc...
130Compiling commands/TclCallback.cc...
131Compiling commands/TclObject.cc...
132Compiling config/DeviceConfig.cc...
133Compiling config/HardwareConfig.cc...
134Compiling config/SettingsConfig.cc...
135Compiling config/XMLElement.cc...
136Compiling config/XMLLoader.cc...
137Compiling console/CommandConsole.cc...
138Compiling console/OSDConsoleRenderer.cc...
139In file included from src/console/OSDConsoleRenderer.cc:21:
140In file included from src/video/GLImage.hh:5:
141src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
142 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
143 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
144/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
145#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
146 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
148#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
149 ^ ~~
1501 warning generated.
151Compiling console/OSDGUI.cc...
152Compiling console/OSDGUILayer.cc...
153Compiling console/OSDImageBasedWidget.cc...
154Compiling console/OSDRectangle.cc...
155In file included from src/console/OSDRectangle.cc:13:
156In file included from src/video/GLImage.hh:5:
157src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
158 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
159 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
160/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
161#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
162 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
163/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
164#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
165 ^ ~~
1661 warning generated.
167Compiling console/OSDText.cc...
168In file included from src/console/OSDText.cc:19:
169In file included from src/video/GLImage.hh:5:
170src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
171 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
172 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
173/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
174#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
175 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
176/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
177#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
178 ^ ~~
1791 warning generated.
180Compiling console/OSDTopWidget.cc...
181Compiling console/OSDWidget.cc...
182In file included from src/console/OSDWidget.cc:6:
183src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
184 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
185 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
186/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
187#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
188 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
189/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
190#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
191 ^ ~~
1921 warning generated.
193Compiling cpu/BreakPointBase.cc...
194Compiling cpu/CPUClock.cc...
195Compiling cpu/CPUCore.cc...
196Compiling cpu/CPURegs.cc...
197Compiling cpu/Dasm.cc...
198Compiling cpu/IRQHelper.cc...
199Compiling cpu/MSXCPU.cc...
200Compiling cpu/MSXCPUInterface.cc...
201Compiling cpu/MSXMultiDevice.cc...
202Compiling cpu/MSXMultiIODevice.cc...
203Compiling cpu/MSXMultiMemDevice.cc...
204Compiling cpu/MSXWatchIODevice.cc...
205Compiling cpu/VDPIODelay.cc...
206Compiling debugger/Debugger.cc...
207Compiling debugger/Probe.cc...
208Compiling debugger/ProbeBreakPoint.cc...
209Compiling debugger/SimpleDebuggable.cc...
210Compiling events/AfterCommand.cc...
211Compiling events/CliConnection.cc...
212Compiling events/CliServer.cc...
213Compiling events/Event.cc...
214Compiling events/EventDistributor.cc...
215Compiling events/GlobalCliComm.cc...
216Compiling events/HotKey.cc...
217Compiling events/InputEventFactory.cc...
218Compiling events/InputEventGenerator.cc...
219Compiling events/InputEvents.cc...
220Compiling events/MSXCliComm.cc...
221Compiling events/MessageCommand.cc...
222Compiling events/TclCallbackMessages.cc...
223Compiling fdc/AVTFDC.cc...
224Compiling fdc/DMKDiskImage.cc...
225Compiling fdc/DSKDiskImage.cc...
226Compiling fdc/DirAsDSK.cc...
227Compiling fdc/DiskChanger.cc...
228Compiling fdc/DiskContainer.cc...
229Compiling fdc/DiskDrive.cc...
230Compiling fdc/DiskFactory.cc...
231Compiling fdc/DiskImageCLI.cc...
232Compiling fdc/DiskImageUtils.cc...
233Compiling fdc/DiskManipulator.cc...
234Compiling fdc/DiskName.cc...
235Compiling fdc/DiskPartition.cc...
236Compiling fdc/DriveMultiplexer.cc...
237Compiling fdc/DummyDisk.cc...
238Compiling fdc/MSXFDC.cc...
239Compiling fdc/MicrosolFDC.cc...
240Compiling fdc/NationalFDC.cc...
241Compiling fdc/NowindCommand.cc...
242Compiling fdc/NowindHost.cc...
243Compiling fdc/NowindInterface.cc...
244Compiling fdc/NowindRomDisk.cc...
245Compiling fdc/PhilipsFDC.cc...
246Compiling fdc/RamDSKDiskImage.cc...
247Compiling fdc/RawTrack.cc...
248Compiling fdc/RealDrive.cc...
249Compiling fdc/SVIFDC.cc...
250Compiling fdc/SanyoFDC.cc...
251Compiling fdc/SectorBasedDisk.cc...
252Compiling fdc/SpectravideoFDC.cc...
253Compiling fdc/TC8566AF.cc...
254Compiling fdc/ToshibaFDC.cc...
255Compiling fdc/TurboRFDC.cc...
256Compiling fdc/VictorFDC.cc...
257Compiling fdc/WD2793.cc...
258Compiling fdc/WD2793BasedFDC.cc...
259Compiling fdc/XSADiskImage.cc...
260Compiling file/CompressedFileAdapter.cc...
261Compiling file/FileContext.cc...
262Compiling file/FilePool.cc...
263Compiling file/Filename.cc...
264Compiling ide/AbstractIDEDevice.cc...
265Compiling ide/BeerIDE.cc...
266Compiling ide/CDImageCLI.cc...
267Compiling ide/DummyIDEDevice.cc...
268Compiling ide/DummySCSIDevice.cc...
269Compiling ide/GoudaSCSI.cc...
270Compiling ide/HD.cc...
271Compiling ide/HDCommand.cc...
272Compiling ide/IDECDROM.cc...
273Compiling ide/IDEDeviceFactory.cc...
274Compiling ide/IDEHD.cc...
275Compiling ide/MB89352.cc...
276Compiling ide/MegaSCSI.cc...
277Compiling ide/SCSIHD.cc...
278Compiling ide/SCSILS120.cc...
279Compiling ide/SunriseIDE.cc...
280Compiling ide/WD33C93.cc...
281Compiling input/ArkanoidPad.cc...
282Compiling input/ColecoJoystickIO.cc...
283Compiling input/DummyJoystick.cc...
284Compiling input/EventDelay.cc...
285Compiling input/JoyMega.cc...
286Compiling input/JoyTap.cc...
287Compiling input/Joystick.cc...
288Compiling input/JoystickDevice.cc...
289Compiling input/JoystickPort.cc...
290Compiling input/KeyJoystick.cc...
291Compiling input/Keyboard.cc...
292Compiling input/KeyboardSettings.cc...
293Compiling input/MSXEventDistributor.cc...
294Compiling input/MagicKey.cc...
295Compiling input/Mouse.cc...
296Compiling input/NinjaTap.cc...
297Compiling input/Paddle.cc...
298Compiling input/RecordedCommand.cc...
299Compiling input/SETetrisDongle.cc...
300Compiling input/StateChangeDistributor.cc...
301Compiling input/Touchpad.cc...
302Compiling input/Trackball.cc...
303Compiling laserdisc/LaserdiscPlayer.cc...
304Compiling laserdisc/LaserdiscPlayerCLI.cc...
305Compiling laserdisc/PioneerLDControl.cc...
306Compiling memory/AmdFlash.cc...
307Compiling memory/Carnivore2.cc...
308Compiling memory/CheckedRam.cc...
309Compiling memory/ColecoSuperGameModule.cc...
310Compiling memory/EEPROM_93C46.cc...
311Compiling memory/ESE_RAM.cc...
312Compiling memory/ESE_SCC.cc...
313Compiling memory/FraelSwitchableROM.cc...
314Compiling memory/KonamiUltimateCollection.cc...
315Compiling memory/MSXHBI55.cc...
316Compiling memory/MSXMapperIO.cc...
317Compiling memory/MSXMegaRam.cc...
318Compiling memory/MSXMemoryMapper.cc...
319In file included from src/memory/MSXMemoryMapper.cc:1:
320In file included from src/memory/MSXMemoryMapper.hh:4:
321src/memory/MSXMemoryMapperBase.hh:38:7: warning: 'writeIO' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
322 void writeIO(word port, byte value, EmuTime::param time) = 0;
323 ^
324src/MSXDevice.hh:120:15: note: overridden virtual function is here
325 virtual void writeIO(word port, byte value, EmuTime::param time);
326 ^
3271 warning generated.
328Compiling memory/MSXMemoryMapperBase.cc...
329In file included from src/memory/MSXMemoryMapperBase.cc:1:
330src/memory/MSXMemoryMapperBase.hh:38:7: warning: 'writeIO' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
331 void writeIO(word port, byte value, EmuTime::param time) = 0;
332 ^
333src/MSXDevice.hh:120:15: note: overridden virtual function is here
334 virtual void writeIO(word port, byte value, EmuTime::param time);
335 ^
3361 warning generated.
337Compiling memory/MSXMirrorDevice.cc...
338Compiling memory/MSXPac.cc...
339Compiling memory/MSXRam.cc...
340Compiling memory/MSXRom.cc...
341Compiling memory/MSXRomCLI.cc...
342Compiling memory/MegaFlashRomSCCPlus.cc...
343Compiling memory/MegaFlashRomSCCPlusSD.cc...
344Compiling memory/MusicalMemoryMapper.cc...
345In file included from src/memory/MusicalMemoryMapper.cc:1:
346In file included from src/memory/MusicalMemoryMapper.hh:4:
347src/memory/MSXMemoryMapperBase.hh:38:7: warning: 'writeIO' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
348 void writeIO(word port, byte value, EmuTime::param time) = 0;
349 ^
350src/MSXDevice.hh:120:15: note: overridden virtual function is here
351 virtual void writeIO(word port, byte value, EmuTime::param time);
352 ^
3531 warning generated.
354Compiling memory/PanasonicMemory.cc...
355Compiling memory/PanasonicRam.cc...
356In file included from src/memory/PanasonicRam.cc:1:
357In file included from src/memory/PanasonicRam.hh:4:
358src/memory/MSXMemoryMapperBase.hh:38:7: warning: 'writeIO' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
359 void writeIO(word port, byte value, EmuTime::param time) = 0;
360 ^
361src/MSXDevice.hh:120:15: note: overridden virtual function is here
362 virtual void writeIO(word port, byte value, EmuTime::param time);
363 ^
3641 warning generated.
365Compiling memory/ROMHunterMk2.cc...
366Compiling memory/Ram.cc...
367Compiling memory/ReproCartridgeV1.cc...
368Compiling memory/ReproCartridgeV2.cc...
369Compiling memory/Rom.cc...
370Compiling memory/RomArc.cc...
371Compiling memory/RomAscii16_2.cc...
372Compiling memory/RomAscii16kB.cc...
373Compiling memory/RomAscii8_8.cc...
374Compiling memory/RomAscii8kB.cc...
375Compiling memory/RomBlocks.cc...
376Compiling memory/RomColecoMegaCart.cc...
377Compiling memory/RomCrossBlaim.cc...
378Compiling memory/RomDRAM.cc...
379Compiling memory/RomDatabase.cc...
380Compiling memory/RomDooly.cc...
381Compiling memory/RomFSA1FM.cc...
382Compiling memory/RomFactory.cc...
383Compiling memory/RomGameMaster2.cc...
384Compiling memory/RomGeneric16kB.cc...
385Compiling memory/RomGeneric8kB.cc...
386Compiling memory/RomHalnote.cc...
387Compiling memory/RomHarryFox.cc...
388Compiling memory/RomHolyQuran.cc...
389Compiling memory/RomHolyQuran2.cc...
390Compiling memory/RomInfo.cc...
391Compiling memory/RomInfoTopic.cc...
392Compiling memory/RomKonami.cc...
393Compiling memory/RomKonamiKeyboardMaster.cc...
394Compiling memory/RomKonamiSCC.cc...
395Compiling memory/RomMSXDOS2.cc...
396Compiling memory/RomMSXWrite.cc...
397Compiling memory/RomMSXtra.cc...
398Compiling memory/RomMajutsushi.cc...
399Compiling memory/RomManbow2.cc...
400Compiling memory/RomMatraCompilation.cc...
401Compiling memory/RomMatraInk.cc...
402Compiling memory/RomMitsubishiMLTS2.cc...
403Compiling memory/RomMultiRom.cc...
404Compiling memory/RomNational.cc...
405Compiling memory/RomNettouYakyuu.cc...
406Compiling memory/RomPadial16kB.cc...
407Compiling memory/RomPadial8kB.cc...
408Compiling memory/RomPageNN.cc...
409Compiling memory/RomPanasonic.cc...
410Compiling memory/RomPlain.cc...
411Compiling memory/RomPlayBall.cc...
412Compiling memory/RomRType.cc...
413Compiling memory/RomRamFile.cc...
414Compiling memory/RomSuperLodeRunner.cc...
415Compiling memory/RomSuperSwangi.cc...
416Compiling memory/RomSynthesizer.cc...
417Compiling memory/RomZemina126in1.cc...
418Compiling memory/RomZemina80in1.cc...
419Compiling memory/RomZemina90in1.cc...
420Compiling memory/SRAM.cc...
421Compiling memory/SdCard.cc...
422Compiling memory/TrackedRam.cc...
423Compiling serial/ClockPin.cc...
424Compiling serial/DummyMidiInDevice.cc...
425Compiling serial/DummyMidiOutDevice.cc...
426Compiling serial/DummyRS232Device.cc...
427Compiling serial/I8251.cc...
428Compiling serial/I8254.cc...
429Compiling serial/MC6850.cc...
430Compiling serial/MSXFacMidiInterface.cc...
431Compiling serial/MSXMidi.cc...
432Compiling serial/MSXRS232.cc...
433Compiling serial/MidiInConnector.cc...
434Compiling serial/MidiInCoreMIDI.cc...
435Compiling serial/MidiInDevice.cc...
436Compiling serial/MidiInReader.cc...
437Compiling serial/MidiOutConnector.cc...
438Compiling serial/MidiOutCoreMIDI.cc...
439Compiling serial/MidiOutDevice.cc...
440Compiling serial/MidiOutLogger.cc...
441Compiling serial/RS232Connector.cc...
442Compiling serial/RS232Device.cc...
443Compiling serial/RS232Tester.cc...
444Compiling serial/YM2148.cc...
445Compiling settings/BooleanSetting.cc...
446Compiling settings/EnumSetting.cc...
447Compiling settings/FilenameSetting.cc...
448Compiling settings/FloatSetting.cc...
449Compiling settings/IntegerSetting.cc...
450Compiling settings/KeyCodeSetting.cc...
451Compiling settings/ProxySetting.cc...
452Compiling settings/ReadOnlySetting.cc...
453Compiling settings/Setting.cc...
454Compiling settings/SettingsManager.cc...
455Compiling settings/StringSetting.cc...
456Compiling settings/UserSettings.cc...
457Compiling settings/VideoSourceSetting.cc...
458Compiling sound/AY8910.cc...
459Compiling sound/AY8910Periphery.cc...
460Compiling sound/AudioInputConnector.cc...
461Compiling sound/AudioInputDevice.cc...
462Compiling sound/BlipBuffer.cc...
463Compiling sound/DACSound16S.cc...
464Compiling sound/DACSound8U.cc...
465Compiling sound/DummyAudioInputDevice.cc...
466Compiling sound/DummyY8950KeyboardDevice.cc...
467Compiling sound/EmuTimer.cc...
468Compiling sound/KeyClick.cc...
469Compiling sound/MSXAudio.cc...
470Compiling sound/MSXFmPac.cc...
471Compiling sound/MSXMixer.cc...
472Compiling sound/MSXMoonSound.cc...
473Compiling sound/MSXMusic.cc...
474Compiling sound/MSXOPL3Cartridge.cc...
475Compiling sound/MSXPSG.cc...
476Compiling sound/MSXSCCPlusCart.cc...
477Compiling sound/MSXTurboRPCM.cc...
478Compiling sound/MSXYamahaSFG.cc...
479Compiling sound/Mixer.cc...
480Compiling sound/ResampleBlip.cc...
481Compiling sound/ResampleHQ.cc...
482Compiling sound/ResampleLQ.cc...
483Compiling sound/ResampleTrivial.cc...
484Compiling sound/ResampledSoundDevice.cc...
485Compiling sound/SCC.cc...
486Compiling sound/SDLSoundDriver.cc...
487Compiling sound/SN76489.cc...
488Compiling sound/SNPSG.cc...
489Compiling sound/SVIPSG.cc...
490Compiling sound/SamplePlayer.cc...
491Compiling sound/SoundDevice.cc...
492Compiling sound/VLM5030.cc...
493Compiling sound/WavAudioInput.cc...
494Compiling sound/Y8950.cc...
495Compiling sound/Y8950Adpcm.cc...
496Compiling sound/Y8950KeyboardConnector.cc...
497Compiling sound/Y8950KeyboardDevice.cc...
498Compiling sound/Y8950Periphery.cc...
499Compiling sound/YM2151.cc...
500Compiling sound/YM2413.cc...
501Compiling sound/YM2413Burczynski.cc...
502Compiling sound/YM2413Okazaki.cc...
503Compiling sound/YMF262.cc...
504Compiling sound/YMF278.cc...
505Compiling video/ADVram.cc...
506Compiling video/AviRecorder.cc...
507Compiling video/CharacterConverter.cc...
508Compiling video/Display.cc...
509Compiling video/DummyRenderer.cc...
510Compiling video/DummyVideoSystem.cc...
511Compiling video/FBPostProcessor.cc...
512Compiling video/GLPostProcessor.cc...
513In file included from src/video/GLPostProcessor.cc:1:
514In file included from src/video/GLPostProcessor.hh:6:
515src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
516 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
517 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
518/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
519#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
520 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
521/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
522#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
523 ^ ~~
5241 warning generated.
525Compiling video/GLSnow.cc...
526In file included from src/video/GLSnow.cc:1:
527In file included from src/video/GLSnow.hh:5:
528src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
529 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
530 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
531/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
532#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
533 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
534/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
535#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
536 ^ ~~
5371 warning generated.
538Compiling video/PixelRenderer.cc...
539Compiling video/PostProcessor.cc...
540Compiling video/RenderSettings.cc...
541Compiling video/Renderer.cc...
542Compiling video/RendererFactory.cc...
543Compiling video/SDLGLVisibleSurface.cc...
544In file included from src/video/SDLGLVisibleSurface.cc:2:
545In file included from src/video/SDLGLOffScreenSurface.hh:5:
546src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
547 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
548 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
549/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
550#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
551 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
552/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
553#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
554 ^ ~~
555src/video/SDLGLVisibleSurface.cc:57:7: warning: use of old-style cast [-Wold-style-cast]
556 if (!GLEW_VERSION_2_0) {
557 ^~~~~~~~~~~~~~~~
558/usr/local/include/GL/glew.h:2004:26: note: expanded from macro 'GLEW_VERSION_2_0'
559#define GLEW_VERSION_2_0 GLEW_GET_VAR(__GLEW_VERSION_2_0)
560 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
561/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
562#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
563 ^ ~~
5642 warnings generated.
565Compiling video/SDLRasterizer.cc...
566Compiling video/SDLSnow.cc...
567Compiling video/SDLVideoSystem.cc...
568In file included from src/video/SDLVideoSystem.cc:20:
569In file included from src/video/GLPostProcessor.hh:6:
570src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
571 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
572 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
573/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
574#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
575 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
576/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
577#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
578 ^ ~~
5791 warning generated.
580Compiling video/SDLVisibleSurface.cc...
581Compiling video/SpriteChecker.cc...
582Compiling video/VDP.cc...
583Compiling video/VDPAccessSlots.cc...
584Compiling video/VDPCmdEngine.cc...
585Compiling video/VDPVRAM.cc...
586Compiling video/VideoLayer.cc...
587Compiling video/VisibleSurface.cc...
588Compiling video/ld/LDDummyRenderer.cc...
589Compiling video/ld/LDPixelRenderer.cc...
590Compiling video/ld/LDSDLRasterizer.cc...
591Compiling video/scalers/GLRGBScaler.cc...
592In file included from src/video/scalers/GLRGBScaler.cc:1:
593In file included from src/video/scalers/GLRGBScaler.hh:4:
594In file included from src/video/scalers/GLScaler.hh:4:
595src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
596 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
597 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
598/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
599#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
600 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
601/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
602#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
603 ^ ~~
6041 warning generated.
605Compiling video/scalers/GLScalerFactory.cc...
606In file included from src/video/scalers/GLScalerFactory.cc:2:
607In file included from src/video/scalers/GLSimpleScaler.hh:4:
608In file included from src/video/scalers/GLScaler.hh:4:
609src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
610 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
611 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
612/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
613#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
614 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
615/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
616#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
617 ^ ~~
6181 warning generated.
619Compiling video/scalers/GLSimpleScaler.cc...
620In file included from src/video/scalers/GLSimpleScaler.cc:1:
621In file included from src/video/scalers/GLSimpleScaler.hh:4:
622In file included from src/video/scalers/GLScaler.hh:4:
623src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
624 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
625 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
626/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
627#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
628 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
629/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
630#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
631 ^ ~~
6321 warning generated.
633Compiling video/scalers/GLTVScaler.cc...
634In file included from src/video/scalers/GLTVScaler.cc:1:
635In file included from src/video/scalers/GLTVScaler.hh:4:
636In file included from src/video/scalers/GLScaler.hh:4:
637src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
638 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
639 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
640/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
641#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
642 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
643/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
644#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
645 ^ ~~
6461 warning generated.
647Compiling video/scalers/RGBTriplet3xScaler.cc...
648Compiling video/scalers/ScalerFactory.cc...
649Compiling video/scalers/Simple2xScaler.cc...
650Compiling video/scalers/Simple3xScaler.cc...
651Compiling video/v9990/V9990.cc...
652Compiling video/v9990/V9990BitmapConverter.cc...
653Compiling video/v9990/V9990CmdEngine.cc...
654Compiling video/v9990/V9990DummyRenderer.cc...
655Compiling video/v9990/V9990PixelRenderer.cc...
656Compiling video/v9990/V9990PxConverter.cc...
657Compiling video/v9990/V9990SDLRasterizer.cc...
658Compiling video/v9990/V9990VRAM.cc...
659Compiling video/v9990/Video9000.cc...
660Linking openmsx...
661Stripping openmsx...
662Removing any old binary package...
663Creating binary package:
664 Executable...
665 Data files...
666 Documentation...
667 C-BIOS...
668 Creating symlinks...
669 Writing meta-info...
670 Copying resources...
671 Copying README...
672 Copying license...
673Creating disk image:
674created: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/openmsx-0.15.0-574-g32551e710-mac-x86_64-bin.dmg