openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 08:24
Overview
Data
Wrapper Log
1Using Python: python3
2/Library/Developer/CommandLineTools/usr/bin/make -f build/main.mk run-3rdparty \
3 OPENMSX_TARGET_CPU=x86_64 \
4 OPENMSX_TARGET_OS=darwin \
5 OPENMSX_FLAVOUR=opt \
6 3RDPARTY_FLAG=true \
7 PYTHON=python3
8Using Python: python3
9/Library/Developer/CommandLineTools/usr/bin/make -f build/3rdparty.mk \
10 BUILD_PATH=derived/x86_64-darwin-opt-3rd/3rdparty \
11 OPENMSX_TARGET_CPU=x86_64 \
12 OPENMSX_TARGET_OS=darwin \
13 _CC=clang _CFLAGS=" -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
14 _LDFLAGS=" -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64" \
15 WINDRES=windres \
16 LINK_MODE=3RD_STA \
17 PYTHON=python3
18make[2]: Nothing to be done for `all'.
19/Library/Developer/CommandLineTools/usr/bin/make -f build/main.mk bindist \
20 OPENMSX_TARGET_CPU=x86_64 \
21 OPENMSX_TARGET_OS=darwin \
22 OPENMSX_FLAVOUR=opt \
23 3RDPARTY_FLAG=true \
24 PYTHON=python3
25Using Python: python3
26Build configuration:
27 Platform: x86_64-darwin
28 Flavour: opt
29 Compiler: clang++
30 Subset: full build
31Updating derived/x86_64-darwin-opt-3rd/config/Version.ii...
32Compiling CartridgeSlotManager.cc...
33Compiling CliExtension.cc...
34Compiling CommandLineParser.cc...
35In file included from src/CommandLineParser.cc:18:
36src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
37 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
38 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
39/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
40#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
41 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
43#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
44 ^ ~~
451 warning generated.
46Compiling Connector.cc...
47Compiling DeviceFactory.cc...
48Compiling GlobalSettings.cc...
49Compiling MSXCielTurbo.cc...
50Compiling MSXDevice.cc...
51Compiling MSXDeviceSwitch.cc...
52Compiling MSXMatsushita.cc...
53Compiling MSXMotherBoard.cc...
54Compiling MSXPPI.cc...
55Compiling MSXS1990.cc...
56Compiling MSXSwitchedDevice.cc...
57Compiling MSXTurboRPause.cc...
58Compiling PluggableFactory.cc...
59Compiling PluggingController.cc...
60Compiling Printer.cc...
61Compiling PrinterPortSimpl.cc...
62Compiling Reactor.cc...
63Compiling RealTime.cc...
64Compiling ReverseManager.cc...
65Compiling SVIPPI.cc...
66Compiling Scheduler.cc...
67Compiling Version.cc...
68Compiling main.cc...
69Compiling cassette/CassettePlayer.cc...
70Compiling cassette/CassettePlayerCLI.cc...
71Compiling cassette/CassettePort.cc...
72Compiling commands/Command.cc...
73Compiling commands/Completer.cc...
74Compiling commands/GlobalCommandController.cc...
75Compiling commands/InfoCommand.cc...
76Compiling commands/InfoTopic.cc...
77Compiling commands/Interpreter.cc...
78Compiling commands/MSXCommandController.cc...
79Compiling commands/ProxyCommand.cc...
80Compiling config/DeviceConfig.cc...
81Compiling config/HardwareConfig.cc...
82Compiling config/SettingsConfig.cc...
83Compiling console/CommandConsole.cc...
84Compiling console/OSDConsoleRenderer.cc...
85In file included from src/console/OSDConsoleRenderer.cc:21:
86In file included from src/video/GLImage.hh:5:
87src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
88 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
89 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
90/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
91#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
92 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
93/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
94#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
95 ^ ~~
961 warning generated.
97Compiling console/OSDGUI.cc...
98Compiling console/OSDGUILayer.cc...
99Compiling console/OSDImageBasedWidget.cc...
100Compiling console/OSDText.cc...
101In file included from src/console/OSDText.cc:19:
102In file included from src/video/GLImage.hh:5:
103src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
104 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
105 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
106/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
107#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
108 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
109/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
110#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
111 ^ ~~
1121 warning generated.
113Compiling console/OSDTopWidget.cc...
114Compiling console/OSDWidget.cc...
115In file included from src/console/OSDWidget.cc:6:
116src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
117 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
118 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
119/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
120#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
121 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
122/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
123#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
124 ^ ~~
1251 warning generated.
126Compiling cpu/CPUCore.cc...
127Compiling cpu/Dasm.cc...
128Compiling cpu/IRQHelper.cc...
129Compiling cpu/MSXCPU.cc...
130Compiling cpu/MSXCPUInterface.cc...
131Compiling cpu/MSXMultiMemDevice.cc...
132Compiling cpu/MSXWatchIODevice.cc...
133Compiling cpu/VDPIODelay.cc...
134Compiling debugger/Debugger.cc...
135Compiling debugger/Probe.cc...
136Compiling debugger/ProbeBreakPoint.cc...
137Compiling debugger/SimpleDebuggable.cc...
138Compiling events/AfterCommand.cc...
139Compiling events/EventDistributor.cc...
140Compiling events/HotKey.cc...
141Compiling events/InputEventGenerator.cc...
142Compiling events/MSXCliComm.cc...
143Compiling events/MessageCommand.cc...
144Compiling fdc/DiskChanger.cc...
145Compiling fdc/DiskImageCLI.cc...
146Compiling fdc/DiskManipulator.cc...
147Compiling fdc/NowindCommand.cc...
148Compiling fdc/NowindInterface.cc...
149Compiling fdc/RealDrive.cc...
150Compiling fdc/TurboRFDC.cc...
151Compiling file/FilePool.cc...
152Compiling ide/AbstractIDEDevice.cc...
153Compiling ide/CDImageCLI.cc...
154Compiling ide/HD.cc...
155Compiling ide/HDCommand.cc...
156Compiling ide/IDECDROM.cc...
157Compiling ide/IDEHD.cc...
158Compiling ide/SCSIHD.cc...
159Compiling ide/SCSILS120.cc...
160Compiling input/ColecoJoystickIO.cc...
161Compiling input/EventDelay.cc...
162Compiling input/JoyMega.cc...
163Compiling input/JoyTap.cc...
164Compiling input/Joystick.cc...
165Compiling input/JoystickPort.cc...
166Compiling input/Keyboard.cc...
167Compiling input/RecordedCommand.cc...
168Compiling input/Touchpad.cc...
169Compiling laserdisc/LaserdiscPlayer.cc...
170Compiling laserdisc/LaserdiscPlayerCLI.cc...
171Compiling laserdisc/PioneerLDControl.cc...
172Compiling memory/AmdFlash.cc...
173Compiling memory/Carnivore2.cc...
174Compiling memory/CheckedRam.cc...
175Compiling memory/ColecoSuperGameModule.cc...
176Compiling memory/ESE_SCC.cc...
177Compiling memory/KonamiUltimateCollection.cc...
178Compiling memory/MSXMapperIO.cc...
179Compiling memory/MSXMemoryMapper.cc...
180Compiling memory/MSXMemoryMapperBase.cc...
181Compiling memory/MSXMirrorDevice.cc...
182Compiling memory/MSXRomCLI.cc...
183Compiling memory/MegaFlashRomSCCPlus.cc...
184Compiling memory/MegaFlashRomSCCPlusSD.cc...
185Compiling memory/MusicalMemoryMapper.cc...
186Compiling memory/PanasonicMemory.cc...
187Compiling memory/PanasonicRam.cc...
188Compiling memory/ReproCartridgeV1.cc...
189Compiling memory/ReproCartridgeV2.cc...
190Compiling memory/Rom.cc...
191Compiling memory/RomArc.cc...
192Compiling memory/RomDRAM.cc...
193Compiling memory/RomFSA1FM.cc...
194Compiling memory/RomFactory.cc...
195Compiling memory/RomHolyQuran2.cc...
196Compiling memory/RomInfoTopic.cc...
197Compiling memory/RomKonami.cc...
198Compiling memory/RomKonamiKeyboardMaster.cc...
199Compiling memory/RomKonamiSCC.cc...
200Compiling memory/RomMajutsushi.cc...
201Compiling memory/RomManbow2.cc...
202Compiling memory/RomNettouYakyuu.cc...
203Compiling memory/RomPanasonic.cc...
204Compiling memory/RomPlayBall.cc...
205Compiling memory/RomRamFile.cc...
206Compiling memory/RomSuperLodeRunner.cc...
207Compiling memory/RomSynthesizer.cc...
208Compiling memory/RomZemina90in1.cc...
209Compiling serial/MC6850.cc...
210Compiling serial/MSXMidi.cc...
211Compiling serial/MSXRS232.cc...
212Compiling serial/MidiInCoreMIDI.cc...
213Compiling serial/MidiOutCoreMIDI.cc...
214Compiling serial/YM2148.cc...
215Compiling settings/BooleanSetting.cc...
216Compiling settings/EnumSetting.cc...
217Compiling settings/FilenameSetting.cc...
218Compiling settings/ProxySetting.cc...
219Compiling settings/Setting.cc...
220Compiling settings/SettingsManager.cc...
221Compiling settings/UserSettings.cc...
222Compiling settings/VideoSourceSetting.cc...
223Compiling sound/AY8910.cc...
224Compiling sound/DACSound16S.cc...
225Compiling sound/DACSound8U.cc...
226Compiling sound/KeyClick.cc...
227Compiling sound/MSXAudio.cc...
228Compiling sound/MSXFmPac.cc...
229Compiling sound/MSXMixer.cc...
230Compiling sound/MSXMoonSound.cc...
231Compiling sound/MSXMusic.cc...
232Compiling sound/MSXOPL3Cartridge.cc...
233Compiling sound/MSXPSG.cc...
234Compiling sound/MSXSCCPlusCart.cc...
235Compiling sound/MSXTurboRPCM.cc...
236Compiling sound/MSXYamahaSFG.cc...
237Compiling sound/Mixer.cc...
238Compiling sound/ResampleBlip.cc...
239Compiling sound/ResampleHQ.cc...
240Compiling sound/ResampleLQ.cc...
241Compiling sound/ResampleTrivial.cc...
242Compiling sound/ResampledSoundDevice.cc...
243Compiling sound/SCC.cc...
244Compiling sound/SDLSoundDriver.cc...
245Compiling sound/SN76489.cc...
246Compiling sound/SNPSG.cc...
247Compiling sound/SVIPSG.cc...
248Compiling sound/SamplePlayer.cc...
249Compiling sound/SoundDevice.cc...
250Compiling sound/VLM5030.cc...
251Compiling sound/Y8950.cc...
252Compiling sound/Y8950Adpcm.cc...
253Compiling sound/Y8950Periphery.cc...
254Compiling sound/YM2151.cc...
255Compiling sound/YM2413.cc...
256Compiling sound/YMF262.cc...
257Compiling sound/YMF278.cc...
258Compiling video/ADVram.cc...
259Compiling video/AviRecorder.cc...
260Compiling video/CharacterConverter.cc...
261Compiling video/Display.cc...
262Compiling video/GLSnow.cc...
263In file included from src/video/GLSnow.cc:1:
264In file included from src/video/GLSnow.hh:5:
265src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
266 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
267 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
268/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
269#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
270 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
271/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
272#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
273 ^ ~~
2741 warning generated.
275Compiling video/PixelRenderer.cc...
276Compiling video/PostProcessor.cc...
277Compiling video/RendererFactory.cc...
278Compiling video/SDLRasterizer.cc...
279Compiling video/SDLSnow.cc...
280Compiling video/SDLVideoSystem.cc...
281In file included from src/video/SDLVideoSystem.cc:20:
282In file included from src/video/GLPostProcessor.hh:6:
283src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
284 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
285 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
286/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
287#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
288 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
289/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
290#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
291 ^ ~~
2921 warning generated.
293Compiling video/SpriteChecker.cc...
294Compiling video/VDP.cc...
295Compiling video/VDPAccessSlots.cc...
296Compiling video/VDPCmdEngine.cc...
297Compiling video/VDPVRAM.cc...
298Compiling video/VideoLayer.cc...
299Compiling video/VisibleSurface.cc...
300Compiling video/ld/LDPixelRenderer.cc...
301Compiling video/v9990/V9990.cc...
302Compiling video/v9990/V9990BitmapConverter.cc...
303Compiling video/v9990/V9990CmdEngine.cc...
304Compiling video/v9990/V9990PixelRenderer.cc...
305Compiling video/v9990/V9990PxConverter.cc...
306Compiling video/v9990/V9990SDLRasterizer.cc...
307Compiling video/v9990/V9990VRAM.cc...
308Compiling video/v9990/Video9000.cc...
309Linking openmsx...
310Stripping openmsx...
311Removing any old binary package...
312Creating binary package:
313 Executable...
314 Data files...
315 Documentation...
316 C-BIOS...
317 Creating symlinks...
318 Writing meta-info...
319 Copying resources...
320 Copying README...
321 Copying license...
322Creating disk image:
323created: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/openmsx-0.15.0-589-gc475168f8-mac-x86_64-bin.dmg