openMSX SoftFabTask: build_openmsx_make
log in
2024-07-03 19:04
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 Reactor.cc...
33Compiling ReverseManager.cc...
34Compiling Version.cc...
35Compiling main.cc...
36Compiling console/CommandConsole.cc...
37Compiling console/OSDConsoleRenderer.cc...
38Compiling console/OSDGUI.cc...
39Compiling console/OSDImageBasedWidget.cc...
40Compiling console/OSDText.cc...
41Compiling console/OSDTopWidget.cc...
42Compiling console/OSDWidget.cc...
43Compiling file/FilePool.cc...
44Compiling ide/HD.cc...
45Compiling input/Touchpad.cc...
46Compiling laserdisc/LaserdiscPlayer.cc...
47Compiling video/AviRecorder.cc...
48Compiling video/Display.cc...
49Compiling video/FBPostProcessor.cc...
50Compiling video/GLPostProcessor.cc...
51Compiling video/GLSnow.cc...
52Compiling video/PixelRenderer.cc...
53src/video/PixelRenderer.cc:608:43: warning: unused parameter 'setting' [-Wunused-parameter]
54void PixelRenderer::update(const Setting& setting)
55 ^
561 warning generated.
57Compiling video/PostProcessor.cc...
58Compiling video/RenderSettings.cc...
59Compiling video/RendererFactory.cc...
60Compiling video/SDLGLVisibleSurface.cc...
61src/video/SDLGLVisibleSurface.cc:150:75: warning: unused parameter 'setting' [-Wunused-parameter]
62void SDLGLVisibleSurface::SyncToVBlankModeObserver::update(const Setting& setting)
63 ^
641 warning generated.
65Compiling video/SDLRasterizer.cc...
66Compiling video/SDLSnow.cc...
67Compiling video/SDLVideoSystem.cc...
68Compiling video/SDLVisibleSurfaceBase.cc...
69Compiling video/SpriteChecker.cc...
70Compiling video/VDP.cc...
71Compiling video/VideoLayer.cc...
72Compiling video/VisibleSurface.cc...
73src/video/VisibleSurface.cc:70:69: warning: unused parameter 'event' [-Wunused-parameter]
74int VisibleSurface::signalEvent(const std::shared_ptr<const Event>& event)
75 ^
761 warning generated.
77Compiling video/ld/LDPixelRenderer.cc...
78Compiling video/scalers/GLRGBScaler.cc...
79Compiling video/scalers/GLScalerFactory.cc...
80Compiling video/scalers/GLSimpleScaler.cc...
81Compiling video/scalers/GLTVScaler.cc...
82Compiling video/scalers/RGBTriplet3xScaler.cc...
83Compiling video/scalers/ScalerFactory.cc...
84Compiling video/scalers/Simple2xScaler.cc...
85Compiling video/scalers/Simple3xScaler.cc...
86Compiling video/v9990/V9990.cc...
87Compiling video/v9990/V9990CmdEngine.cc...
88Compiling video/v9990/V9990PixelRenderer.cc...
89src/video/v9990/V9990PixelRenderer.cc:320:48: warning: unused parameter 'setting' [-Wunused-parameter]
90void V9990PixelRenderer::update(const Setting& setting)
91 ^
921 warning generated.
93Compiling video/v9990/V9990SDLRasterizer.cc...
94Compiling video/v9990/Video9000.cc...
95Linking openmsx...
96Stripping openmsx...
97Removing any old binary package...
98Creating binary package:
99 Executable...
100 Data files...
101 Documentation...
102 C-BIOS...
103 Creating symlinks...
104 Writing meta-info...
105 Copying resources...
106 Copying README...
107 Copying license...
108Creating disk image:
109created: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/openmsx-0.15.0-763-ge503d8b1a-mac-x86_64-bin.dmg