openMSX SoftFabTask: build_openmsx_make
log in
2024-07-10 14:38
Overview
Data
Wrapper Log
1Using Python: python3
2make -f build/main.mk run-3rdparty \
3 OPENMSX_TARGET_CPU=x86_64 \
4 OPENMSX_TARGET_OS=mingw-w64 \
5 OPENMSX_FLAVOUR=opt \
6 3RDPARTY_FLAG=true \
7 PYTHON=python3
8make[1]: Entering directory '/home/openmsx/openMSX'
9Using Python: python3
10make -f build/3rdparty.mk \
11 BUILD_PATH=derived/x86_64-mingw-w64-opt-3rd/3rdparty \
12 OPENMSX_TARGET_CPU=x86_64 \
13 OPENMSX_TARGET_OS=mingw-w64 \
14 _CC=x86_64-w64-mingw32-gcc _CFLAGS=" -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
15 _LDFLAGS=" -m64" \
16 WINDRES=x86_64-w64-mingw32-windres \
17 LINK_MODE=3RD_STA \
18 PYTHON=python3
19make[2]: Entering directory '/home/openmsx/openMSX'
20make[2]: Nothing to be done for 'all'.
21make[2]: Leaving directory '/home/openmsx/openMSX'
22make[1]: Leaving directory '/home/openmsx/openMSX'
23make -f build/main.mk bindist \
24 OPENMSX_TARGET_CPU=x86_64 \
25 OPENMSX_TARGET_OS=mingw-w64 \
26 OPENMSX_FLAVOUR=opt \
27 3RDPARTY_FLAG=true \
28 PYTHON=python3
29make[1]: Entering directory '/home/openmsx/openMSX'
30Using Python: python3
31Build configuration:
32 Platform: x86_64-mingw-w64
33 Flavour: opt
34 Compiler: x86_64-w64-mingw32-g++
35 Subset: full build
36Updating derived/x86_64-mingw-w64-opt-3rd/config/Version.ii...
37Compiling Version.cc...
38Compiling video/ADVram.cc...
39Compiling video/CharacterConverter.cc...
40Compiling video/PixelRenderer.cc...
41Compiling video/SDLRasterizer.cc...
42Compiling video/SDLVideoSystem.cc...
43In file included from src/video/GLUtil.hh:9,
44 from src/video/SDLGLOutputSurface.hh:4,
45 from src/video/SDLGLVisibleSurface.hh:5,
46 from src/video/SDLVideoSystem.cc:19:
47src/video/GLUtil.hh: In constructor 'gl::PixelBuffer<T>::PixelBuffer()':
48derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/GL/glew.h:5866:51: warning: use of old-style cast to 'const GLboolean*' {aka 'const unsigned char*'} [-Wold-style-cast]
49 #define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
50 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include/GL/glew.h:23652:46: note: in definition of macro 'GLEW_GET_VAR'
52 #define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
53 ^
54src/video/GLUtil.hh:227:31: note: in expansion of macro 'GLEW_ARB_pixel_buffer_object'
55 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
56 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
57Compiling video/SpriteChecker.cc...
58Compiling video/VDP.cc...
59Compiling video/VDPCmdEngine.cc...
60Compiling video/VDPVRAM.cc...
61Updating derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h...
62Compiling resources...
63Linking openmsx.exe...
64Removing any old binary package...
65Creating binary package:
66 Executable...
67 Data files...
68 Documentation...
69 C-BIOS...
70 Creating symlinks...
71make[1]: Leaving directory '/home/openmsx/openMSX'