openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 06:52
Overview
Data
Wrapper Log
1Using Python: python3
2/Library/Developer/CommandLineTools/usr/bin/make -f build/main.mk run-3rdparty \
3 OPENMSX_TARGET_CPU=x86_64 \
4 OPENMSX_TARGET_OS=darwin \
5 OPENMSX_FLAVOUR=opt \
6 3RDPARTY_FLAG=true \
7 PYTHON=python3
8Using Python: python3
9/Library/Developer/CommandLineTools/usr/bin/make -f build/3rdparty.mk \
10 BUILD_PATH=derived/x86_64-darwin-opt-3rd/3rdparty \
11 OPENMSX_TARGET_CPU=x86_64 \
12 OPENMSX_TARGET_OS=darwin \
13 _CC=clang _CFLAGS=" -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
14 _LDFLAGS=" -arch x86_64 -mmacosx-version-min=10.7 -stdlib=libc++ -m64" \
15 WINDRES=windres \
16 LINK_MODE=3RD_STA \
17 PYTHON=python3
18make[2]: Nothing to be done for `all'.
19/Library/Developer/CommandLineTools/usr/bin/make -f build/main.mk bindist \
20 OPENMSX_TARGET_CPU=x86_64 \
21 OPENMSX_TARGET_OS=darwin \
22 OPENMSX_FLAVOUR=opt \
23 3RDPARTY_FLAG=true \
24 PYTHON=python3
25Using Python: python3
26Build configuration:
27 Platform: x86_64-darwin
28 Flavour: opt
29 Compiler: clang++
30 Subset: full build
31Updating derived/x86_64-darwin-opt-3rd/config/Version.ii...
32Compiling DebugDevice.cc...
33Compiling DeviceFactory.cc...
34Compiling MSXE6Timer.cc...
35Compiling MSXHiResTimer.cc...
36Compiling MSXMatsushita.cc...
37Compiling MSXRTC.cc...
38Compiling RP5C01.cc...
39Compiling Version.cc...
40Compiling cassette/CasImage.cc...
41Compiling cpu/CPUCore.cc...
42Compiling cpu/MSXCPU.cc...
43Compiling cpu/MSXCPUInterface.cc...
44Compiling cpu/VDPIODelay.cc...
45Compiling fdc/MSXFDC.cc...
46Compiling fdc/NowindInterface.cc...
47Compiling fdc/RealDrive.cc...
48Compiling fdc/TC8566AF.cc...
49Compiling fdc/WD2793.cc...
50Compiling input/Mouse.cc...
51Compiling input/Touchpad.cc...
52Compiling laserdisc/LaserdiscPlayer.cc...
53Compiling laserdisc/PioneerLDControl.cc...
54Compiling memory/Carnivore2.cc...
55Compiling memory/ESE_SCC.cc...
56Compiling memory/KonamiUltimateCollection.cc...
57Compiling memory/MegaFlashRomSCCPlus.cc...
58Compiling memory/MegaFlashRomSCCPlusSD.cc...
59Compiling memory/ReproCartridgeV1.cc...
60Compiling memory/ReproCartridgeV2.cc...
61Compiling memory/RomFactory.cc...
62Compiling memory/RomKonamiSCC.cc...
63Compiling memory/RomManbow2.cc...
64Compiling sound/MSXAudio.cc...
65Compiling sound/MSXMoonSound.cc...
66Compiling sound/MSXSCCPlusCart.cc...
67Compiling sound/MSXTurboRPCM.cc...
68Compiling sound/SCC.cc...
69Compiling sound/Y8950.cc...
70Compiling sound/Y8950Adpcm.cc...
71Compiling sound/Y8950Periphery.cc...
72Compiling utils/DivModBySame.cc...
73Compiling video/ADVram.cc...
74Compiling video/CharacterConverter.cc...
75Compiling video/PixelRenderer.cc...
76Compiling video/SDLRasterizer.cc...
77Compiling video/SDLVideoSystem.cc...
78In file included from src/video/SDLVideoSystem.cc:20:
79In file included from src/video/GLPostProcessor.hh:6:
80src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
81 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
82 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
83/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
84#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
85 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
87#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
88 ^ ~~
891 warning generated.
90Compiling video/SpriteChecker.cc...
91Compiling video/VDP.cc...
92Compiling video/VDPAccessSlots.cc...
93Compiling video/VDPCmdEngine.cc...
94Compiling video/VDPVRAM.cc...
95Compiling video/v9990/V9990.cc...
96Compiling video/v9990/V9990BitmapConverter.cc...
97Compiling video/v9990/V9990CmdEngine.cc...
98Compiling video/v9990/V9990PixelRenderer.cc...
99Compiling video/v9990/V9990PxConverter.cc...
100Compiling video/v9990/V9990SDLRasterizer.cc...
101Compiling video/v9990/V9990VRAM.cc...
102Compiling video/v9990/Video9000.cc...
103Linking openmsx...
104Stripping openmsx...
105Removing any old binary package...
106Creating binary package:
107 Executable...
108 Data files...
109 Documentation...
110 C-BIOS...
111 Creating symlinks...
112 Writing meta-info...
113 Copying resources...
114 Copying README...
115 Copying license...
116Creating disk image:
117created: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/openmsx-0.15.0-536-gc051775f5-mac-x86_64-bin.dmg