Build started at 2024-06-03T23:56:49.533125
Main binary: /usr/bin/python3
Build Options: -Dbuildtype=release
Python system: Linux
The Meson build system
Version: 1.4.1
Source dir: /home/kstppd/dev/hashinator
Build dir: /home/kstppd/dev/hashinator/build
Build type: native build
Project name: Hashinator
Project version: undefined
-----------
Detecting compiler via: `c++ --version` -> 0
stdout:
c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-----------
Running command: c++ -E -dM -
-----
-----------
Detecting linker via: `c++ -Wl,--version` -> 0
stdout:
GNU ld (GNU Binutils for Ubuntu) 2.38
Copyright (C) 2022 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
-----------
stderr:
collect2 version 11.4.0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjVFDzV.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. --version -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o
-----------
Sanity testing C++ compiler: c++
Is cross compiler: False.
Sanity check compiler command line: c++ sanitycheckcpp.cc -o sanitycheckcpp.exe -D_FILE_OFFSET_BITS=64
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command:  /home/kstppd/dev/hashinator/build/meson-private/sanitycheckcpp.exe
C++ compiler for the host machine: c++ (gcc 11.4.0 "c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0")
C++ linker for the host machine: c++ ld.bfd 2.38
-----------
Detecting archiver via: `gcc-ar --version` -> 0
stdout:
GNU ar (GNU Binutils for Ubuntu) 2.38
Copyright (C) 2022 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
-----------
-----------
Detecting compiler via: `nvcc --version` -> 0
stdout:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Wed_Apr_17_19:19:55_PDT_2024
Cuda compilation tools, release 12.5, V12.5.40
Build cuda_12.5.r12.5/compiler.34177558_0
-----------
-----------
Detecting compiler via: `c++ --version` -> 0
stdout:
c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-----------
Running command: c++ -E -dM -
-----
-----------
Detecting linker via: `c++ -Wl,--version` -> 0
stdout:
GNU ld (GNU Binutils for Ubuntu) 2.38
Copyright (C) 2022 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
-----------
stderr:
collect2 version 11.4.0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccsS99oT.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. --version -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o
-----------
Sanity testing Cuda compiler: nvcc
Is cross compiler: False.
Sanity check compiler command line:  nvcc -w -cudart static /home/kstppd/dev/hashinator/build/meson-private/sanitycheckcuda.cu -o /home/kstppd/dev/hashinator/build/meson-private/sanitycheckcuda.exe
Sanity check compile stdout: 

-----
Sanity check compile stderr:

-----
Sanity check run command line:  nvcc --run "/home/kstppd/dev/hashinator/build/meson-private/sanitycheckcuda.exe"
Sanity check run stdout: 
8.6

-----
Sanity check run stderr:

-----
Cuda compiler for the host machine: nvcc (nvcc 12.5.40
Build cuda_12.5.r12.5/compiler.34177558_0)
Cuda linker for the host machine: nvcc nvlink 12.5.40
Build cuda_12.5.r12.5/compiler.34177558_0
-----------
Detecting compiler via: `c++ --version` -> 0
stdout:
c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-----------
Running command: c++ -E -dM -
-----
-----------
Detecting linker via: `c++ -Wl,--version` -> 0
stdout:
GNU ld (GNU Binutils for Ubuntu) 2.38
Copyright (C) 2022 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
-----------
stderr:
collect2 version 11.4.0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccNxRI3w.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. --version -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o
-----------
Sanity testing C++ compiler: c++
Is cross compiler: False.
Sanity check compiler command line: c++ sanitycheckcpp.cc -o sanitycheckcpp.exe -D_FILE_OFFSET_BITS=64
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command:  /home/kstppd/dev/hashinator/build/meson-private/sanitycheckcpp.exe
C++ compiler for the build machine: c++ (gcc 11.4.0 "c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0")
C++ linker for the build machine: c++ ld.bfd 2.38
-----------
Detecting archiver via: `gcc-ar --version` -> 0
stdout:
GNU ar (GNU Binutils for Ubuntu) 2.38
Copyright (C) 2022 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.
-----------
-----------
Detecting compiler via: `nvcc --version` -> 0
stdout:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Wed_Apr_17_19:19:55_PDT_2024
Cuda compilation tools, release 12.5, V12.5.40
Build cuda_12.5.r12.5/compiler.34177558_0
-----------
-----------
Detecting compiler via: `c++ --version` -> 0
stdout:
c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-----------
Running command: c++ -E -dM -
-----
-----------
Detecting linker via: `c++ -Wl,--version` -> 0
stdout:
GNU ld (GNU Binutils for Ubuntu) 2.38
Copyright (C) 2022 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
-----------
stderr:
collect2 version 11.4.0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccfu35eO.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. --version -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o
-----------
Sanity testing Cuda compiler: nvcc
Is cross compiler: False.
Sanity check compiler command line:  nvcc -w -cudart static /home/kstppd/dev/hashinator/build/meson-private/sanitycheckcuda.cu -o /home/kstppd/dev/hashinator/build/meson-private/sanitycheckcuda.exe
Sanity check compile stdout: 

-----
Sanity check compile stderr:

-----
Sanity check run command line:  nvcc --run "/home/kstppd/dev/hashinator/build/meson-private/sanitycheckcuda.exe"
Sanity check run stdout: 
8.6

-----
Sanity check run stderr:

-----
Cuda compiler for the build machine: nvcc (nvcc 12.5.40
Build cuda_12.5.r12.5/compiler.34177558_0)
Cuda linker for the build machine: nvcc nvlink 12.5.40
Build cuda_12.5.r12.5/compiler.34177558_0
cuda enabled globally, disabling thin archives for build machine, since nvcc/nvlink cannot handle thin archives natively
cuda enabled globally, disabling thin archives for host machine, since nvcc/nvlink cannot handle thin archives natively
Build machine cpu family: x86_64
Build machine cpu: x86_64
Host machine cpu family: x86_64
Host machine cpu: x86_64
Target machine cpu family: x86_64
Target machine cpu: x86_64
Pkg-config binary missing from cross or native file, or env var undefined.
Trying a default Pkg-config fallback at pkg-config
Found pkg-config: YES (/usr/bin/pkg-config) 0.29.2
Determining dependency 'gtest' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion gtest` -> 1
stderr:
Package gtest was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtest.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtest' found
-----------
Running compile:
Working directory:  /home/kstppd/dev/hashinator/build/meson-private/tmpahhvcw2n
Code:
 int main(void) { return 0; }

-----------
Command line: `c++ /home/kstppd/dev/hashinator/build/meson-private/tmpahhvcw2n/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpahhvcw2n/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -lgtest -Wl,--allow-shlib-undefined` -> 1
stderr:
/usr/bin/ld: cannot find -lgtest: No such file or directory
collect2: error: ld returned 1 exit status
-----------
Running compile:
Working directory:  /home/kstppd/dev/hashinator/build/meson-private/tmpqnw8e74c
Code:
 
        #include<stddef.h>
        #include<stdio.h>
        int main(void) {
            printf("%ld\n", (long)(sizeof(void *)));
            return 0;
        }
-----------
Command line: `c++ /home/kstppd/dev/hashinator/build/meson-private/tmpqnw8e74c/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpqnw8e74c/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive` -> 0
Program stdout:

8

Program stderr:


Running compile:
Working directory:  /home/kstppd/dev/hashinator/build/meson-private/tmpbl6b0x47
Code:
 
-----------
Command line: `c++ /home/kstppd/dev/hashinator/build/meson-private/tmpbl6b0x47/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpbl6b0x47/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive --print-search-dirs` -> 0
stdout:
install: /usr/lib/gcc/x86_64-linux-gnu/11/
programs: =/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/bin/
libraries: =/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/11/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/11/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/
-----------
Running compile:
Working directory:  /home/kstppd/dev/hashinator/build/meson-private/tmpzqiw0xic
Code:
 int main(void) { return 0; }

-----------
Command line: `c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzqiw0xic/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzqiw0xic/output.exe -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -lgtest_main -Wl,--allow-shlib-undefined` -> 1
stderr:
/usr/bin/ld: cannot find -lgtest_main: No such file or directory
collect2: error: ld returned 1 exit status
-----------
Run-time dependency GTest found: NO (tried pkgconfig and system)
Looking for a fallback subproject for the dependency gtest

Executing subproject gtest 

Project name: gtest
Project version: 1.14.0
C++ compiler for the host machine: c++ (gcc 11.4.0 "c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0")
C++ linker for the host machine: c++ ld.bfd 2.38
C++ compiler for the build machine: c++ (gcc 11.4.0 "c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0")
C++ linker for the build machine: c++ ld.bfd 2.38
Run-time dependency threads found: YES
Dependency threads found: YES unknown (cached)
Dependency threads found: YES unknown (cached)
Dependency threads found: YES unknown (cached)
Build targets in project: 0
Subproject gtest finished.

Dependency gtest from subproject subprojects/googletest-1.14.0 found: YES 1.14.0
Adding test "HashinatorTest"
Adding test "SplitVectorDeviceTest"
Adding test "SplitVectorHostTest"
Adding test "CompactionTest"
Adding test "CompactionTest2"
Adding test "CompactionTest3"
Adding test "HashinatorBench"
Adding test "CompactionBench"
Adding test "Insertion"
Adding test "Deletion"
Adding test "PointerTest"
Adding test "hybridCPU_Test"
Adding test "hybridGPU_Test"
Adding test "TbTest"
Adding test "RealisticTest"
Build targets in project: 15

Hashinator undefined

  Subprojects
    gtest    : YES

  User defined options
    buildtype: release

Found ninja-1.10.1 at /usr/bin/ninja
Running compile:
Working directory:  /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr
Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
-----------
Command line: `c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive` -> 1
stderr:
/home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~
-----------
Running compile:
Working directory:  /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5
Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
-----------
Command line: `c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive` -> 1
stderr:
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~
-----------
Running compile:
Working directory:  /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc
Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
-----------
Command line: `c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive` -> 1
stderr:
/home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~
-----------
Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Running compile:
Working directory:  /tmp/tmpttgz46yu
Code:
 int i = static_cast<int>(0);
-----------
Command line: `c++ /tmp/tmpttgz46yu/testfile.cpp -o /tmp/tmpttgz46yu/output.obj -D_FILE_OFFSET_BITS=64 -c -std=c++20` -> 0
Compiler accepts -std=c++20: YES
Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -fpermissive 

Code:
 
        #ifdef __has_include
         #if !__has_include("<version>")
          #error "Header '<version>' could not be found"
         #endif
        #else
         #include <<version>>
        #endif
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmplk5jg9zr/testfile.cpp:4:12: error: #error "Header '<version>' could not be found"
    4 |           #error "Header '<version>' could not be found"
      |            ^~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        int main(void) {
            /* If it's not defined as a macro, try to use as a symbol */
            #ifndef _LIBCPP_VERSION
                _LIBCPP_VERSION;
            #endif
            return 0;
        }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp: In function 'int main()':
/home/kstppd/dev/hashinator/build/meson-private/tmptv1opwk5/testfile.cpp:6:17: error: '_LIBCPP_VERSION' was not declared in this scope
    6 |                 _LIBCPP_VERSION;
      |                 ^~~~~~~~~~~~~~~

Using cached compile:
Cached command line:  c++ /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp -o /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/output.obj -c -D_FILE_OFFSET_BITS=64 -O0 -fpermissive 

Code:
 
        #include <version>
        using _LIBCPP_VERSION;
        int main(void) { return 0; }
Cached compiler stdout:
 
Cached compiler stderr:
 /home/kstppd/dev/hashinator/build/meson-private/tmpzq6i9hbc/testfile.cpp:3:15: error: expected nested-name-specifier before '_LIBCPP_VERSION'
    3 |         using _LIBCPP_VERSION;
      |               ^~~~~~~~~~~~~~~

