openMSX SoftFabTask: build_openmsx_make
log in
2024-07-03 18:53
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 Version.cc...
33Compiling video/SDLGLOffScreenSurface.cc...
34Compiling video/SDLGLVisibleSurface.cc...
35src/video/SDLGLVisibleSurface.cc:150:75: warning: unused parameter 'setting' [-Wunused-parameter]
36void SDLGLVisibleSurface::SyncToVBlankModeObserver::update(const Setting& setting)
37 ^
381 warning generated.
39Compiling video/SDLOffScreenSurface.cc...
40Compiling video/SDLVideoSystem.cc...
41Compiling video/SDLVisibleSurface.cc...
42Compiling video/SDLVisibleSurfaceBase.cc...
43Compiling video/VisibleSurface.cc...
44src/video/VisibleSurface.cc:70:69: warning: unused parameter 'event' [-Wunused-parameter]
45int VisibleSurface::signalEvent(const std::shared_ptr<const Event>& event)
46 ^
471 warning generated.
48Linking openmsx...
49Stripping openmsx...
50Removing any old binary package...
51Creating binary package:
52 Executable...
53 Data files...
54 Documentation...
55 C-BIOS...
56 Creating symlinks...
57 Writing meta-info...
58 Copying resources...
59 Copying README...
60 Copying license...
61Creating disk image:
62created: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/openmsx-0.15.0-767-g07f7ab684-mac-x86_64-bin.dmg