openMSX SoftFabTask: build_openmsx_make
log in
2024-07-06 06:51
Overview
Data
Wrapper Log
1Using Python: python3
2make -f build/main.mk run-3rdparty \
3 OPENMSX_TARGET_CPU=x86_64 \
4 OPENMSX_TARGET_OS=mingw-w64 \
5 OPENMSX_FLAVOUR=opt \
6 3RDPARTY_FLAG=true \
7 PYTHON=python3
8make[1]: Entering directory '/home/openmsx/openMSX'
9Using Python: python3
10make -f build/3rdparty.mk \
11 BUILD_PATH=derived/x86_64-mingw-w64-opt-3rd/3rdparty \
12 OPENMSX_TARGET_CPU=x86_64 \
13 OPENMSX_TARGET_OS=mingw-w64 \
14 _CC=x86_64-w64-mingw32-gcc _CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
15 _LDFLAGS="-m64" \
16 WINDRES=x86_64-w64-mingw32-windres \
17 LINK_MODE=3RD_STA \
18 PYTHON=python3
19make[2]: Entering directory '/home/openmsx/openMSX'
20make[2]: Nothing to be done for 'all'.
21make[2]: Leaving directory '/home/openmsx/openMSX'
22make[1]: Leaving directory '/home/openmsx/openMSX'
23make -f build/main.mk bindist \
24 OPENMSX_TARGET_CPU=x86_64 \
25 OPENMSX_TARGET_OS=mingw-w64 \
26 OPENMSX_FLAVOUR=opt \
27 3RDPARTY_FLAG=true \
28 PYTHON=python3
29make[1]: Entering directory '/home/openmsx/openMSX'
30Using Python: python3
31Build configuration:
32Updating derived/x86_64-mingw-w64-opt-3rd/config/Version.ii...
33 Platform: x86_64-mingw-w64
34 Flavour: opt
35 Compiler: x86_64-w64-mingw32-g++
36 Subset: full build
37Compiling CommandLineParser.cc...
38Compiling DebugDevice.cc...
39Compiling MSXMotherBoard.cc...
40Compiling PluggableFactory.cc...
41Compiling Printer.cc...
42Compiling Reactor.cc...
43Compiling ReverseManager.cc...
44Compiling Version.cc...
45Compiling main.cc...
46Compiling serialize.cc...
47In file included from src/Reactor.cc:37:
48src/file/foreach_file.hh: In function 'bool openmsx::detail::foreach_dirent(std::string&, FileAction, DirAction)':
49src/file/foreach_file.hh:115:55: error: 'DT_UNKNOWN' was not declared in this scope; did you mean 'Z_UNKNOWN'?
50 115 | auto type = needStat ? static_cast<unsigned char>(DT_UNKNOWN) : d->d_type;
51 | ^~~~~~~~~~
52 | Z_UNKNOWN
53src/file/foreach_file.hh:117:17: error: 'DT_REG' was not declared in this scope
54 117 | if (type == DT_REG) {
55 | ^~~~~~
56src/file/foreach_file.hh:121:24: error: 'DT_DIR' was not declared in this scope; did you mean 'DATADIR'?
57 121 | } else if (type == DT_DIR) {
58 | ^~~~~~
59 | DATADIR
60make[1]: *** [build/main.mk:495: derived/x86_64-mingw-w64-opt-3rd/obj/Reactor.o] Error 1
61make[1]: *** Waiting for unfinished jobs....
62make[1]: Leaving directory '/home/openmsx/openMSX'
63make: *** [build/main.mk:646: staticbindist] Error 2