openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 06:18
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 DeviceFactory.cc...
33Compiling PluggableFactory.cc...
34Compiling Reactor.cc...
35Compiling ReverseManager.cc...
36Compiling Version.cc...
37Compiling main.cc...
38Compiling console/CommandConsole.cc...
39Compiling console/OSDConsoleRenderer.cc...
40In file included from src/console/OSDConsoleRenderer.cc:21:
41In file included from src/video/GLImage.hh:5:
42src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
43 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
44 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
45/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
46#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
47 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
49#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
50 ^ ~~
511 warning generated.
52Compiling console/OSDGUI.cc...
53Compiling console/OSDGUILayer.cc...
54Compiling console/OSDImageBasedWidget.cc...
55Compiling console/OSDRectangle.cc...
56In file included from src/console/OSDRectangle.cc:13:
57In file included from src/video/GLImage.hh:5:
58src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
59 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
60 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
61/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
62#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
63 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
65#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
66 ^ ~~
671 warning generated.
68Compiling console/OSDText.cc...
69In file included from src/console/OSDText.cc:19:
70In file included from src/video/GLImage.hh:5:
71src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
72 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
73 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
74/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
75#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
76 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
78#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
79 ^ ~~
801 warning generated.
81Compiling console/OSDTopWidget.cc...
82Compiling console/OSDWidget.cc...
83In file included from src/console/OSDWidget.cc:6:
84src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
85 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
86 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
87/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
88#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
89 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
90/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
91#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
92 ^ ~~
931 warning generated.
94Compiling file/FilePool.cc...
95Compiling ide/HD.cc...
96Compiling input/Touchpad.cc...
97Compiling laserdisc/LaserdiscPlayer.cc...
98Compiling memory/MSXMemoryMapper.cc...
99Compiling memory/MSXMemoryMapperBase.cc...
100Compiling memory/MusicalMemoryMapper.cc...
101Compiling memory/PanasonicRam.cc...
102Compiling video/AviRecorder.cc...
103Compiling video/BaseImage.cc...
104Compiling video/Display.cc...
105Compiling video/FBPostProcessor.cc...
106Compiling video/GLContext.cc...
107In file included from src/video/GLContext.cc:1:
108In file included from src/video/GLContext.hh:4:
109src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
110 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
111 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
112/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
113#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
114 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
115/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
116#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
117 ^ ~~
1181 warning generated.
119Compiling video/GLImage.cc...
120In file included from src/video/GLImage.cc:1:
121In file included from src/video/GLImage.hh:5:
122src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
123 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
124 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
125/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
126#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
127 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
129#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
130 ^ ~~
1311 warning generated.
132Compiling video/GLPostProcessor.cc...
133In file included from src/video/GLPostProcessor.cc:1:
134In file included from src/video/GLPostProcessor.hh:6:
135src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
136 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
137 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
138/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
139#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
140 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
141/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
142#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
143 ^ ~~
1441 warning generated.
145Compiling video/GLSnow.cc...
146In file included from src/video/GLSnow.cc:1:
147In file included from src/video/GLSnow.hh:5:
148src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
149 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
150 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
151/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
152#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
153 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
154/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
155#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
156 ^ ~~
1571 warning generated.
158Compiling video/OutputSurface.cc...
159Compiling video/PixelRenderer.cc...
160Compiling video/PostProcessor.cc...
161Compiling video/RenderSettings.cc...
162Compiling video/RendererFactory.cc...
163Compiling video/SDLGLOffScreenSurface.cc...
164In file included from src/video/SDLGLOffScreenSurface.cc:1:
165In file included from src/video/SDLGLOffScreenSurface.hh:5:
166src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
167 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
168 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
169/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
170#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
171 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
172/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
173#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
174 ^ ~~
1751 warning generated.
176Compiling video/SDLGLVisibleSurface.cc...
177In file included from src/video/SDLGLVisibleSurface.cc:2:
178In file included from src/video/SDLGLOffScreenSurface.hh:5:
179src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
180 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
181 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
182/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
183#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
184 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
185/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
186#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
187 ^ ~~
188src/video/SDLGLVisibleSurface.cc:57:7: warning: use of old-style cast [-Wold-style-cast]
189 if (!GLEW_VERSION_2_0) {
190 ^~~~~~~~~~~~~~~~
191/usr/local/include/GL/glew.h:2004:26: note: expanded from macro 'GLEW_VERSION_2_0'
192#define GLEW_VERSION_2_0 GLEW_GET_VAR(__GLEW_VERSION_2_0)
193 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
194/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
195#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
196 ^ ~~
1972 warnings generated.
198Compiling video/SDLImage.cc...
199Compiling video/SDLOffScreenSurface.cc...
200Compiling video/SDLRasterizer.cc...
201Compiling video/SDLSnow.cc...
202Compiling video/SDLVideoSystem.cc...
203In file included from src/video/SDLVideoSystem.cc:20:
204In file included from src/video/GLPostProcessor.hh:6:
205src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
206 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
207 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
208/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
209#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
210 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
211/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
212#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
213 ^ ~~
2141 warning generated.
215Compiling video/SDLVisibleSurface.cc...
216Compiling video/SpriteChecker.cc...
217Compiling video/VDP.cc...
218Compiling video/VideoLayer.cc...
219Compiling video/VisibleSurface.cc...
220Compiling video/ld/LDPixelRenderer.cc...
221Compiling video/ld/LDSDLRasterizer.cc...
222Compiling video/scalers/DirectScalerOutput.cc...
223Compiling video/scalers/GLRGBScaler.cc...
224In file included from src/video/scalers/GLRGBScaler.cc:1:
225In file included from src/video/scalers/GLRGBScaler.hh:4:
226In file included from src/video/scalers/GLScaler.hh:4:
227src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
228 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
229 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
230/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
231#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
232 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
233/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
234#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
235 ^ ~~
2361 warning generated.
237Compiling video/scalers/GLScaler.cc...
238In file included from src/video/scalers/GLScaler.cc:1:
239In file included from src/video/scalers/GLScaler.hh:4:
240src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
241 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
242 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
243/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
244#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
245 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
246/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
247#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
248 ^ ~~
2491 warning generated.
250Compiling video/scalers/GLScalerFactory.cc...
251In file included from src/video/scalers/GLScalerFactory.cc:2:
252In file included from src/video/scalers/GLSimpleScaler.hh:4:
253In file included from src/video/scalers/GLScaler.hh:4:
254src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
255 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
256 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
257/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
258#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
259 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
260/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
261#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
262 ^ ~~
2631 warning generated.
264Compiling video/scalers/GLSimpleScaler.cc...
265In file included from src/video/scalers/GLSimpleScaler.cc:1:
266In file included from src/video/scalers/GLSimpleScaler.hh:4:
267In file included from src/video/scalers/GLScaler.hh:4:
268src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
269 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
270 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
271/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
272#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
273 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
274/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
275#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
276 ^ ~~
2771 warning generated.
278Compiling video/scalers/GLTVScaler.cc...
279In file included from src/video/scalers/GLTVScaler.cc:1:
280In file included from src/video/scalers/GLTVScaler.hh:4:
281In file included from src/video/scalers/GLScaler.hh:4:
282src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
283 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
284 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
285/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
286#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
287 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
288/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
289#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
290 ^ ~~
2911 warning generated.
292Compiling video/scalers/RGBTriplet3xScaler.cc...
293Compiling video/scalers/ScalerFactory.cc...
294Compiling video/scalers/Simple2xScaler.cc...
295Compiling video/scalers/Simple3xScaler.cc...
296Compiling video/v9990/V9990.cc...
297Compiling video/v9990/V9990CmdEngine.cc...
298Compiling video/v9990/V9990PixelRenderer.cc...
299Compiling video/v9990/V9990SDLRasterizer.cc...
300Compiling video/v9990/Video9000.cc...
301Linking openmsx...
302Stripping openmsx...
303Removing any old binary package...
304Creating binary package:
305 Executable...
306 Data files...
307 Documentation...
308 C-BIOS...
309 Creating symlinks...
310 Writing meta-info...
311 Copying resources...
312 Copying README...
313 Copying license...
314Creating disk image:
315created: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/openmsx-0.15.0-579-g38b267f2a-mac-x86_64-bin.dmg