openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 08:03
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 CliExtension.cc...
33Compiling CommandLineParser.cc...
34In file included from src/CommandLineParser.cc:18:
35src/video/GLUtil.hh:227:31: warning: use of old-style cast [-Wold-style-cast]
36 if (PixelBuffers::enabled && GLEW_ARB_pixel_buffer_object) {
37 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
38/usr/local/include/GL/glew.h:5866:38: note: expanded from macro 'GLEW_ARB_pixel_buffer_object'
39#define GLEW_ARB_pixel_buffer_object GLEW_GET_VAR(__GLEW_ARB_pixel_buffer_object)
40 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41/usr/local/include/GL/glew.h:23652:27: note: expanded from macro 'GLEW_GET_VAR'
42#define GLEW_GET_VAR(x) (*(const GLboolean*)&x)
43 ^ ~~
441 warning generated.
45Compiling Reactor.cc...
46Compiling ReplayCLI.cc...
47Compiling SaveStateCLI.cc...
48Compiling Version.cc...
49Compiling main.cc...
50Compiling cassette/CassettePlayerCLI.cc...
51Compiling fdc/DiskImageCLI.cc...
52Compiling ide/CDImageCLI.cc...
53Compiling ide/HDImageCLI.cc...
54Compiling laserdisc/LaserdiscPlayerCLI.cc...
55Compiling memory/MSXRomCLI.cc...
56Linking openmsx...
57Stripping openmsx...
58Removing any old binary package...
59Creating binary package:
60 Executable...
61 Data files...
62 Documentation...
63 C-BIOS...
64 Creating symlinks...
65 Writing meta-info...
66 Copying resources...
67 Copying README...
68 Copying license...
69Creating disk image:
70created: /Users/niek/msx/task_runner_autobuild/source/openMSX/derived/x86_64-darwin-opt-3rd/openmsx-0.15.0-594-g2b793844c-mac-x86_64-bin.dmg