openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 05:47
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
31Up to date: derived/x86_64-darwin-opt-3rd/config/Version.ii
32Compiling events/Keys.cc...
33src/events/Keys.cc:54:14: error: no viable constructor or deduction guide for deduction of template arguments of 'array'
34 auto keys = std::array{
35 ^
36/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 0 arguments, but 152 were provided
37template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
38 ^
39/Library/Developer/CommandLineTools/usr/include/c++/v1/__tuple:223:64: note: candidate function template not viable: requires 1 argument, but 152 were provided
40src/events/Keys.cc:54:7: error: variables defined in a constexpr function must be initialized
41 auto keys = std::array{
42 ^
432 errors generated.
44make[1]: *** [derived/x86_64-darwin-opt-3rd/obj/events/Keys.o] Error 1
45make: *** [staticbindist] Error 2