Build report for linux/x86.64

Build machine:linuxmini
Disk usage:233.88Gi used, 1505.19Gi avail, 1832.21Gi total, 82.15% free
Build directory:~/builds64/2025-10-20-23-43
GIT ID:e3fc8a1ca191d987404c1adb5319775564b3e47a

VM compilation failed

Build output:
make factor-executable factor-ffi-test factor-lib CONFIG=vm/Config.linux.x86.64
make[1]: Entering directory '/home/jbenedik/builds64/2025-10-20-23-43/factor'
BUILD_DIR: build
/usr/bin/c++ -x c++-header -fPIC -std=c++20  -Wall -Wextra -pedantic -DFACTOR_VERSION="0.101" -DFACTOR_GIT_LABEL="heads/master-e3fc8a1ca191d987404c1adb5319775564b3e47a" -m64  -O3 -o build/master.hpp.gch vm/master.hpp
In file included from vm/master.hpp:141:
vm/slot_visitor.hpp:126:32: error: expected ')' before '*' token
  126 |   slot_visitor<Fixup>(factor_vm* parent, Fixup fixup)
      |                      ~         ^
      |                                )
make[1]: *** [GNUmakefile:316: build/master.hpp.gch] Error 1
make[1]: Leaving directory '/home/jbenedik/builds64/2025-10-20-23-43/factor'
make: *** [GNUmakefile:292: linux-x86-64] Error 2
Launcher error:
Process exited with error code 2

Launch descriptor:

T{ process
    { command { "make" "linux-x86-64" } }
    { environment H{ } }
    { environment-mode +append-environment+ }
    { stdout "../compile-log" }
    { stderr +stdout+ }
    { group +new-group+ }
    { status 2 }
}