openMSX SoftFabTask: build_openmsx_make
log in
2024-07-01 18:27
Overview
Data
Wrapper Log
1Using Python: python3
2Build configuration:
3Updating derived/x86_64-linux-opt/config/Version.ii...
4 Platform: x86_64-linux
5 Flavour: opt
6 Compiler: g++
7 Subset: full build
8Compiling DebugDevice.cc...
9Compiling DeviceFactory.cc...
10Compiling MSXE6Timer.cc...
11Compiling MSXHiResTimer.cc...
12Compiling MSXMatsushita.cc...
13Compiling MSXRTC.cc...
14Compiling RP5C01.cc...
15Compiling Version.cc...
16Compiling cpu/CPUCore.cc...
17Compiling cpu/MSXCPU.cc...
18Compiling cpu/MSXCPUInterface.cc...
19Compiling cpu/VDPIODelay.cc...
20Compiling fdc/MSXFDC.cc...
21Compiling fdc/NowindInterface.cc...
22Compiling fdc/RealDrive.cc...
23Compiling fdc/TC8566AF.cc...
24Compiling fdc/WD2793.cc...
25Compiling input/Mouse.cc...
26Compiling input/Touchpad.cc...
27Compiling laserdisc/LaserdiscPlayer.cc...
28In file included from /usr/include/SDL2/SDL_video.h:33,
29 from /usr/include/SDL2/SDL_events.h:33,
30 from /usr/include/SDL2/SDL.h:41,
31 from src/input/Mouse.cc:10:
32/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
33/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
34 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
35 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
36/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
37 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
38 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
39/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
40 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
41 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
42/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
43 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
44 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
45Compiling laserdisc/PioneerLDControl.cc...
46Compiling memory/Carnivore2.cc...
47Compiling memory/ESE_SCC.cc...
48Compiling memory/KonamiUltimateCollection.cc...
49Compiling memory/MegaFlashRomSCCPlus.cc...
50Compiling memory/MegaFlashRomSCCPlusSD.cc...
51Compiling memory/ReproCartridgeV1.cc...
52Compiling memory/ReproCartridgeV2.cc...
53Compiling memory/RomFactory.cc...
54Compiling memory/RomKonamiSCC.cc...
55Compiling memory/RomManbow2.cc...
56Compiling sound/MSXAudio.cc...
57Compiling sound/MSXMoonSound.cc...
58Compiling sound/MSXSCCPlusCart.cc...
59Compiling sound/MSXTurboRPCM.cc...
60Compiling sound/SCC.cc...
61Compiling sound/Y8950.cc...
62Compiling sound/Y8950Adpcm.cc...
63Compiling sound/Y8950Periphery.cc...
64Compiling utils/DivModBySame.cc...
65Compiling video/ADVram.cc...
66Compiling video/CharacterConverter.cc...
67Compiling video/PixelRenderer.cc...
68Compiling video/SDLRasterizer.cc...
69Compiling video/SDLVideoSystem.cc...
70Compiling video/SpriteChecker.cc...
71In file included from /usr/include/SDL2/SDL_video.h:33,
72 from /usr/include/SDL2/SDL_events.h:33,
73 from /usr/include/SDL2/SDL.h:41,
74 from src/video/SDLOutputSurface.hh:6,
75 from src/video/SDLVisibleSurfaceBase.hh:4,
76 from src/video/SDLVisibleSurface.hh:4,
77 from src/video/SDLVideoSystem.cc:2:
78/usr/include/SDL2/SDL_rect.h: In function ‘SDL_bool SDL_FRectEqualsEpsilon(const SDL_FRect*, const SDL_FRect*, float)’:
79/usr/include/SDL2/SDL_rect.h:255:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
80 255 | ((SDL_fabs(a->x - b->x) <= epsilon) &&
81 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
82/usr/include/SDL2/SDL_rect.h:256:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
83 256 | (SDL_fabs(a->y - b->y) <= epsilon) &&
84 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
85/usr/include/SDL2/SDL_rect.h:257:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
86 257 | (SDL_fabs(a->w - b->w) <= epsilon) &&
87 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
88/usr/include/SDL2/SDL_rect.h:258:36: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
89 258 | (SDL_fabs(a->h - b->h) <= epsilon))))
90 | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
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...
104Removing any old binary package...
105Creating binary package:
106 Executable...
107 Data files...
108 Documentation...
109 C-BIOS...
110 Creating symlinks...