Spaces:
Running
Running
Fix puzzle UI and verifier normalization
Browse files- submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CMakeCCompiler.cmake +85 -0
- submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CMakeDetermineCompilerABI_C.bin +3 -0
- submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CMakeSystem.cmake +15 -0
- submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CompilerIdC/CMakeCCompilerId.c +934 -0
- submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CompilerIdC/a.out +0 -0
- submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CompilerIdC/apple-sdk.c +1 -0
- submodules/rlp/rlp/lib/CMakeFiles/CMakeConfigureLog.yaml +1673 -0
- submodules/rlp/rlp/lib/CMakeFiles/cmake.check_cache +1 -0
submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CMakeCCompiler.cmake
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_C_COMPILER "/usr/bin/cc")
|
| 2 |
+
set(CMAKE_C_COMPILER_ARG1 "")
|
| 3 |
+
set(CMAKE_C_COMPILER_ID "AppleClang")
|
| 4 |
+
set(CMAKE_C_COMPILER_VERSION "21.0.0.21000101")
|
| 5 |
+
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
| 6 |
+
set(CMAKE_C_COMPILER_WRAPPER "")
|
| 7 |
+
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
|
| 8 |
+
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
| 9 |
+
set(CMAKE_C_STANDARD_LATEST "23")
|
| 10 |
+
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
|
| 11 |
+
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
| 12 |
+
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
| 13 |
+
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
| 14 |
+
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
|
| 15 |
+
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
| 16 |
+
|
| 17 |
+
set(CMAKE_C_PLATFORM_ID "Darwin")
|
| 18 |
+
set(CMAKE_C_SIMULATE_ID "")
|
| 19 |
+
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
|
| 20 |
+
set(CMAKE_C_COMPILER_APPLE_SYSROOT "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk")
|
| 21 |
+
set(CMAKE_C_SIMULATE_VERSION "")
|
| 22 |
+
set(CMAKE_C_COMPILER_ARCHITECTURE_ID "arm64")
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
set(CMAKE_AR "/usr/bin/ar")
|
| 28 |
+
set(CMAKE_C_COMPILER_AR "")
|
| 29 |
+
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
| 30 |
+
set(CMAKE_C_COMPILER_RANLIB "")
|
| 31 |
+
set(CMAKE_LINKER "/usr/bin/ld")
|
| 32 |
+
set(CMAKE_LINKER_LINK "")
|
| 33 |
+
set(CMAKE_LINKER_LLD "")
|
| 34 |
+
set(CMAKE_C_COMPILER_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
|
| 35 |
+
set(CMAKE_C_COMPILER_LINKER_ID "AppleClang")
|
| 36 |
+
set(CMAKE_C_COMPILER_LINKER_VERSION 1267)
|
| 37 |
+
set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU)
|
| 38 |
+
set(CMAKE_MT "")
|
| 39 |
+
set(CMAKE_TAPI "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi")
|
| 40 |
+
set(CMAKE_COMPILER_IS_GNUCC )
|
| 41 |
+
set(CMAKE_C_COMPILER_LOADED 1)
|
| 42 |
+
set(CMAKE_C_COMPILER_WORKS TRUE)
|
| 43 |
+
set(CMAKE_C_ABI_COMPILED TRUE)
|
| 44 |
+
|
| 45 |
+
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
| 46 |
+
|
| 47 |
+
set(CMAKE_C_COMPILER_ID_RUN 1)
|
| 48 |
+
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
| 49 |
+
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
| 50 |
+
set(CMAKE_C_LINKER_PREFERENCE 10)
|
| 51 |
+
set(CMAKE_C_LINKER_DEPFILE_SUPPORTED )
|
| 52 |
+
set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED )
|
| 53 |
+
set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED )
|
| 54 |
+
|
| 55 |
+
# Save compiler ABI information.
|
| 56 |
+
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
| 57 |
+
set(CMAKE_C_COMPILER_ABI "")
|
| 58 |
+
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
| 59 |
+
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
|
| 60 |
+
|
| 61 |
+
if(CMAKE_C_SIZEOF_DATA_PTR)
|
| 62 |
+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
| 63 |
+
endif()
|
| 64 |
+
|
| 65 |
+
if(CMAKE_C_COMPILER_ABI)
|
| 66 |
+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
| 67 |
+
endif()
|
| 68 |
+
|
| 69 |
+
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
| 70 |
+
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
| 71 |
+
endif()
|
| 72 |
+
|
| 73 |
+
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
| 74 |
+
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
| 75 |
+
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
| 76 |
+
endif()
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/local/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include")
|
| 83 |
+
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
|
| 84 |
+
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift")
|
| 85 |
+
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks")
|
submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CMakeDetermineCompilerABI_C.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cc865b0be2f49437e296c8250727878584586695ff16aa0efedf8f79e0ceb5f
|
| 3 |
+
size 33560
|
submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CMakeSystem.cmake
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_HOST_SYSTEM "Darwin-25.5.0")
|
| 2 |
+
set(CMAKE_HOST_SYSTEM_NAME "Darwin")
|
| 3 |
+
set(CMAKE_HOST_SYSTEM_VERSION "25.5.0")
|
| 4 |
+
set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64")
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
set(CMAKE_SYSTEM "Darwin-25.5.0")
|
| 9 |
+
set(CMAKE_SYSTEM_NAME "Darwin")
|
| 10 |
+
set(CMAKE_SYSTEM_VERSION "25.5.0")
|
| 11 |
+
set(CMAKE_SYSTEM_PROCESSOR "arm64")
|
| 12 |
+
|
| 13 |
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
| 14 |
+
|
| 15 |
+
set(CMAKE_SYSTEM_LOADED 1)
|
submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CompilerIdC/CMakeCCompilerId.c
ADDED
|
@@ -0,0 +1,934 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#ifdef __cplusplus
|
| 2 |
+
# error "A C++ compiler has been selected for C."
|
| 3 |
+
#endif
|
| 4 |
+
|
| 5 |
+
#if defined(__18CXX)
|
| 6 |
+
# define ID_VOID_MAIN
|
| 7 |
+
#endif
|
| 8 |
+
#if defined(__CLASSIC_C__)
|
| 9 |
+
/* cv-qualifiers did not exist in K&R C */
|
| 10 |
+
# define const
|
| 11 |
+
# define volatile
|
| 12 |
+
#endif
|
| 13 |
+
|
| 14 |
+
#if !defined(__has_include)
|
| 15 |
+
/* If the compiler does not have __has_include, pretend the answer is
|
| 16 |
+
always no. */
|
| 17 |
+
# define __has_include(x) 0
|
| 18 |
+
#endif
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
/* Version number components: V=Version, R=Revision, P=Patch
|
| 22 |
+
Version date components: YYYY=Year, MM=Month, DD=Day */
|
| 23 |
+
|
| 24 |
+
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
| 25 |
+
# define COMPILER_ID "Intel"
|
| 26 |
+
# if defined(_MSC_VER)
|
| 27 |
+
# define SIMULATE_ID "MSVC"
|
| 28 |
+
# endif
|
| 29 |
+
# if defined(__GNUC__)
|
| 30 |
+
# define SIMULATE_ID "GNU"
|
| 31 |
+
# endif
|
| 32 |
+
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
| 33 |
+
except that a few beta releases use the old format with V=2021. */
|
| 34 |
+
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
| 35 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
| 36 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
| 37 |
+
# if defined(__INTEL_COMPILER_UPDATE)
|
| 38 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
| 39 |
+
# else
|
| 40 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
| 41 |
+
# endif
|
| 42 |
+
# else
|
| 43 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
| 44 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
| 45 |
+
/* The third version component from --version is an update index,
|
| 46 |
+
but no macro is provided for it. */
|
| 47 |
+
# define COMPILER_VERSION_PATCH DEC(0)
|
| 48 |
+
# endif
|
| 49 |
+
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
| 50 |
+
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
| 51 |
+
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
| 52 |
+
# endif
|
| 53 |
+
# if defined(_MSC_VER)
|
| 54 |
+
/* _MSC_VER = VVRR */
|
| 55 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 56 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 57 |
+
# endif
|
| 58 |
+
# if defined(__GNUC__)
|
| 59 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 60 |
+
# elif defined(__GNUG__)
|
| 61 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 62 |
+
# endif
|
| 63 |
+
# if defined(__GNUC_MINOR__)
|
| 64 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 65 |
+
# endif
|
| 66 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 67 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 68 |
+
# endif
|
| 69 |
+
|
| 70 |
+
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
| 71 |
+
# define COMPILER_ID "IntelLLVM"
|
| 72 |
+
#if defined(_MSC_VER)
|
| 73 |
+
# define SIMULATE_ID "MSVC"
|
| 74 |
+
#endif
|
| 75 |
+
#if defined(__GNUC__)
|
| 76 |
+
# define SIMULATE_ID "GNU"
|
| 77 |
+
#endif
|
| 78 |
+
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
| 79 |
+
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
| 80 |
+
* VVVV is no smaller than the current year when a version is released.
|
| 81 |
+
*/
|
| 82 |
+
#if __INTEL_LLVM_COMPILER < 1000000L
|
| 83 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
| 84 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
| 85 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
| 86 |
+
#else
|
| 87 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
| 88 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
| 89 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
| 90 |
+
#endif
|
| 91 |
+
#if defined(_MSC_VER)
|
| 92 |
+
/* _MSC_VER = VVRR */
|
| 93 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 94 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 95 |
+
#endif
|
| 96 |
+
#if defined(__GNUC__)
|
| 97 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 98 |
+
#elif defined(__GNUG__)
|
| 99 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 100 |
+
#endif
|
| 101 |
+
#if defined(__GNUC_MINOR__)
|
| 102 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 103 |
+
#endif
|
| 104 |
+
#if defined(__GNUC_PATCHLEVEL__)
|
| 105 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 106 |
+
#endif
|
| 107 |
+
|
| 108 |
+
#elif defined(__PATHCC__)
|
| 109 |
+
# define COMPILER_ID "PathScale"
|
| 110 |
+
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
| 111 |
+
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
| 112 |
+
# if defined(__PATHCC_PATCHLEVEL__)
|
| 113 |
+
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
| 114 |
+
# endif
|
| 115 |
+
|
| 116 |
+
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
| 117 |
+
# define COMPILER_ID "Embarcadero"
|
| 118 |
+
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
| 119 |
+
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
| 120 |
+
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
| 121 |
+
|
| 122 |
+
#elif defined(__BORLANDC__)
|
| 123 |
+
# define COMPILER_ID "Borland"
|
| 124 |
+
/* __BORLANDC__ = 0xVRR */
|
| 125 |
+
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
| 126 |
+
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
| 127 |
+
|
| 128 |
+
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
| 129 |
+
# define COMPILER_ID "Watcom"
|
| 130 |
+
/* __WATCOMC__ = VVRR */
|
| 131 |
+
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
| 132 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 133 |
+
# if (__WATCOMC__ % 10) > 0
|
| 134 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 135 |
+
# endif
|
| 136 |
+
|
| 137 |
+
#elif defined(__WATCOMC__)
|
| 138 |
+
# define COMPILER_ID "OpenWatcom"
|
| 139 |
+
/* __WATCOMC__ = VVRP + 1100 */
|
| 140 |
+
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
| 141 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 142 |
+
# if (__WATCOMC__ % 10) > 0
|
| 143 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 144 |
+
# endif
|
| 145 |
+
|
| 146 |
+
#elif defined(__SUNPRO_C)
|
| 147 |
+
# define COMPILER_ID "SunPro"
|
| 148 |
+
# if __SUNPRO_C >= 0x5100
|
| 149 |
+
/* __SUNPRO_C = 0xVRRP */
|
| 150 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
| 151 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
| 152 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
| 153 |
+
# else
|
| 154 |
+
/* __SUNPRO_CC = 0xVRP */
|
| 155 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
| 156 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
| 157 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
| 158 |
+
# endif
|
| 159 |
+
|
| 160 |
+
#elif defined(__HP_cc)
|
| 161 |
+
# define COMPILER_ID "HP"
|
| 162 |
+
/* __HP_cc = VVRRPP */
|
| 163 |
+
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
| 164 |
+
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
| 165 |
+
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
| 166 |
+
|
| 167 |
+
#elif defined(__DECC)
|
| 168 |
+
# define COMPILER_ID "Compaq"
|
| 169 |
+
/* __DECC_VER = VVRRTPPPP */
|
| 170 |
+
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
| 171 |
+
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
| 172 |
+
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
| 173 |
+
|
| 174 |
+
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
| 175 |
+
# define COMPILER_ID "zOS"
|
| 176 |
+
/* __IBMC__ = VRP */
|
| 177 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 178 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 179 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 180 |
+
|
| 181 |
+
#elif defined(__open_xl__) && defined(__clang__)
|
| 182 |
+
# define COMPILER_ID "IBMClang"
|
| 183 |
+
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
| 184 |
+
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
| 185 |
+
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
| 186 |
+
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
| 187 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 188 |
+
|
| 189 |
+
|
| 190 |
+
#elif defined(__ibmxl__) && defined(__clang__)
|
| 191 |
+
# define COMPILER_ID "XLClang"
|
| 192 |
+
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
| 193 |
+
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
| 194 |
+
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
| 195 |
+
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
| 199 |
+
# define COMPILER_ID "XL"
|
| 200 |
+
/* __IBMC__ = VRP */
|
| 201 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 202 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 203 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 204 |
+
|
| 205 |
+
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
| 206 |
+
# define COMPILER_ID "VisualAge"
|
| 207 |
+
/* __IBMC__ = VRP */
|
| 208 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 209 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 210 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 211 |
+
|
| 212 |
+
#elif defined(__NVCOMPILER)
|
| 213 |
+
# define COMPILER_ID "NVHPC"
|
| 214 |
+
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
| 215 |
+
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
| 216 |
+
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
| 217 |
+
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
| 218 |
+
# endif
|
| 219 |
+
|
| 220 |
+
#elif defined(__PGI)
|
| 221 |
+
# define COMPILER_ID "PGI"
|
| 222 |
+
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
| 223 |
+
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
| 224 |
+
# if defined(__PGIC_PATCHLEVEL__)
|
| 225 |
+
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
| 226 |
+
# endif
|
| 227 |
+
|
| 228 |
+
#elif defined(__clang__) && defined(__cray__)
|
| 229 |
+
# define COMPILER_ID "CrayClang"
|
| 230 |
+
# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
|
| 231 |
+
# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
|
| 232 |
+
# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
|
| 233 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 234 |
+
|
| 235 |
+
|
| 236 |
+
#elif defined(_CRAYC)
|
| 237 |
+
# define COMPILER_ID "Cray"
|
| 238 |
+
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
| 239 |
+
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
| 240 |
+
|
| 241 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 242 |
+
# define COMPILER_ID "TI"
|
| 243 |
+
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
| 244 |
+
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
| 245 |
+
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
| 246 |
+
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
| 247 |
+
|
| 248 |
+
#elif defined(__CLANG_FUJITSU)
|
| 249 |
+
# define COMPILER_ID "FujitsuClang"
|
| 250 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 251 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 252 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 253 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 254 |
+
|
| 255 |
+
|
| 256 |
+
#elif defined(__FUJITSU)
|
| 257 |
+
# define COMPILER_ID "Fujitsu"
|
| 258 |
+
# if defined(__FCC_version__)
|
| 259 |
+
# define COMPILER_VERSION __FCC_version__
|
| 260 |
+
# elif defined(__FCC_major__)
|
| 261 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 262 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 263 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 264 |
+
# endif
|
| 265 |
+
# if defined(__fcc_version)
|
| 266 |
+
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
| 267 |
+
# elif defined(__FCC_VERSION)
|
| 268 |
+
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
| 269 |
+
# endif
|
| 270 |
+
|
| 271 |
+
|
| 272 |
+
#elif defined(__ghs__)
|
| 273 |
+
# define COMPILER_ID "GHS"
|
| 274 |
+
/* __GHS_VERSION_NUMBER = VVVVRP */
|
| 275 |
+
# ifdef __GHS_VERSION_NUMBER
|
| 276 |
+
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
| 277 |
+
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
| 278 |
+
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
| 279 |
+
# endif
|
| 280 |
+
|
| 281 |
+
#elif defined(__TASKING__)
|
| 282 |
+
# define COMPILER_ID "Tasking"
|
| 283 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
| 284 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
| 285 |
+
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
| 286 |
+
|
| 287 |
+
#elif defined(__ORANGEC__)
|
| 288 |
+
# define COMPILER_ID "OrangeC"
|
| 289 |
+
# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
|
| 290 |
+
# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
|
| 291 |
+
# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
|
| 292 |
+
|
| 293 |
+
#elif defined(__RENESAS__)
|
| 294 |
+
# define COMPILER_ID "Renesas"
|
| 295 |
+
/* __RENESAS_VERSION__ = 0xVVRRPP00 */
|
| 296 |
+
# define COMPILER_VERSION_MAJOR HEX(__RENESAS_VERSION__ >> 24 & 0xFF)
|
| 297 |
+
# define COMPILER_VERSION_MINOR HEX(__RENESAS_VERSION__ >> 16 & 0xFF)
|
| 298 |
+
# define COMPILER_VERSION_PATCH HEX(__RENESAS_VERSION__ >> 8 & 0xFF)
|
| 299 |
+
|
| 300 |
+
#elif defined(__TINYC__)
|
| 301 |
+
# define COMPILER_ID "TinyCC"
|
| 302 |
+
|
| 303 |
+
#elif defined(__BCC__)
|
| 304 |
+
# define COMPILER_ID "Bruce"
|
| 305 |
+
|
| 306 |
+
#elif defined(__SCO_VERSION__)
|
| 307 |
+
# define COMPILER_ID "SCO"
|
| 308 |
+
|
| 309 |
+
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
| 310 |
+
# define COMPILER_ID "ARMCC"
|
| 311 |
+
#if __ARMCC_VERSION >= 1000000
|
| 312 |
+
/* __ARMCC_VERSION = VRRPPPP */
|
| 313 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
| 314 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
| 315 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 316 |
+
#else
|
| 317 |
+
/* __ARMCC_VERSION = VRPPPP */
|
| 318 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
| 319 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
| 320 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 321 |
+
#endif
|
| 322 |
+
|
| 323 |
+
|
| 324 |
+
#elif defined(__clang__) && defined(__apple_build_version__)
|
| 325 |
+
# define COMPILER_ID "AppleClang"
|
| 326 |
+
# if defined(_MSC_VER)
|
| 327 |
+
# define SIMULATE_ID "MSVC"
|
| 328 |
+
# endif
|
| 329 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 330 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 331 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 332 |
+
# if defined(_MSC_VER)
|
| 333 |
+
/* _MSC_VER = VVRR */
|
| 334 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 335 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 336 |
+
# endif
|
| 337 |
+
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
| 338 |
+
|
| 339 |
+
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
| 340 |
+
# define COMPILER_ID "ARMClang"
|
| 341 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
| 342 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
| 343 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
|
| 344 |
+
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
| 345 |
+
|
| 346 |
+
#elif defined(__clang__) && defined(__ti__)
|
| 347 |
+
# define COMPILER_ID "TIClang"
|
| 348 |
+
# define COMPILER_VERSION_MAJOR DEC(__ti_major__)
|
| 349 |
+
# define COMPILER_VERSION_MINOR DEC(__ti_minor__)
|
| 350 |
+
# define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__)
|
| 351 |
+
# define COMPILER_VERSION_INTERNAL DEC(__ti_version__)
|
| 352 |
+
|
| 353 |
+
#elif defined(__clang__)
|
| 354 |
+
# define COMPILER_ID "Clang"
|
| 355 |
+
# if defined(_MSC_VER)
|
| 356 |
+
# define SIMULATE_ID "MSVC"
|
| 357 |
+
# endif
|
| 358 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 359 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 360 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 361 |
+
# if defined(_MSC_VER)
|
| 362 |
+
/* _MSC_VER = VVRR */
|
| 363 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 364 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 365 |
+
# endif
|
| 366 |
+
|
| 367 |
+
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
| 368 |
+
# define COMPILER_ID "LCC"
|
| 369 |
+
# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
|
| 370 |
+
# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
|
| 371 |
+
# if defined(__LCC_MINOR__)
|
| 372 |
+
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
| 373 |
+
# endif
|
| 374 |
+
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
| 375 |
+
# define SIMULATE_ID "GNU"
|
| 376 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 377 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 378 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 379 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 380 |
+
# endif
|
| 381 |
+
# endif
|
| 382 |
+
|
| 383 |
+
#elif defined(__GNUC__)
|
| 384 |
+
# define COMPILER_ID "GNU"
|
| 385 |
+
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
| 386 |
+
# if defined(__GNUC_MINOR__)
|
| 387 |
+
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 388 |
+
# endif
|
| 389 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 390 |
+
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 391 |
+
# endif
|
| 392 |
+
|
| 393 |
+
#elif defined(_MSC_VER)
|
| 394 |
+
# define COMPILER_ID "MSVC"
|
| 395 |
+
/* _MSC_VER = VVRR */
|
| 396 |
+
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 397 |
+
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 398 |
+
# if defined(_MSC_FULL_VER)
|
| 399 |
+
# if _MSC_VER >= 1400
|
| 400 |
+
/* _MSC_FULL_VER = VVRRPPPPP */
|
| 401 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
| 402 |
+
# else
|
| 403 |
+
/* _MSC_FULL_VER = VVRRPPPP */
|
| 404 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
| 405 |
+
# endif
|
| 406 |
+
# endif
|
| 407 |
+
# if defined(_MSC_BUILD)
|
| 408 |
+
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
| 409 |
+
# endif
|
| 410 |
+
|
| 411 |
+
#elif defined(_ADI_COMPILER)
|
| 412 |
+
# define COMPILER_ID "ADSP"
|
| 413 |
+
#if defined(__VERSIONNUM__)
|
| 414 |
+
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
| 415 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
| 416 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
| 417 |
+
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
| 418 |
+
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
| 419 |
+
#endif
|
| 420 |
+
|
| 421 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 422 |
+
# define COMPILER_ID "IAR"
|
| 423 |
+
# if defined(__VER__) && defined(__ICCARM__)
|
| 424 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
| 425 |
+
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
| 426 |
+
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
| 427 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 428 |
+
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
| 429 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
| 430 |
+
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
| 431 |
+
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
| 432 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 433 |
+
# endif
|
| 434 |
+
|
| 435 |
+
#elif defined(__DCC__) && defined(_DIAB_TOOL)
|
| 436 |
+
# define COMPILER_ID "Diab"
|
| 437 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSION_MAJOR_NUMBER__)
|
| 438 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSION_MINOR_NUMBER__)
|
| 439 |
+
# define COMPILER_VERSION_PATCH DEC(__VERSION_ARCH_FEATURE_NUMBER__)
|
| 440 |
+
# define COMPILER_VERSION_TWEAK DEC(__VERSION_BUG_FIX_NUMBER__)
|
| 441 |
+
|
| 442 |
+
|
| 443 |
+
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
| 444 |
+
# define COMPILER_ID "SDCC"
|
| 445 |
+
# if defined(__SDCC_VERSION_MAJOR)
|
| 446 |
+
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
| 447 |
+
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
| 448 |
+
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
| 449 |
+
# else
|
| 450 |
+
/* SDCC = VRP */
|
| 451 |
+
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
| 452 |
+
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
| 453 |
+
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
| 454 |
+
# endif
|
| 455 |
+
|
| 456 |
+
|
| 457 |
+
/* These compilers are either not known or too old to define an
|
| 458 |
+
identification macro. Try to identify the platform and guess that
|
| 459 |
+
it is the native compiler. */
|
| 460 |
+
#elif defined(__hpux) || defined(__hpua)
|
| 461 |
+
# define COMPILER_ID "HP"
|
| 462 |
+
|
| 463 |
+
#else /* unknown compiler */
|
| 464 |
+
# define COMPILER_ID ""
|
| 465 |
+
#endif
|
| 466 |
+
|
| 467 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 468 |
+
getting matched. Store it in a pointer rather than an array
|
| 469 |
+
because some compilers will just produce instructions to fill the
|
| 470 |
+
array rather than assigning a pointer to a static array. */
|
| 471 |
+
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
| 472 |
+
#ifdef SIMULATE_ID
|
| 473 |
+
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
| 474 |
+
#endif
|
| 475 |
+
|
| 476 |
+
#ifdef __QNXNTO__
|
| 477 |
+
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
| 478 |
+
#endif
|
| 479 |
+
|
| 480 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 481 |
+
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
| 482 |
+
#endif
|
| 483 |
+
|
| 484 |
+
#define STRINGIFY_HELPER(X) #X
|
| 485 |
+
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
| 486 |
+
|
| 487 |
+
/* Identify known platforms by name. */
|
| 488 |
+
#if defined(__linux) || defined(__linux__) || defined(linux)
|
| 489 |
+
# define PLATFORM_ID "Linux"
|
| 490 |
+
|
| 491 |
+
#elif defined(__MSYS__)
|
| 492 |
+
# define PLATFORM_ID "MSYS"
|
| 493 |
+
|
| 494 |
+
#elif defined(__CYGWIN__)
|
| 495 |
+
# define PLATFORM_ID "Cygwin"
|
| 496 |
+
|
| 497 |
+
#elif defined(__MINGW32__)
|
| 498 |
+
# define PLATFORM_ID "MinGW"
|
| 499 |
+
|
| 500 |
+
#elif defined(__APPLE__)
|
| 501 |
+
# define PLATFORM_ID "Darwin"
|
| 502 |
+
|
| 503 |
+
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
| 504 |
+
# define PLATFORM_ID "Windows"
|
| 505 |
+
|
| 506 |
+
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
| 507 |
+
# define PLATFORM_ID "FreeBSD"
|
| 508 |
+
|
| 509 |
+
#elif defined(__NetBSD__) || defined(__NetBSD)
|
| 510 |
+
# define PLATFORM_ID "NetBSD"
|
| 511 |
+
|
| 512 |
+
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
| 513 |
+
# define PLATFORM_ID "OpenBSD"
|
| 514 |
+
|
| 515 |
+
#elif defined(__sun) || defined(sun)
|
| 516 |
+
# define PLATFORM_ID "SunOS"
|
| 517 |
+
|
| 518 |
+
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
| 519 |
+
# define PLATFORM_ID "AIX"
|
| 520 |
+
|
| 521 |
+
#elif defined(__hpux) || defined(__hpux__)
|
| 522 |
+
# define PLATFORM_ID "HP-UX"
|
| 523 |
+
|
| 524 |
+
#elif defined(__HAIKU__)
|
| 525 |
+
# define PLATFORM_ID "Haiku"
|
| 526 |
+
|
| 527 |
+
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
| 528 |
+
# define PLATFORM_ID "BeOS"
|
| 529 |
+
|
| 530 |
+
#elif defined(__QNX__) || defined(__QNXNTO__)
|
| 531 |
+
# define PLATFORM_ID "QNX"
|
| 532 |
+
|
| 533 |
+
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
| 534 |
+
# define PLATFORM_ID "Tru64"
|
| 535 |
+
|
| 536 |
+
#elif defined(__riscos) || defined(__riscos__)
|
| 537 |
+
# define PLATFORM_ID "RISCos"
|
| 538 |
+
|
| 539 |
+
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
| 540 |
+
# define PLATFORM_ID "SINIX"
|
| 541 |
+
|
| 542 |
+
#elif defined(__UNIX_SV__)
|
| 543 |
+
# define PLATFORM_ID "UNIX_SV"
|
| 544 |
+
|
| 545 |
+
#elif defined(__bsdos__)
|
| 546 |
+
# define PLATFORM_ID "BSDOS"
|
| 547 |
+
|
| 548 |
+
#elif defined(_MPRAS) || defined(MPRAS)
|
| 549 |
+
# define PLATFORM_ID "MP-RAS"
|
| 550 |
+
|
| 551 |
+
#elif defined(__osf) || defined(__osf__)
|
| 552 |
+
# define PLATFORM_ID "OSF1"
|
| 553 |
+
|
| 554 |
+
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
| 555 |
+
# define PLATFORM_ID "SCO_SV"
|
| 556 |
+
|
| 557 |
+
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
| 558 |
+
# define PLATFORM_ID "ULTRIX"
|
| 559 |
+
|
| 560 |
+
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
| 561 |
+
# define PLATFORM_ID "Xenix"
|
| 562 |
+
|
| 563 |
+
#elif defined(__WATCOMC__)
|
| 564 |
+
# if defined(__LINUX__)
|
| 565 |
+
# define PLATFORM_ID "Linux"
|
| 566 |
+
|
| 567 |
+
# elif defined(__DOS__)
|
| 568 |
+
# define PLATFORM_ID "DOS"
|
| 569 |
+
|
| 570 |
+
# elif defined(__OS2__)
|
| 571 |
+
# define PLATFORM_ID "OS2"
|
| 572 |
+
|
| 573 |
+
# elif defined(__WINDOWS__)
|
| 574 |
+
# define PLATFORM_ID "Windows3x"
|
| 575 |
+
|
| 576 |
+
# elif defined(__VXWORKS__)
|
| 577 |
+
# define PLATFORM_ID "VxWorks"
|
| 578 |
+
|
| 579 |
+
# else /* unknown platform */
|
| 580 |
+
# define PLATFORM_ID
|
| 581 |
+
# endif
|
| 582 |
+
|
| 583 |
+
#elif defined(__INTEGRITY)
|
| 584 |
+
# if defined(INT_178B)
|
| 585 |
+
# define PLATFORM_ID "Integrity178"
|
| 586 |
+
|
| 587 |
+
# else /* regular Integrity */
|
| 588 |
+
# define PLATFORM_ID "Integrity"
|
| 589 |
+
# endif
|
| 590 |
+
|
| 591 |
+
# elif defined(_ADI_COMPILER)
|
| 592 |
+
# define PLATFORM_ID "ADSP"
|
| 593 |
+
|
| 594 |
+
#else /* unknown platform */
|
| 595 |
+
# define PLATFORM_ID
|
| 596 |
+
|
| 597 |
+
#endif
|
| 598 |
+
|
| 599 |
+
/* For windows compilers MSVC and Intel we can determine
|
| 600 |
+
the architecture of the compiler being used. This is because
|
| 601 |
+
the compilers do not have flags that can change the architecture,
|
| 602 |
+
but rather depend on which compiler is being used
|
| 603 |
+
*/
|
| 604 |
+
#if defined(_WIN32) && defined(_MSC_VER)
|
| 605 |
+
# if defined(_M_IA64)
|
| 606 |
+
# define ARCHITECTURE_ID "IA64"
|
| 607 |
+
|
| 608 |
+
# elif defined(_M_ARM64EC)
|
| 609 |
+
# define ARCHITECTURE_ID "ARM64EC"
|
| 610 |
+
|
| 611 |
+
# elif defined(_M_X64) || defined(_M_AMD64)
|
| 612 |
+
# define ARCHITECTURE_ID "x64"
|
| 613 |
+
|
| 614 |
+
# elif defined(_M_IX86)
|
| 615 |
+
# define ARCHITECTURE_ID "X86"
|
| 616 |
+
|
| 617 |
+
# elif defined(_M_ARM64)
|
| 618 |
+
# define ARCHITECTURE_ID "ARM64"
|
| 619 |
+
|
| 620 |
+
# elif defined(_M_ARM)
|
| 621 |
+
# if _M_ARM == 4
|
| 622 |
+
# define ARCHITECTURE_ID "ARMV4I"
|
| 623 |
+
# elif _M_ARM == 5
|
| 624 |
+
# define ARCHITECTURE_ID "ARMV5I"
|
| 625 |
+
# else
|
| 626 |
+
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
| 627 |
+
# endif
|
| 628 |
+
|
| 629 |
+
# elif defined(_M_MIPS)
|
| 630 |
+
# define ARCHITECTURE_ID "MIPS"
|
| 631 |
+
|
| 632 |
+
# elif defined(_M_SH)
|
| 633 |
+
# define ARCHITECTURE_ID "SHx"
|
| 634 |
+
|
| 635 |
+
# else /* unknown architecture */
|
| 636 |
+
# define ARCHITECTURE_ID ""
|
| 637 |
+
# endif
|
| 638 |
+
|
| 639 |
+
#elif defined(__WATCOMC__)
|
| 640 |
+
# if defined(_M_I86)
|
| 641 |
+
# define ARCHITECTURE_ID "I86"
|
| 642 |
+
|
| 643 |
+
# elif defined(_M_IX86)
|
| 644 |
+
# define ARCHITECTURE_ID "X86"
|
| 645 |
+
|
| 646 |
+
# else /* unknown architecture */
|
| 647 |
+
# define ARCHITECTURE_ID ""
|
| 648 |
+
# endif
|
| 649 |
+
|
| 650 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 651 |
+
# if defined(__ICCARM__)
|
| 652 |
+
# define ARCHITECTURE_ID "ARM"
|
| 653 |
+
|
| 654 |
+
# elif defined(__ICCRX__)
|
| 655 |
+
# define ARCHITECTURE_ID "RX"
|
| 656 |
+
|
| 657 |
+
# elif defined(__ICCRH850__)
|
| 658 |
+
# define ARCHITECTURE_ID "RH850"
|
| 659 |
+
|
| 660 |
+
# elif defined(__ICCRL78__)
|
| 661 |
+
# define ARCHITECTURE_ID "RL78"
|
| 662 |
+
|
| 663 |
+
# elif defined(__ICCRISCV__)
|
| 664 |
+
# define ARCHITECTURE_ID "RISCV"
|
| 665 |
+
|
| 666 |
+
# elif defined(__ICCAVR__)
|
| 667 |
+
# define ARCHITECTURE_ID "AVR"
|
| 668 |
+
|
| 669 |
+
# elif defined(__ICC430__)
|
| 670 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 671 |
+
|
| 672 |
+
# elif defined(__ICCV850__)
|
| 673 |
+
# define ARCHITECTURE_ID "V850"
|
| 674 |
+
|
| 675 |
+
# elif defined(__ICC8051__)
|
| 676 |
+
# define ARCHITECTURE_ID "8051"
|
| 677 |
+
|
| 678 |
+
# elif defined(__ICCSTM8__)
|
| 679 |
+
# define ARCHITECTURE_ID "STM8"
|
| 680 |
+
|
| 681 |
+
# else /* unknown architecture */
|
| 682 |
+
# define ARCHITECTURE_ID ""
|
| 683 |
+
# endif
|
| 684 |
+
|
| 685 |
+
#elif defined(__ghs__)
|
| 686 |
+
# if defined(__PPC64__)
|
| 687 |
+
# define ARCHITECTURE_ID "PPC64"
|
| 688 |
+
|
| 689 |
+
# elif defined(__ppc__)
|
| 690 |
+
# define ARCHITECTURE_ID "PPC"
|
| 691 |
+
|
| 692 |
+
# elif defined(__ARM__)
|
| 693 |
+
# define ARCHITECTURE_ID "ARM"
|
| 694 |
+
|
| 695 |
+
# elif defined(__x86_64__)
|
| 696 |
+
# define ARCHITECTURE_ID "x64"
|
| 697 |
+
|
| 698 |
+
# elif defined(__i386__)
|
| 699 |
+
# define ARCHITECTURE_ID "X86"
|
| 700 |
+
|
| 701 |
+
# else /* unknown architecture */
|
| 702 |
+
# define ARCHITECTURE_ID ""
|
| 703 |
+
# endif
|
| 704 |
+
|
| 705 |
+
#elif defined(__clang__) && defined(__ti__)
|
| 706 |
+
# if defined(__ARM_ARCH)
|
| 707 |
+
# define ARCHITECTURE_ID "ARM"
|
| 708 |
+
|
| 709 |
+
# else /* unknown architecture */
|
| 710 |
+
# define ARCHITECTURE_ID ""
|
| 711 |
+
# endif
|
| 712 |
+
|
| 713 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 714 |
+
# if defined(__TI_ARM__)
|
| 715 |
+
# define ARCHITECTURE_ID "ARM"
|
| 716 |
+
|
| 717 |
+
# elif defined(__MSP430__)
|
| 718 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 719 |
+
|
| 720 |
+
# elif defined(__TMS320C28XX__)
|
| 721 |
+
# define ARCHITECTURE_ID "TMS320C28x"
|
| 722 |
+
|
| 723 |
+
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
| 724 |
+
# define ARCHITECTURE_ID "TMS320C6x"
|
| 725 |
+
|
| 726 |
+
# else /* unknown architecture */
|
| 727 |
+
# define ARCHITECTURE_ID ""
|
| 728 |
+
# endif
|
| 729 |
+
|
| 730 |
+
# elif defined(__ADSPSHARC__)
|
| 731 |
+
# define ARCHITECTURE_ID "SHARC"
|
| 732 |
+
|
| 733 |
+
# elif defined(__ADSPBLACKFIN__)
|
| 734 |
+
# define ARCHITECTURE_ID "Blackfin"
|
| 735 |
+
|
| 736 |
+
#elif defined(__TASKING__)
|
| 737 |
+
|
| 738 |
+
# if defined(__CTC__) || defined(__CPTC__)
|
| 739 |
+
# define ARCHITECTURE_ID "TriCore"
|
| 740 |
+
|
| 741 |
+
# elif defined(__CMCS__)
|
| 742 |
+
# define ARCHITECTURE_ID "MCS"
|
| 743 |
+
|
| 744 |
+
# elif defined(__CARM__) || defined(__CPARM__)
|
| 745 |
+
# define ARCHITECTURE_ID "ARM"
|
| 746 |
+
|
| 747 |
+
# elif defined(__CARC__)
|
| 748 |
+
# define ARCHITECTURE_ID "ARC"
|
| 749 |
+
|
| 750 |
+
# elif defined(__C51__)
|
| 751 |
+
# define ARCHITECTURE_ID "8051"
|
| 752 |
+
|
| 753 |
+
# elif defined(__CPCP__)
|
| 754 |
+
# define ARCHITECTURE_ID "PCP"
|
| 755 |
+
|
| 756 |
+
# else
|
| 757 |
+
# define ARCHITECTURE_ID ""
|
| 758 |
+
# endif
|
| 759 |
+
|
| 760 |
+
#elif defined(__RENESAS__)
|
| 761 |
+
# if defined(__CCRX__)
|
| 762 |
+
# define ARCHITECTURE_ID "RX"
|
| 763 |
+
|
| 764 |
+
# elif defined(__CCRL__)
|
| 765 |
+
# define ARCHITECTURE_ID "RL78"
|
| 766 |
+
|
| 767 |
+
# elif defined(__CCRH__)
|
| 768 |
+
# define ARCHITECTURE_ID "RH850"
|
| 769 |
+
|
| 770 |
+
# else
|
| 771 |
+
# define ARCHITECTURE_ID ""
|
| 772 |
+
# endif
|
| 773 |
+
|
| 774 |
+
#else
|
| 775 |
+
# define ARCHITECTURE_ID
|
| 776 |
+
#endif
|
| 777 |
+
|
| 778 |
+
/* Convert integer to decimal digit literals. */
|
| 779 |
+
#define DEC(n) \
|
| 780 |
+
('0' + (((n) / 10000000)%10)), \
|
| 781 |
+
('0' + (((n) / 1000000)%10)), \
|
| 782 |
+
('0' + (((n) / 100000)%10)), \
|
| 783 |
+
('0' + (((n) / 10000)%10)), \
|
| 784 |
+
('0' + (((n) / 1000)%10)), \
|
| 785 |
+
('0' + (((n) / 100)%10)), \
|
| 786 |
+
('0' + (((n) / 10)%10)), \
|
| 787 |
+
('0' + ((n) % 10))
|
| 788 |
+
|
| 789 |
+
/* Convert integer to hex digit literals. */
|
| 790 |
+
#define HEX(n) \
|
| 791 |
+
('0' + ((n)>>28 & 0xF)), \
|
| 792 |
+
('0' + ((n)>>24 & 0xF)), \
|
| 793 |
+
('0' + ((n)>>20 & 0xF)), \
|
| 794 |
+
('0' + ((n)>>16 & 0xF)), \
|
| 795 |
+
('0' + ((n)>>12 & 0xF)), \
|
| 796 |
+
('0' + ((n)>>8 & 0xF)), \
|
| 797 |
+
('0' + ((n)>>4 & 0xF)), \
|
| 798 |
+
('0' + ((n) & 0xF))
|
| 799 |
+
|
| 800 |
+
/* Construct a string literal encoding the version number. */
|
| 801 |
+
#ifdef COMPILER_VERSION
|
| 802 |
+
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
| 803 |
+
|
| 804 |
+
/* Construct a string literal encoding the version number components. */
|
| 805 |
+
#elif defined(COMPILER_VERSION_MAJOR)
|
| 806 |
+
char const info_version[] = {
|
| 807 |
+
'I', 'N', 'F', 'O', ':',
|
| 808 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
| 809 |
+
COMPILER_VERSION_MAJOR,
|
| 810 |
+
# ifdef COMPILER_VERSION_MINOR
|
| 811 |
+
'.', COMPILER_VERSION_MINOR,
|
| 812 |
+
# ifdef COMPILER_VERSION_PATCH
|
| 813 |
+
'.', COMPILER_VERSION_PATCH,
|
| 814 |
+
# ifdef COMPILER_VERSION_TWEAK
|
| 815 |
+
'.', COMPILER_VERSION_TWEAK,
|
| 816 |
+
# endif
|
| 817 |
+
# endif
|
| 818 |
+
# endif
|
| 819 |
+
']','\0'};
|
| 820 |
+
#endif
|
| 821 |
+
|
| 822 |
+
/* Construct a string literal encoding the internal version number. */
|
| 823 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 824 |
+
char const info_version_internal[] = {
|
| 825 |
+
'I', 'N', 'F', 'O', ':',
|
| 826 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
| 827 |
+
'i','n','t','e','r','n','a','l','[',
|
| 828 |
+
COMPILER_VERSION_INTERNAL,']','\0'};
|
| 829 |
+
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
| 830 |
+
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
| 831 |
+
#endif
|
| 832 |
+
|
| 833 |
+
/* Construct a string literal encoding the version number components. */
|
| 834 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 835 |
+
char const info_simulate_version[] = {
|
| 836 |
+
'I', 'N', 'F', 'O', ':',
|
| 837 |
+
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
| 838 |
+
SIMULATE_VERSION_MAJOR,
|
| 839 |
+
# ifdef SIMULATE_VERSION_MINOR
|
| 840 |
+
'.', SIMULATE_VERSION_MINOR,
|
| 841 |
+
# ifdef SIMULATE_VERSION_PATCH
|
| 842 |
+
'.', SIMULATE_VERSION_PATCH,
|
| 843 |
+
# ifdef SIMULATE_VERSION_TWEAK
|
| 844 |
+
'.', SIMULATE_VERSION_TWEAK,
|
| 845 |
+
# endif
|
| 846 |
+
# endif
|
| 847 |
+
# endif
|
| 848 |
+
']','\0'};
|
| 849 |
+
#endif
|
| 850 |
+
|
| 851 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 852 |
+
getting matched. Store it in a pointer rather than an array
|
| 853 |
+
because some compilers will just produce instructions to fill the
|
| 854 |
+
array rather than assigning a pointer to a static array. */
|
| 855 |
+
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
| 856 |
+
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
| 857 |
+
|
| 858 |
+
|
| 859 |
+
|
| 860 |
+
#define C_STD_99 199901L
|
| 861 |
+
#define C_STD_11 201112L
|
| 862 |
+
#define C_STD_17 201710L
|
| 863 |
+
#define C_STD_23 202311L
|
| 864 |
+
|
| 865 |
+
#ifdef __STDC_VERSION__
|
| 866 |
+
# define C_STD __STDC_VERSION__
|
| 867 |
+
#endif
|
| 868 |
+
|
| 869 |
+
#if !defined(__STDC__) && !defined(__clang__) && !defined(__RENESAS__)
|
| 870 |
+
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
|
| 871 |
+
# define C_VERSION "90"
|
| 872 |
+
# else
|
| 873 |
+
# define C_VERSION
|
| 874 |
+
# endif
|
| 875 |
+
#elif C_STD > C_STD_17
|
| 876 |
+
# define C_VERSION "23"
|
| 877 |
+
#elif C_STD > C_STD_11
|
| 878 |
+
# define C_VERSION "17"
|
| 879 |
+
#elif C_STD > C_STD_99
|
| 880 |
+
# define C_VERSION "11"
|
| 881 |
+
#elif C_STD >= C_STD_99
|
| 882 |
+
# define C_VERSION "99"
|
| 883 |
+
#else
|
| 884 |
+
# define C_VERSION "90"
|
| 885 |
+
#endif
|
| 886 |
+
const char* info_language_standard_default =
|
| 887 |
+
"INFO" ":" "standard_default[" C_VERSION "]";
|
| 888 |
+
|
| 889 |
+
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
| 890 |
+
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
| 891 |
+
defined(__TI_COMPILER_VERSION__) || defined(__RENESAS__)) && \
|
| 892 |
+
!defined(__STRICT_ANSI__)
|
| 893 |
+
"ON"
|
| 894 |
+
#else
|
| 895 |
+
"OFF"
|
| 896 |
+
#endif
|
| 897 |
+
"]";
|
| 898 |
+
|
| 899 |
+
/*--------------------------------------------------------------------------*/
|
| 900 |
+
|
| 901 |
+
#ifdef ID_VOID_MAIN
|
| 902 |
+
void main() {}
|
| 903 |
+
#else
|
| 904 |
+
# if defined(__CLASSIC_C__)
|
| 905 |
+
int main(argc, argv) int argc; char *argv[];
|
| 906 |
+
# else
|
| 907 |
+
int main(int argc, char* argv[])
|
| 908 |
+
# endif
|
| 909 |
+
{
|
| 910 |
+
int require = 0;
|
| 911 |
+
require += info_compiler[argc];
|
| 912 |
+
require += info_platform[argc];
|
| 913 |
+
require += info_arch[argc];
|
| 914 |
+
#ifdef COMPILER_VERSION_MAJOR
|
| 915 |
+
require += info_version[argc];
|
| 916 |
+
#endif
|
| 917 |
+
#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR)
|
| 918 |
+
require += info_version_internal[argc];
|
| 919 |
+
#endif
|
| 920 |
+
#ifdef SIMULATE_ID
|
| 921 |
+
require += info_simulate[argc];
|
| 922 |
+
#endif
|
| 923 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 924 |
+
require += info_simulate_version[argc];
|
| 925 |
+
#endif
|
| 926 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 927 |
+
require += info_cray[argc];
|
| 928 |
+
#endif
|
| 929 |
+
require += info_language_standard_default[argc];
|
| 930 |
+
require += info_language_extensions_default[argc];
|
| 931 |
+
(void)argv;
|
| 932 |
+
return require;
|
| 933 |
+
}
|
| 934 |
+
#endif
|
submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CompilerIdC/a.out
ADDED
|
Binary file (33.7 kB). View file
|
|
|
submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CompilerIdC/apple-sdk.c
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
#include <AvailabilityMacros.h>
|
submodules/rlp/rlp/lib/CMakeFiles/CMakeConfigureLog.yaml
ADDED
|
@@ -0,0 +1,1673 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
events:
|
| 4 |
+
-
|
| 5 |
+
kind: "find-v1"
|
| 6 |
+
backtrace:
|
| 7 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineSystem.cmake:12 (find_program)"
|
| 8 |
+
- "CMakeLists.txt:3 (project)"
|
| 9 |
+
mode: "program"
|
| 10 |
+
variable: "CMAKE_UNAME"
|
| 11 |
+
description: "Path to a program."
|
| 12 |
+
settings:
|
| 13 |
+
SearchFramework: "FIRST"
|
| 14 |
+
SearchAppBundle: "FIRST"
|
| 15 |
+
CMAKE_FIND_USE_CMAKE_PATH: true
|
| 16 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
|
| 17 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 18 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 19 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 20 |
+
names:
|
| 21 |
+
- "uname"
|
| 22 |
+
candidate_directories:
|
| 23 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 24 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 25 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 26 |
+
- "/opt/homebrew/bin/"
|
| 27 |
+
- "/usr/local/opt/ruby/bin/"
|
| 28 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 29 |
+
- "/opt/homebrew/sbin/"
|
| 30 |
+
- "/usr/local/bin/"
|
| 31 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 32 |
+
- "/usr/bin/"
|
| 33 |
+
- "/bin/"
|
| 34 |
+
- "/usr/sbin/"
|
| 35 |
+
- "/sbin/"
|
| 36 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 37 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 38 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 39 |
+
- "/pkg/env/global/bin/"
|
| 40 |
+
- "/Library/Apple/usr/bin/"
|
| 41 |
+
- "/Library/TeX/texbin/"
|
| 42 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 43 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 44 |
+
searched_directories:
|
| 45 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/uname"
|
| 46 |
+
- "/Users/nilshoehing/.local/bin/uname"
|
| 47 |
+
- "/opt/homebrew/opt/ruby/bin/uname"
|
| 48 |
+
- "/opt/homebrew/bin/uname"
|
| 49 |
+
- "/usr/local/opt/ruby/bin/uname"
|
| 50 |
+
- "/Users/nilshoehing/.rbenv/shims/uname"
|
| 51 |
+
- "/opt/homebrew/sbin/uname"
|
| 52 |
+
- "/usr/local/bin/uname"
|
| 53 |
+
- "/System/Cryptexes/App/usr/bin/uname"
|
| 54 |
+
found: "/usr/bin/uname"
|
| 55 |
+
search_context:
|
| 56 |
+
ENV{PATH}:
|
| 57 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 58 |
+
- "/Users/nilshoehing/.local/bin"
|
| 59 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 60 |
+
- "/opt/homebrew/bin"
|
| 61 |
+
- "/opt/homebrew/bin"
|
| 62 |
+
- "/usr/local/opt/ruby/bin"
|
| 63 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 64 |
+
- "/opt/homebrew/bin"
|
| 65 |
+
- "/opt/homebrew/sbin"
|
| 66 |
+
- "/usr/local/bin"
|
| 67 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 68 |
+
- "/usr/bin"
|
| 69 |
+
- "/bin"
|
| 70 |
+
- "/usr/sbin"
|
| 71 |
+
- "/sbin"
|
| 72 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 73 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 74 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 75 |
+
- "/pkg/env/global/bin"
|
| 76 |
+
- "/Library/Apple/usr/bin"
|
| 77 |
+
- "/Library/TeX/texbin"
|
| 78 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 79 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 80 |
+
-
|
| 81 |
+
kind: "message-v1"
|
| 82 |
+
backtrace:
|
| 83 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineSystem.cmake:212 (message)"
|
| 84 |
+
- "CMakeLists.txt:3 (project)"
|
| 85 |
+
message: |
|
| 86 |
+
The system is: Darwin - 25.5.0 - arm64
|
| 87 |
+
-
|
| 88 |
+
kind: "find-v1"
|
| 89 |
+
backtrace:
|
| 90 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeUnixFindMake.cmake:5 (find_program)"
|
| 91 |
+
- "CMakeLists.txt:3 (project)"
|
| 92 |
+
mode: "program"
|
| 93 |
+
variable: "CMAKE_MAKE_PROGRAM"
|
| 94 |
+
description: "Path to a program."
|
| 95 |
+
settings:
|
| 96 |
+
SearchFramework: "FIRST"
|
| 97 |
+
SearchAppBundle: "FIRST"
|
| 98 |
+
CMAKE_FIND_USE_CMAKE_PATH: true
|
| 99 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
|
| 100 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 101 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 102 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 103 |
+
names:
|
| 104 |
+
- "gmake"
|
| 105 |
+
- "make"
|
| 106 |
+
- "smake"
|
| 107 |
+
candidate_directories:
|
| 108 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 109 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 110 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 111 |
+
- "/opt/homebrew/bin/"
|
| 112 |
+
- "/usr/local/opt/ruby/bin/"
|
| 113 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 114 |
+
- "/opt/homebrew/sbin/"
|
| 115 |
+
- "/usr/local/bin/"
|
| 116 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 117 |
+
- "/usr/bin/"
|
| 118 |
+
- "/bin/"
|
| 119 |
+
- "/usr/sbin/"
|
| 120 |
+
- "/sbin/"
|
| 121 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 122 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 123 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 124 |
+
- "/pkg/env/global/bin/"
|
| 125 |
+
- "/Library/Apple/usr/bin/"
|
| 126 |
+
- "/Library/TeX/texbin/"
|
| 127 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 128 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 129 |
+
searched_directories:
|
| 130 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/gmake"
|
| 131 |
+
- "/Users/nilshoehing/.local/bin/gmake"
|
| 132 |
+
- "/opt/homebrew/opt/ruby/bin/gmake"
|
| 133 |
+
- "/opt/homebrew/bin/gmake"
|
| 134 |
+
- "/usr/local/opt/ruby/bin/gmake"
|
| 135 |
+
- "/Users/nilshoehing/.rbenv/shims/gmake"
|
| 136 |
+
- "/opt/homebrew/sbin/gmake"
|
| 137 |
+
- "/usr/local/bin/gmake"
|
| 138 |
+
- "/System/Cryptexes/App/usr/bin/gmake"
|
| 139 |
+
- "/usr/bin/gmake"
|
| 140 |
+
- "/bin/gmake"
|
| 141 |
+
- "/usr/sbin/gmake"
|
| 142 |
+
- "/sbin/gmake"
|
| 143 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/gmake"
|
| 144 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/gmake"
|
| 145 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/gmake"
|
| 146 |
+
- "/pkg/env/global/bin/gmake"
|
| 147 |
+
- "/Library/Apple/usr/bin/gmake"
|
| 148 |
+
- "/Library/TeX/texbin/gmake"
|
| 149 |
+
- "/Applications/VMware Fusion.app/Contents/Public/gmake"
|
| 150 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/gmake"
|
| 151 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/make"
|
| 152 |
+
- "/Users/nilshoehing/.local/bin/make"
|
| 153 |
+
- "/opt/homebrew/opt/ruby/bin/make"
|
| 154 |
+
- "/opt/homebrew/bin/make"
|
| 155 |
+
- "/usr/local/opt/ruby/bin/make"
|
| 156 |
+
- "/Users/nilshoehing/.rbenv/shims/make"
|
| 157 |
+
- "/opt/homebrew/sbin/make"
|
| 158 |
+
- "/usr/local/bin/make"
|
| 159 |
+
- "/System/Cryptexes/App/usr/bin/make"
|
| 160 |
+
found: "/usr/bin/make"
|
| 161 |
+
search_context:
|
| 162 |
+
ENV{PATH}:
|
| 163 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 164 |
+
- "/Users/nilshoehing/.local/bin"
|
| 165 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 166 |
+
- "/opt/homebrew/bin"
|
| 167 |
+
- "/opt/homebrew/bin"
|
| 168 |
+
- "/usr/local/opt/ruby/bin"
|
| 169 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 170 |
+
- "/opt/homebrew/bin"
|
| 171 |
+
- "/opt/homebrew/sbin"
|
| 172 |
+
- "/usr/local/bin"
|
| 173 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 174 |
+
- "/usr/bin"
|
| 175 |
+
- "/bin"
|
| 176 |
+
- "/usr/sbin"
|
| 177 |
+
- "/sbin"
|
| 178 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 179 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 180 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 181 |
+
- "/pkg/env/global/bin"
|
| 182 |
+
- "/Library/Apple/usr/bin"
|
| 183 |
+
- "/Library/TeX/texbin"
|
| 184 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 185 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 186 |
+
-
|
| 187 |
+
kind: "find-v1"
|
| 188 |
+
backtrace:
|
| 189 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompiler.cmake:73 (find_program)"
|
| 190 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:64 (_cmake_find_compiler)"
|
| 191 |
+
- "CMakeLists.txt:3 (project)"
|
| 192 |
+
mode: "program"
|
| 193 |
+
variable: "CMAKE_C_COMPILER"
|
| 194 |
+
description: "C compiler"
|
| 195 |
+
settings:
|
| 196 |
+
SearchFramework: "FIRST"
|
| 197 |
+
SearchAppBundle: "FIRST"
|
| 198 |
+
CMAKE_FIND_USE_CMAKE_PATH: true
|
| 199 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
|
| 200 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 201 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 202 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 203 |
+
names:
|
| 204 |
+
- "cc"
|
| 205 |
+
- "gcc"
|
| 206 |
+
- "cl"
|
| 207 |
+
- "bcc"
|
| 208 |
+
- "xlc"
|
| 209 |
+
- "icx"
|
| 210 |
+
- "clang"
|
| 211 |
+
candidate_directories:
|
| 212 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 213 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 214 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 215 |
+
- "/opt/homebrew/bin/"
|
| 216 |
+
- "/usr/local/opt/ruby/bin/"
|
| 217 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 218 |
+
- "/opt/homebrew/sbin/"
|
| 219 |
+
- "/usr/local/bin/"
|
| 220 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 221 |
+
- "/usr/bin/"
|
| 222 |
+
- "/bin/"
|
| 223 |
+
- "/usr/sbin/"
|
| 224 |
+
- "/sbin/"
|
| 225 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 226 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 227 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 228 |
+
- "/pkg/env/global/bin/"
|
| 229 |
+
- "/Library/Apple/usr/bin/"
|
| 230 |
+
- "/Library/TeX/texbin/"
|
| 231 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 232 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 233 |
+
searched_directories:
|
| 234 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/cc"
|
| 235 |
+
- "/Users/nilshoehing/.local/bin/cc"
|
| 236 |
+
- "/opt/homebrew/opt/ruby/bin/cc"
|
| 237 |
+
- "/opt/homebrew/bin/cc"
|
| 238 |
+
- "/usr/local/opt/ruby/bin/cc"
|
| 239 |
+
- "/Users/nilshoehing/.rbenv/shims/cc"
|
| 240 |
+
- "/opt/homebrew/sbin/cc"
|
| 241 |
+
- "/usr/local/bin/cc"
|
| 242 |
+
- "/System/Cryptexes/App/usr/bin/cc"
|
| 243 |
+
found: "/usr/bin/cc"
|
| 244 |
+
search_context:
|
| 245 |
+
ENV{PATH}:
|
| 246 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 247 |
+
- "/Users/nilshoehing/.local/bin"
|
| 248 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 249 |
+
- "/opt/homebrew/bin"
|
| 250 |
+
- "/opt/homebrew/bin"
|
| 251 |
+
- "/usr/local/opt/ruby/bin"
|
| 252 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 253 |
+
- "/opt/homebrew/bin"
|
| 254 |
+
- "/opt/homebrew/sbin"
|
| 255 |
+
- "/usr/local/bin"
|
| 256 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 257 |
+
- "/usr/bin"
|
| 258 |
+
- "/bin"
|
| 259 |
+
- "/usr/sbin"
|
| 260 |
+
- "/sbin"
|
| 261 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 262 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 263 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 264 |
+
- "/pkg/env/global/bin"
|
| 265 |
+
- "/Library/Apple/usr/bin"
|
| 266 |
+
- "/Library/TeX/texbin"
|
| 267 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 268 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 269 |
+
-
|
| 270 |
+
kind: "find-v1"
|
| 271 |
+
backtrace:
|
| 272 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:468 (find_file)"
|
| 273 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:506 (CMAKE_DETERMINE_COMPILER_ID_WRITE)"
|
| 274 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:8 (CMAKE_DETERMINE_COMPILER_ID_BUILD)"
|
| 275 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
| 276 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)"
|
| 277 |
+
- "CMakeLists.txt:3 (project)"
|
| 278 |
+
mode: "file"
|
| 279 |
+
variable: "src_in"
|
| 280 |
+
description: "Path to a file."
|
| 281 |
+
settings:
|
| 282 |
+
SearchFramework: "FIRST"
|
| 283 |
+
SearchAppBundle: "FIRST"
|
| 284 |
+
CMAKE_FIND_USE_CMAKE_PATH: true
|
| 285 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
|
| 286 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 287 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 288 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 289 |
+
names:
|
| 290 |
+
- "CMakeCCompilerId.c.in"
|
| 291 |
+
candidate_directories:
|
| 292 |
+
- "/opt/homebrew/share/cmake/Modules/"
|
| 293 |
+
found: "/opt/homebrew/share/cmake/Modules/CMakeCCompilerId.c.in"
|
| 294 |
+
search_context:
|
| 295 |
+
ENV{PATH}:
|
| 296 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 297 |
+
- "/Users/nilshoehing/.local/bin"
|
| 298 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 299 |
+
- "/opt/homebrew/bin"
|
| 300 |
+
- "/opt/homebrew/bin"
|
| 301 |
+
- "/usr/local/opt/ruby/bin"
|
| 302 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 303 |
+
- "/opt/homebrew/bin"
|
| 304 |
+
- "/opt/homebrew/sbin"
|
| 305 |
+
- "/usr/local/bin"
|
| 306 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 307 |
+
- "/usr/bin"
|
| 308 |
+
- "/bin"
|
| 309 |
+
- "/usr/sbin"
|
| 310 |
+
- "/sbin"
|
| 311 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 312 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 313 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 314 |
+
- "/pkg/env/global/bin"
|
| 315 |
+
- "/Library/Apple/usr/bin"
|
| 316 |
+
- "/Library/TeX/texbin"
|
| 317 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 318 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 319 |
+
-
|
| 320 |
+
kind: "message-v1"
|
| 321 |
+
backtrace:
|
| 322 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
|
| 323 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
|
| 324 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)"
|
| 325 |
+
- "CMakeLists.txt:3 (project)"
|
| 326 |
+
message: |
|
| 327 |
+
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
| 328 |
+
Compiler: /usr/bin/cc
|
| 329 |
+
Build flags:
|
| 330 |
+
Id flags:
|
| 331 |
+
|
| 332 |
+
The output was:
|
| 333 |
+
0
|
| 334 |
+
|
| 335 |
+
|
| 336 |
+
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
| 337 |
+
|
| 338 |
+
The C compiler identification is AppleClang, found in:
|
| 339 |
+
/Users/nilshoehing/Desktop/topobench/submodules/rlp/rlp/lib/CMakeFiles/4.3.2/CompilerIdC/a.out
|
| 340 |
+
|
| 341 |
+
-
|
| 342 |
+
kind: "message-v1"
|
| 343 |
+
backtrace:
|
| 344 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerId.cmake:296 (message)"
|
| 345 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:122 (CMAKE_DETERMINE_COMPILER_ID)"
|
| 346 |
+
- "CMakeLists.txt:3 (project)"
|
| 347 |
+
message: |
|
| 348 |
+
Detecting C compiler apple sysroot: "/usr/bin/cc" "-E" "apple-sdk.c"
|
| 349 |
+
# 1 "apple-sdk.c"
|
| 350 |
+
# 1 "<built-in>" 1
|
| 351 |
+
# 1 "<built-in>" 3
|
| 352 |
+
# 482 "<built-in>" 3
|
| 353 |
+
# 1 "<command line>" 1
|
| 354 |
+
# 1 "<built-in>" 2
|
| 355 |
+
# 1 "apple-sdk.c" 2
|
| 356 |
+
# 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 1 3 4
|
| 357 |
+
# 89 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 3 4
|
| 358 |
+
# 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
|
| 359 |
+
# 90 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
|
| 360 |
+
# 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/TargetConditionals.h" 1 3 4
|
| 361 |
+
# 91 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
|
| 362 |
+
# 207 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 3 4
|
| 363 |
+
# 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 1 3 4
|
| 364 |
+
# 196 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 3 4
|
| 365 |
+
# 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
|
| 366 |
+
# 197 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
|
| 367 |
+
# 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 1 3 4
|
| 368 |
+
# 33 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 3 4
|
| 369 |
+
# 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
|
| 370 |
+
# 34 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 2 3 4
|
| 371 |
+
# 198 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
|
| 372 |
+
# 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 1 3 4
|
| 373 |
+
# 34 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 3 4
|
| 374 |
+
# 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 1 3 4
|
| 375 |
+
# 35 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 2 3 4
|
| 376 |
+
# 199 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
|
| 377 |
+
# 208 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
|
| 378 |
+
# 2 "apple-sdk.c" 2
|
| 379 |
+
|
| 380 |
+
|
| 381 |
+
Found apple sysroot: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
|
| 382 |
+
-
|
| 383 |
+
kind: "find-v1"
|
| 384 |
+
backtrace:
|
| 385 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
|
| 386 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
|
| 387 |
+
- "CMakeLists.txt:3 (project)"
|
| 388 |
+
mode: "program"
|
| 389 |
+
variable: "CMAKE_AR"
|
| 390 |
+
description: "Path to a program."
|
| 391 |
+
settings:
|
| 392 |
+
SearchFramework: "FIRST"
|
| 393 |
+
SearchAppBundle: "FIRST"
|
| 394 |
+
CMAKE_FIND_USE_CMAKE_PATH: false
|
| 395 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
|
| 396 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 397 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 398 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 399 |
+
names:
|
| 400 |
+
- "ar"
|
| 401 |
+
candidate_directories:
|
| 402 |
+
- "/usr/bin/"
|
| 403 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 404 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 405 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 406 |
+
- "/opt/homebrew/bin/"
|
| 407 |
+
- "/usr/local/opt/ruby/bin/"
|
| 408 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 409 |
+
- "/opt/homebrew/sbin/"
|
| 410 |
+
- "/usr/local/bin/"
|
| 411 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 412 |
+
- "/bin/"
|
| 413 |
+
- "/usr/sbin/"
|
| 414 |
+
- "/sbin/"
|
| 415 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 416 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 417 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 418 |
+
- "/pkg/env/global/bin/"
|
| 419 |
+
- "/Library/Apple/usr/bin/"
|
| 420 |
+
- "/Library/TeX/texbin/"
|
| 421 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 422 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 423 |
+
found: "/usr/bin/ar"
|
| 424 |
+
search_context:
|
| 425 |
+
ENV{PATH}:
|
| 426 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 427 |
+
- "/Users/nilshoehing/.local/bin"
|
| 428 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 429 |
+
- "/opt/homebrew/bin"
|
| 430 |
+
- "/opt/homebrew/bin"
|
| 431 |
+
- "/usr/local/opt/ruby/bin"
|
| 432 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 433 |
+
- "/opt/homebrew/bin"
|
| 434 |
+
- "/opt/homebrew/sbin"
|
| 435 |
+
- "/usr/local/bin"
|
| 436 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 437 |
+
- "/usr/bin"
|
| 438 |
+
- "/bin"
|
| 439 |
+
- "/usr/sbin"
|
| 440 |
+
- "/sbin"
|
| 441 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 442 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 443 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 444 |
+
- "/pkg/env/global/bin"
|
| 445 |
+
- "/Library/Apple/usr/bin"
|
| 446 |
+
- "/Library/TeX/texbin"
|
| 447 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 448 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 449 |
+
-
|
| 450 |
+
kind: "find-v1"
|
| 451 |
+
backtrace:
|
| 452 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
|
| 453 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
|
| 454 |
+
- "CMakeLists.txt:3 (project)"
|
| 455 |
+
mode: "program"
|
| 456 |
+
variable: "CMAKE_RANLIB"
|
| 457 |
+
description: "Path to a program."
|
| 458 |
+
settings:
|
| 459 |
+
SearchFramework: "FIRST"
|
| 460 |
+
SearchAppBundle: "FIRST"
|
| 461 |
+
CMAKE_FIND_USE_CMAKE_PATH: false
|
| 462 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
|
| 463 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 464 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 465 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 466 |
+
names:
|
| 467 |
+
- "ranlib"
|
| 468 |
+
candidate_directories:
|
| 469 |
+
- "/usr/bin/"
|
| 470 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 471 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 472 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 473 |
+
- "/opt/homebrew/bin/"
|
| 474 |
+
- "/usr/local/opt/ruby/bin/"
|
| 475 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 476 |
+
- "/opt/homebrew/sbin/"
|
| 477 |
+
- "/usr/local/bin/"
|
| 478 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 479 |
+
- "/bin/"
|
| 480 |
+
- "/usr/sbin/"
|
| 481 |
+
- "/sbin/"
|
| 482 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 483 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 484 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 485 |
+
- "/pkg/env/global/bin/"
|
| 486 |
+
- "/Library/Apple/usr/bin/"
|
| 487 |
+
- "/Library/TeX/texbin/"
|
| 488 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 489 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 490 |
+
found: "/usr/bin/ranlib"
|
| 491 |
+
search_context:
|
| 492 |
+
ENV{PATH}:
|
| 493 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 494 |
+
- "/Users/nilshoehing/.local/bin"
|
| 495 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 496 |
+
- "/opt/homebrew/bin"
|
| 497 |
+
- "/opt/homebrew/bin"
|
| 498 |
+
- "/usr/local/opt/ruby/bin"
|
| 499 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 500 |
+
- "/opt/homebrew/bin"
|
| 501 |
+
- "/opt/homebrew/sbin"
|
| 502 |
+
- "/usr/local/bin"
|
| 503 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 504 |
+
- "/usr/bin"
|
| 505 |
+
- "/bin"
|
| 506 |
+
- "/usr/sbin"
|
| 507 |
+
- "/sbin"
|
| 508 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 509 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 510 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 511 |
+
- "/pkg/env/global/bin"
|
| 512 |
+
- "/Library/Apple/usr/bin"
|
| 513 |
+
- "/Library/TeX/texbin"
|
| 514 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 515 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 516 |
+
-
|
| 517 |
+
kind: "find-v1"
|
| 518 |
+
backtrace:
|
| 519 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
|
| 520 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
|
| 521 |
+
- "CMakeLists.txt:3 (project)"
|
| 522 |
+
mode: "program"
|
| 523 |
+
variable: "CMAKE_STRIP"
|
| 524 |
+
description: "Path to a program."
|
| 525 |
+
settings:
|
| 526 |
+
SearchFramework: "FIRST"
|
| 527 |
+
SearchAppBundle: "FIRST"
|
| 528 |
+
CMAKE_FIND_USE_CMAKE_PATH: false
|
| 529 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
|
| 530 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 531 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 532 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 533 |
+
names:
|
| 534 |
+
- "strip"
|
| 535 |
+
candidate_directories:
|
| 536 |
+
- "/usr/bin/"
|
| 537 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 538 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 539 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 540 |
+
- "/opt/homebrew/bin/"
|
| 541 |
+
- "/usr/local/opt/ruby/bin/"
|
| 542 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 543 |
+
- "/opt/homebrew/sbin/"
|
| 544 |
+
- "/usr/local/bin/"
|
| 545 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 546 |
+
- "/bin/"
|
| 547 |
+
- "/usr/sbin/"
|
| 548 |
+
- "/sbin/"
|
| 549 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 550 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 551 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 552 |
+
- "/pkg/env/global/bin/"
|
| 553 |
+
- "/Library/Apple/usr/bin/"
|
| 554 |
+
- "/Library/TeX/texbin/"
|
| 555 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 556 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 557 |
+
found: "/usr/bin/strip"
|
| 558 |
+
search_context:
|
| 559 |
+
ENV{PATH}:
|
| 560 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 561 |
+
- "/Users/nilshoehing/.local/bin"
|
| 562 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 563 |
+
- "/opt/homebrew/bin"
|
| 564 |
+
- "/opt/homebrew/bin"
|
| 565 |
+
- "/usr/local/opt/ruby/bin"
|
| 566 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 567 |
+
- "/opt/homebrew/bin"
|
| 568 |
+
- "/opt/homebrew/sbin"
|
| 569 |
+
- "/usr/local/bin"
|
| 570 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 571 |
+
- "/usr/bin"
|
| 572 |
+
- "/bin"
|
| 573 |
+
- "/usr/sbin"
|
| 574 |
+
- "/sbin"
|
| 575 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 576 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 577 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 578 |
+
- "/pkg/env/global/bin"
|
| 579 |
+
- "/Library/Apple/usr/bin"
|
| 580 |
+
- "/Library/TeX/texbin"
|
| 581 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 582 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 583 |
+
-
|
| 584 |
+
kind: "find-v1"
|
| 585 |
+
backtrace:
|
| 586 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
|
| 587 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
|
| 588 |
+
- "CMakeLists.txt:3 (project)"
|
| 589 |
+
mode: "program"
|
| 590 |
+
variable: "CMAKE_LINKER"
|
| 591 |
+
description: "Path to a program."
|
| 592 |
+
settings:
|
| 593 |
+
SearchFramework: "FIRST"
|
| 594 |
+
SearchAppBundle: "FIRST"
|
| 595 |
+
CMAKE_FIND_USE_CMAKE_PATH: false
|
| 596 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
|
| 597 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 598 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 599 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 600 |
+
names:
|
| 601 |
+
- "ld"
|
| 602 |
+
candidate_directories:
|
| 603 |
+
- "/usr/bin/"
|
| 604 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 605 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 606 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 607 |
+
- "/opt/homebrew/bin/"
|
| 608 |
+
- "/usr/local/opt/ruby/bin/"
|
| 609 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 610 |
+
- "/opt/homebrew/sbin/"
|
| 611 |
+
- "/usr/local/bin/"
|
| 612 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 613 |
+
- "/bin/"
|
| 614 |
+
- "/usr/sbin/"
|
| 615 |
+
- "/sbin/"
|
| 616 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 617 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 618 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 619 |
+
- "/pkg/env/global/bin/"
|
| 620 |
+
- "/Library/Apple/usr/bin/"
|
| 621 |
+
- "/Library/TeX/texbin/"
|
| 622 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 623 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 624 |
+
found: "/usr/bin/ld"
|
| 625 |
+
search_context:
|
| 626 |
+
ENV{PATH}:
|
| 627 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 628 |
+
- "/Users/nilshoehing/.local/bin"
|
| 629 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 630 |
+
- "/opt/homebrew/bin"
|
| 631 |
+
- "/opt/homebrew/bin"
|
| 632 |
+
- "/usr/local/opt/ruby/bin"
|
| 633 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 634 |
+
- "/opt/homebrew/bin"
|
| 635 |
+
- "/opt/homebrew/sbin"
|
| 636 |
+
- "/usr/local/bin"
|
| 637 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 638 |
+
- "/usr/bin"
|
| 639 |
+
- "/bin"
|
| 640 |
+
- "/usr/sbin"
|
| 641 |
+
- "/sbin"
|
| 642 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 643 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 644 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 645 |
+
- "/pkg/env/global/bin"
|
| 646 |
+
- "/Library/Apple/usr/bin"
|
| 647 |
+
- "/Library/TeX/texbin"
|
| 648 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 649 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 650 |
+
-
|
| 651 |
+
kind: "find-v1"
|
| 652 |
+
backtrace:
|
| 653 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
|
| 654 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
|
| 655 |
+
- "CMakeLists.txt:3 (project)"
|
| 656 |
+
mode: "program"
|
| 657 |
+
variable: "CMAKE_NM"
|
| 658 |
+
description: "Path to a program."
|
| 659 |
+
settings:
|
| 660 |
+
SearchFramework: "FIRST"
|
| 661 |
+
SearchAppBundle: "FIRST"
|
| 662 |
+
CMAKE_FIND_USE_CMAKE_PATH: false
|
| 663 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
|
| 664 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 665 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 666 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 667 |
+
names:
|
| 668 |
+
- "nm"
|
| 669 |
+
candidate_directories:
|
| 670 |
+
- "/usr/bin/"
|
| 671 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 672 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 673 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 674 |
+
- "/opt/homebrew/bin/"
|
| 675 |
+
- "/usr/local/opt/ruby/bin/"
|
| 676 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 677 |
+
- "/opt/homebrew/sbin/"
|
| 678 |
+
- "/usr/local/bin/"
|
| 679 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 680 |
+
- "/bin/"
|
| 681 |
+
- "/usr/sbin/"
|
| 682 |
+
- "/sbin/"
|
| 683 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 684 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 685 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 686 |
+
- "/pkg/env/global/bin/"
|
| 687 |
+
- "/Library/Apple/usr/bin/"
|
| 688 |
+
- "/Library/TeX/texbin/"
|
| 689 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 690 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 691 |
+
found: "/usr/bin/nm"
|
| 692 |
+
search_context:
|
| 693 |
+
ENV{PATH}:
|
| 694 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 695 |
+
- "/Users/nilshoehing/.local/bin"
|
| 696 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 697 |
+
- "/opt/homebrew/bin"
|
| 698 |
+
- "/opt/homebrew/bin"
|
| 699 |
+
- "/usr/local/opt/ruby/bin"
|
| 700 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 701 |
+
- "/opt/homebrew/bin"
|
| 702 |
+
- "/opt/homebrew/sbin"
|
| 703 |
+
- "/usr/local/bin"
|
| 704 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 705 |
+
- "/usr/bin"
|
| 706 |
+
- "/bin"
|
| 707 |
+
- "/usr/sbin"
|
| 708 |
+
- "/sbin"
|
| 709 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 710 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 711 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 712 |
+
- "/pkg/env/global/bin"
|
| 713 |
+
- "/Library/Apple/usr/bin"
|
| 714 |
+
- "/Library/TeX/texbin"
|
| 715 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 716 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 717 |
+
-
|
| 718 |
+
kind: "find-v1"
|
| 719 |
+
backtrace:
|
| 720 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
|
| 721 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
|
| 722 |
+
- "CMakeLists.txt:3 (project)"
|
| 723 |
+
mode: "program"
|
| 724 |
+
variable: "CMAKE_OBJDUMP"
|
| 725 |
+
description: "Path to a program."
|
| 726 |
+
settings:
|
| 727 |
+
SearchFramework: "FIRST"
|
| 728 |
+
SearchAppBundle: "FIRST"
|
| 729 |
+
CMAKE_FIND_USE_CMAKE_PATH: false
|
| 730 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
|
| 731 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 732 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 733 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 734 |
+
names:
|
| 735 |
+
- "objdump"
|
| 736 |
+
candidate_directories:
|
| 737 |
+
- "/usr/bin/"
|
| 738 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 739 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 740 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 741 |
+
- "/opt/homebrew/bin/"
|
| 742 |
+
- "/usr/local/opt/ruby/bin/"
|
| 743 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 744 |
+
- "/opt/homebrew/sbin/"
|
| 745 |
+
- "/usr/local/bin/"
|
| 746 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 747 |
+
- "/bin/"
|
| 748 |
+
- "/usr/sbin/"
|
| 749 |
+
- "/sbin/"
|
| 750 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 751 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 752 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 753 |
+
- "/pkg/env/global/bin/"
|
| 754 |
+
- "/Library/Apple/usr/bin/"
|
| 755 |
+
- "/Library/TeX/texbin/"
|
| 756 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 757 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 758 |
+
found: "/usr/bin/objdump"
|
| 759 |
+
search_context:
|
| 760 |
+
ENV{PATH}:
|
| 761 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 762 |
+
- "/Users/nilshoehing/.local/bin"
|
| 763 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 764 |
+
- "/opt/homebrew/bin"
|
| 765 |
+
- "/opt/homebrew/bin"
|
| 766 |
+
- "/usr/local/opt/ruby/bin"
|
| 767 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 768 |
+
- "/opt/homebrew/bin"
|
| 769 |
+
- "/opt/homebrew/sbin"
|
| 770 |
+
- "/usr/local/bin"
|
| 771 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 772 |
+
- "/usr/bin"
|
| 773 |
+
- "/bin"
|
| 774 |
+
- "/usr/sbin"
|
| 775 |
+
- "/sbin"
|
| 776 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 777 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 778 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 779 |
+
- "/pkg/env/global/bin"
|
| 780 |
+
- "/Library/Apple/usr/bin"
|
| 781 |
+
- "/Library/TeX/texbin"
|
| 782 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 783 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 784 |
+
-
|
| 785 |
+
kind: "find-v1"
|
| 786 |
+
backtrace:
|
| 787 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
|
| 788 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
|
| 789 |
+
- "CMakeLists.txt:3 (project)"
|
| 790 |
+
mode: "program"
|
| 791 |
+
variable: "CMAKE_OBJCOPY"
|
| 792 |
+
description: "Path to a program."
|
| 793 |
+
settings:
|
| 794 |
+
SearchFramework: "FIRST"
|
| 795 |
+
SearchAppBundle: "FIRST"
|
| 796 |
+
CMAKE_FIND_USE_CMAKE_PATH: false
|
| 797 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
|
| 798 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 799 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 800 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 801 |
+
names:
|
| 802 |
+
- "objcopy"
|
| 803 |
+
candidate_directories:
|
| 804 |
+
- "/usr/bin/"
|
| 805 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 806 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 807 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 808 |
+
- "/opt/homebrew/bin/"
|
| 809 |
+
- "/usr/local/opt/ruby/bin/"
|
| 810 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 811 |
+
- "/opt/homebrew/sbin/"
|
| 812 |
+
- "/usr/local/bin/"
|
| 813 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 814 |
+
- "/bin/"
|
| 815 |
+
- "/usr/sbin/"
|
| 816 |
+
- "/sbin/"
|
| 817 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 818 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 819 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 820 |
+
- "/pkg/env/global/bin/"
|
| 821 |
+
- "/Library/Apple/usr/bin/"
|
| 822 |
+
- "/Library/TeX/texbin/"
|
| 823 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 824 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 825 |
+
searched_directories:
|
| 826 |
+
- "/usr/bin/objcopy"
|
| 827 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/objcopy"
|
| 828 |
+
- "/Users/nilshoehing/.local/bin/objcopy"
|
| 829 |
+
- "/opt/homebrew/opt/ruby/bin/objcopy"
|
| 830 |
+
- "/opt/homebrew/bin/objcopy"
|
| 831 |
+
- "/usr/local/opt/ruby/bin/objcopy"
|
| 832 |
+
- "/Users/nilshoehing/.rbenv/shims/objcopy"
|
| 833 |
+
- "/opt/homebrew/sbin/objcopy"
|
| 834 |
+
- "/usr/local/bin/objcopy"
|
| 835 |
+
- "/System/Cryptexes/App/usr/bin/objcopy"
|
| 836 |
+
- "/bin/objcopy"
|
| 837 |
+
- "/usr/sbin/objcopy"
|
| 838 |
+
- "/sbin/objcopy"
|
| 839 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/objcopy"
|
| 840 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/objcopy"
|
| 841 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/objcopy"
|
| 842 |
+
- "/pkg/env/global/bin/objcopy"
|
| 843 |
+
- "/Library/Apple/usr/bin/objcopy"
|
| 844 |
+
- "/Library/TeX/texbin/objcopy"
|
| 845 |
+
- "/Applications/VMware Fusion.app/Contents/Public/objcopy"
|
| 846 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/objcopy"
|
| 847 |
+
found: false
|
| 848 |
+
search_context:
|
| 849 |
+
ENV{PATH}:
|
| 850 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 851 |
+
- "/Users/nilshoehing/.local/bin"
|
| 852 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 853 |
+
- "/opt/homebrew/bin"
|
| 854 |
+
- "/opt/homebrew/bin"
|
| 855 |
+
- "/usr/local/opt/ruby/bin"
|
| 856 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 857 |
+
- "/opt/homebrew/bin"
|
| 858 |
+
- "/opt/homebrew/sbin"
|
| 859 |
+
- "/usr/local/bin"
|
| 860 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 861 |
+
- "/usr/bin"
|
| 862 |
+
- "/bin"
|
| 863 |
+
- "/usr/sbin"
|
| 864 |
+
- "/sbin"
|
| 865 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 866 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 867 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 868 |
+
- "/pkg/env/global/bin"
|
| 869 |
+
- "/Library/Apple/usr/bin"
|
| 870 |
+
- "/Library/TeX/texbin"
|
| 871 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 872 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 873 |
+
-
|
| 874 |
+
kind: "find-v1"
|
| 875 |
+
backtrace:
|
| 876 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
|
| 877 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
|
| 878 |
+
- "CMakeLists.txt:3 (project)"
|
| 879 |
+
mode: "program"
|
| 880 |
+
variable: "CMAKE_READELF"
|
| 881 |
+
description: "Path to a program."
|
| 882 |
+
settings:
|
| 883 |
+
SearchFramework: "FIRST"
|
| 884 |
+
SearchAppBundle: "FIRST"
|
| 885 |
+
CMAKE_FIND_USE_CMAKE_PATH: false
|
| 886 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
|
| 887 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 888 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 889 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 890 |
+
names:
|
| 891 |
+
- "readelf"
|
| 892 |
+
candidate_directories:
|
| 893 |
+
- "/usr/bin/"
|
| 894 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 895 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 896 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 897 |
+
- "/opt/homebrew/bin/"
|
| 898 |
+
- "/usr/local/opt/ruby/bin/"
|
| 899 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 900 |
+
- "/opt/homebrew/sbin/"
|
| 901 |
+
- "/usr/local/bin/"
|
| 902 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 903 |
+
- "/bin/"
|
| 904 |
+
- "/usr/sbin/"
|
| 905 |
+
- "/sbin/"
|
| 906 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 907 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 908 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 909 |
+
- "/pkg/env/global/bin/"
|
| 910 |
+
- "/Library/Apple/usr/bin/"
|
| 911 |
+
- "/Library/TeX/texbin/"
|
| 912 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 913 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 914 |
+
searched_directories:
|
| 915 |
+
- "/usr/bin/readelf"
|
| 916 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/readelf"
|
| 917 |
+
- "/Users/nilshoehing/.local/bin/readelf"
|
| 918 |
+
- "/opt/homebrew/opt/ruby/bin/readelf"
|
| 919 |
+
- "/opt/homebrew/bin/readelf"
|
| 920 |
+
- "/usr/local/opt/ruby/bin/readelf"
|
| 921 |
+
- "/Users/nilshoehing/.rbenv/shims/readelf"
|
| 922 |
+
- "/opt/homebrew/sbin/readelf"
|
| 923 |
+
- "/usr/local/bin/readelf"
|
| 924 |
+
- "/System/Cryptexes/App/usr/bin/readelf"
|
| 925 |
+
- "/bin/readelf"
|
| 926 |
+
- "/usr/sbin/readelf"
|
| 927 |
+
- "/sbin/readelf"
|
| 928 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/readelf"
|
| 929 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/readelf"
|
| 930 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/readelf"
|
| 931 |
+
- "/pkg/env/global/bin/readelf"
|
| 932 |
+
- "/Library/Apple/usr/bin/readelf"
|
| 933 |
+
- "/Library/TeX/texbin/readelf"
|
| 934 |
+
- "/Applications/VMware Fusion.app/Contents/Public/readelf"
|
| 935 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/readelf"
|
| 936 |
+
found: false
|
| 937 |
+
search_context:
|
| 938 |
+
ENV{PATH}:
|
| 939 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 940 |
+
- "/Users/nilshoehing/.local/bin"
|
| 941 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 942 |
+
- "/opt/homebrew/bin"
|
| 943 |
+
- "/opt/homebrew/bin"
|
| 944 |
+
- "/usr/local/opt/ruby/bin"
|
| 945 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 946 |
+
- "/opt/homebrew/bin"
|
| 947 |
+
- "/opt/homebrew/sbin"
|
| 948 |
+
- "/usr/local/bin"
|
| 949 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 950 |
+
- "/usr/bin"
|
| 951 |
+
- "/bin"
|
| 952 |
+
- "/usr/sbin"
|
| 953 |
+
- "/sbin"
|
| 954 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 955 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 956 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 957 |
+
- "/pkg/env/global/bin"
|
| 958 |
+
- "/Library/Apple/usr/bin"
|
| 959 |
+
- "/Library/TeX/texbin"
|
| 960 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 961 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 962 |
+
-
|
| 963 |
+
kind: "find-v1"
|
| 964 |
+
backtrace:
|
| 965 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
|
| 966 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
|
| 967 |
+
- "CMakeLists.txt:3 (project)"
|
| 968 |
+
mode: "program"
|
| 969 |
+
variable: "CMAKE_DLLTOOL"
|
| 970 |
+
description: "Path to a program."
|
| 971 |
+
settings:
|
| 972 |
+
SearchFramework: "FIRST"
|
| 973 |
+
SearchAppBundle: "FIRST"
|
| 974 |
+
CMAKE_FIND_USE_CMAKE_PATH: false
|
| 975 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
|
| 976 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 977 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 978 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 979 |
+
names:
|
| 980 |
+
- "dlltool"
|
| 981 |
+
candidate_directories:
|
| 982 |
+
- "/usr/bin/"
|
| 983 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 984 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 985 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 986 |
+
- "/opt/homebrew/bin/"
|
| 987 |
+
- "/usr/local/opt/ruby/bin/"
|
| 988 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 989 |
+
- "/opt/homebrew/sbin/"
|
| 990 |
+
- "/usr/local/bin/"
|
| 991 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 992 |
+
- "/bin/"
|
| 993 |
+
- "/usr/sbin/"
|
| 994 |
+
- "/sbin/"
|
| 995 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 996 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 997 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 998 |
+
- "/pkg/env/global/bin/"
|
| 999 |
+
- "/Library/Apple/usr/bin/"
|
| 1000 |
+
- "/Library/TeX/texbin/"
|
| 1001 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 1002 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 1003 |
+
searched_directories:
|
| 1004 |
+
- "/usr/bin/dlltool"
|
| 1005 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/dlltool"
|
| 1006 |
+
- "/Users/nilshoehing/.local/bin/dlltool"
|
| 1007 |
+
- "/opt/homebrew/opt/ruby/bin/dlltool"
|
| 1008 |
+
- "/opt/homebrew/bin/dlltool"
|
| 1009 |
+
- "/usr/local/opt/ruby/bin/dlltool"
|
| 1010 |
+
- "/Users/nilshoehing/.rbenv/shims/dlltool"
|
| 1011 |
+
- "/opt/homebrew/sbin/dlltool"
|
| 1012 |
+
- "/usr/local/bin/dlltool"
|
| 1013 |
+
- "/System/Cryptexes/App/usr/bin/dlltool"
|
| 1014 |
+
- "/bin/dlltool"
|
| 1015 |
+
- "/usr/sbin/dlltool"
|
| 1016 |
+
- "/sbin/dlltool"
|
| 1017 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/dlltool"
|
| 1018 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/dlltool"
|
| 1019 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/dlltool"
|
| 1020 |
+
- "/pkg/env/global/bin/dlltool"
|
| 1021 |
+
- "/Library/Apple/usr/bin/dlltool"
|
| 1022 |
+
- "/Library/TeX/texbin/dlltool"
|
| 1023 |
+
- "/Applications/VMware Fusion.app/Contents/Public/dlltool"
|
| 1024 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/dlltool"
|
| 1025 |
+
found: false
|
| 1026 |
+
search_context:
|
| 1027 |
+
ENV{PATH}:
|
| 1028 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 1029 |
+
- "/Users/nilshoehing/.local/bin"
|
| 1030 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 1031 |
+
- "/opt/homebrew/bin"
|
| 1032 |
+
- "/opt/homebrew/bin"
|
| 1033 |
+
- "/usr/local/opt/ruby/bin"
|
| 1034 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 1035 |
+
- "/opt/homebrew/bin"
|
| 1036 |
+
- "/opt/homebrew/sbin"
|
| 1037 |
+
- "/usr/local/bin"
|
| 1038 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 1039 |
+
- "/usr/bin"
|
| 1040 |
+
- "/bin"
|
| 1041 |
+
- "/usr/sbin"
|
| 1042 |
+
- "/sbin"
|
| 1043 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 1044 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 1045 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 1046 |
+
- "/pkg/env/global/bin"
|
| 1047 |
+
- "/Library/Apple/usr/bin"
|
| 1048 |
+
- "/Library/TeX/texbin"
|
| 1049 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 1050 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 1051 |
+
-
|
| 1052 |
+
kind: "find-v1"
|
| 1053 |
+
backtrace:
|
| 1054 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
|
| 1055 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
|
| 1056 |
+
- "CMakeLists.txt:3 (project)"
|
| 1057 |
+
mode: "program"
|
| 1058 |
+
variable: "CMAKE_ADDR2LINE"
|
| 1059 |
+
description: "Path to a program."
|
| 1060 |
+
settings:
|
| 1061 |
+
SearchFramework: "FIRST"
|
| 1062 |
+
SearchAppBundle: "FIRST"
|
| 1063 |
+
CMAKE_FIND_USE_CMAKE_PATH: false
|
| 1064 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
|
| 1065 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 1066 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 1067 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 1068 |
+
names:
|
| 1069 |
+
- "addr2line"
|
| 1070 |
+
candidate_directories:
|
| 1071 |
+
- "/usr/bin/"
|
| 1072 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 1073 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 1074 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 1075 |
+
- "/opt/homebrew/bin/"
|
| 1076 |
+
- "/usr/local/opt/ruby/bin/"
|
| 1077 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 1078 |
+
- "/opt/homebrew/sbin/"
|
| 1079 |
+
- "/usr/local/bin/"
|
| 1080 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 1081 |
+
- "/bin/"
|
| 1082 |
+
- "/usr/sbin/"
|
| 1083 |
+
- "/sbin/"
|
| 1084 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 1085 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 1086 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 1087 |
+
- "/pkg/env/global/bin/"
|
| 1088 |
+
- "/Library/Apple/usr/bin/"
|
| 1089 |
+
- "/Library/TeX/texbin/"
|
| 1090 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 1091 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 1092 |
+
searched_directories:
|
| 1093 |
+
- "/usr/bin/addr2line"
|
| 1094 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/addr2line"
|
| 1095 |
+
- "/Users/nilshoehing/.local/bin/addr2line"
|
| 1096 |
+
- "/opt/homebrew/opt/ruby/bin/addr2line"
|
| 1097 |
+
- "/opt/homebrew/bin/addr2line"
|
| 1098 |
+
- "/usr/local/opt/ruby/bin/addr2line"
|
| 1099 |
+
- "/Users/nilshoehing/.rbenv/shims/addr2line"
|
| 1100 |
+
- "/opt/homebrew/sbin/addr2line"
|
| 1101 |
+
- "/usr/local/bin/addr2line"
|
| 1102 |
+
- "/System/Cryptexes/App/usr/bin/addr2line"
|
| 1103 |
+
- "/bin/addr2line"
|
| 1104 |
+
- "/usr/sbin/addr2line"
|
| 1105 |
+
- "/sbin/addr2line"
|
| 1106 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/addr2line"
|
| 1107 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/addr2line"
|
| 1108 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/addr2line"
|
| 1109 |
+
- "/pkg/env/global/bin/addr2line"
|
| 1110 |
+
- "/Library/Apple/usr/bin/addr2line"
|
| 1111 |
+
- "/Library/TeX/texbin/addr2line"
|
| 1112 |
+
- "/Applications/VMware Fusion.app/Contents/Public/addr2line"
|
| 1113 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/addr2line"
|
| 1114 |
+
found: false
|
| 1115 |
+
search_context:
|
| 1116 |
+
ENV{PATH}:
|
| 1117 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 1118 |
+
- "/Users/nilshoehing/.local/bin"
|
| 1119 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 1120 |
+
- "/opt/homebrew/bin"
|
| 1121 |
+
- "/opt/homebrew/bin"
|
| 1122 |
+
- "/usr/local/opt/ruby/bin"
|
| 1123 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 1124 |
+
- "/opt/homebrew/bin"
|
| 1125 |
+
- "/opt/homebrew/sbin"
|
| 1126 |
+
- "/usr/local/bin"
|
| 1127 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 1128 |
+
- "/usr/bin"
|
| 1129 |
+
- "/bin"
|
| 1130 |
+
- "/usr/sbin"
|
| 1131 |
+
- "/sbin"
|
| 1132 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 1133 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 1134 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 1135 |
+
- "/pkg/env/global/bin"
|
| 1136 |
+
- "/Library/Apple/usr/bin"
|
| 1137 |
+
- "/Library/TeX/texbin"
|
| 1138 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 1139 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 1140 |
+
-
|
| 1141 |
+
kind: "find-v1"
|
| 1142 |
+
backtrace:
|
| 1143 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeFindBinUtils.cmake:243 (find_program)"
|
| 1144 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCCompiler.cmake:200 (include)"
|
| 1145 |
+
- "CMakeLists.txt:3 (project)"
|
| 1146 |
+
mode: "program"
|
| 1147 |
+
variable: "CMAKE_TAPI"
|
| 1148 |
+
description: "Path to a program."
|
| 1149 |
+
settings:
|
| 1150 |
+
SearchFramework: "FIRST"
|
| 1151 |
+
SearchAppBundle: "FIRST"
|
| 1152 |
+
CMAKE_FIND_USE_CMAKE_PATH: false
|
| 1153 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: false
|
| 1154 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 1155 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 1156 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 1157 |
+
names:
|
| 1158 |
+
- "tapi"
|
| 1159 |
+
candidate_directories:
|
| 1160 |
+
- "/usr/bin/"
|
| 1161 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 1162 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 1163 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 1164 |
+
- "/opt/homebrew/bin/"
|
| 1165 |
+
- "/usr/local/opt/ruby/bin/"
|
| 1166 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 1167 |
+
- "/opt/homebrew/sbin/"
|
| 1168 |
+
- "/usr/local/bin/"
|
| 1169 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 1170 |
+
- "/bin/"
|
| 1171 |
+
- "/usr/sbin/"
|
| 1172 |
+
- "/sbin/"
|
| 1173 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 1174 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 1175 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 1176 |
+
- "/pkg/env/global/bin/"
|
| 1177 |
+
- "/Library/Apple/usr/bin/"
|
| 1178 |
+
- "/Library/TeX/texbin/"
|
| 1179 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 1180 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 1181 |
+
searched_directories:
|
| 1182 |
+
- "/usr/bin/tapi"
|
| 1183 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/tapi"
|
| 1184 |
+
- "/Users/nilshoehing/.local/bin/tapi"
|
| 1185 |
+
- "/opt/homebrew/opt/ruby/bin/tapi"
|
| 1186 |
+
- "/opt/homebrew/bin/tapi"
|
| 1187 |
+
- "/usr/local/opt/ruby/bin/tapi"
|
| 1188 |
+
- "/Users/nilshoehing/.rbenv/shims/tapi"
|
| 1189 |
+
- "/opt/homebrew/sbin/tapi"
|
| 1190 |
+
- "/usr/local/bin/tapi"
|
| 1191 |
+
- "/System/Cryptexes/App/usr/bin/tapi"
|
| 1192 |
+
- "/bin/tapi"
|
| 1193 |
+
- "/usr/sbin/tapi"
|
| 1194 |
+
- "/sbin/tapi"
|
| 1195 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/tapi"
|
| 1196 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/tapi"
|
| 1197 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/tapi"
|
| 1198 |
+
- "/pkg/env/global/bin/tapi"
|
| 1199 |
+
- "/Library/Apple/usr/bin/tapi"
|
| 1200 |
+
- "/Library/TeX/texbin/tapi"
|
| 1201 |
+
- "/Applications/VMware Fusion.app/Contents/Public/tapi"
|
| 1202 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/tapi"
|
| 1203 |
+
found: false
|
| 1204 |
+
search_context:
|
| 1205 |
+
ENV{PATH}:
|
| 1206 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 1207 |
+
- "/Users/nilshoehing/.local/bin"
|
| 1208 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 1209 |
+
- "/opt/homebrew/bin"
|
| 1210 |
+
- "/opt/homebrew/bin"
|
| 1211 |
+
- "/usr/local/opt/ruby/bin"
|
| 1212 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 1213 |
+
- "/opt/homebrew/bin"
|
| 1214 |
+
- "/opt/homebrew/sbin"
|
| 1215 |
+
- "/usr/local/bin"
|
| 1216 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 1217 |
+
- "/usr/bin"
|
| 1218 |
+
- "/bin"
|
| 1219 |
+
- "/usr/sbin"
|
| 1220 |
+
- "/sbin"
|
| 1221 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 1222 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 1223 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 1224 |
+
- "/pkg/env/global/bin"
|
| 1225 |
+
- "/Library/Apple/usr/bin"
|
| 1226 |
+
- "/Library/TeX/texbin"
|
| 1227 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 1228 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 1229 |
+
-
|
| 1230 |
+
kind: "find-v1"
|
| 1231 |
+
backtrace:
|
| 1232 |
+
- "/opt/homebrew/share/cmake/Modules/Platform/Darwin.cmake:66 (find_program)"
|
| 1233 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInformation.cmake:32 (include)"
|
| 1234 |
+
- "CMakeLists.txt:3 (project)"
|
| 1235 |
+
mode: "program"
|
| 1236 |
+
variable: "CMAKE_INSTALL_NAME_TOOL"
|
| 1237 |
+
description: "Path to a program."
|
| 1238 |
+
settings:
|
| 1239 |
+
SearchFramework: "FIRST"
|
| 1240 |
+
SearchAppBundle: "FIRST"
|
| 1241 |
+
CMAKE_FIND_USE_CMAKE_PATH: true
|
| 1242 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
|
| 1243 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 1244 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 1245 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 1246 |
+
names:
|
| 1247 |
+
- "install_name_tool"
|
| 1248 |
+
candidate_directories:
|
| 1249 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 1250 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 1251 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 1252 |
+
- "/opt/homebrew/bin/"
|
| 1253 |
+
- "/usr/local/opt/ruby/bin/"
|
| 1254 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 1255 |
+
- "/opt/homebrew/sbin/"
|
| 1256 |
+
- "/usr/local/bin/"
|
| 1257 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 1258 |
+
- "/usr/bin/"
|
| 1259 |
+
- "/bin/"
|
| 1260 |
+
- "/usr/sbin/"
|
| 1261 |
+
- "/sbin/"
|
| 1262 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 1263 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 1264 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 1265 |
+
- "/pkg/env/global/bin/"
|
| 1266 |
+
- "/Library/Apple/usr/bin/"
|
| 1267 |
+
- "/Library/TeX/texbin/"
|
| 1268 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 1269 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 1270 |
+
searched_directories:
|
| 1271 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/install_name_tool"
|
| 1272 |
+
- "/Users/nilshoehing/.local/bin/install_name_tool"
|
| 1273 |
+
- "/opt/homebrew/opt/ruby/bin/install_name_tool"
|
| 1274 |
+
- "/opt/homebrew/bin/install_name_tool"
|
| 1275 |
+
- "/usr/local/opt/ruby/bin/install_name_tool"
|
| 1276 |
+
- "/Users/nilshoehing/.rbenv/shims/install_name_tool"
|
| 1277 |
+
- "/opt/homebrew/sbin/install_name_tool"
|
| 1278 |
+
- "/usr/local/bin/install_name_tool"
|
| 1279 |
+
- "/System/Cryptexes/App/usr/bin/install_name_tool"
|
| 1280 |
+
found: "/usr/bin/install_name_tool"
|
| 1281 |
+
search_context:
|
| 1282 |
+
ENV{PATH}:
|
| 1283 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 1284 |
+
- "/Users/nilshoehing/.local/bin"
|
| 1285 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 1286 |
+
- "/opt/homebrew/bin"
|
| 1287 |
+
- "/opt/homebrew/bin"
|
| 1288 |
+
- "/usr/local/opt/ruby/bin"
|
| 1289 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 1290 |
+
- "/opt/homebrew/bin"
|
| 1291 |
+
- "/opt/homebrew/sbin"
|
| 1292 |
+
- "/usr/local/bin"
|
| 1293 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 1294 |
+
- "/usr/bin"
|
| 1295 |
+
- "/bin"
|
| 1296 |
+
- "/usr/sbin"
|
| 1297 |
+
- "/sbin"
|
| 1298 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 1299 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 1300 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 1301 |
+
- "/pkg/env/global/bin"
|
| 1302 |
+
- "/Library/Apple/usr/bin"
|
| 1303 |
+
- "/Library/TeX/texbin"
|
| 1304 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 1305 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 1306 |
+
CMAKE_INSTALL_PREFIX: "/usr/local"
|
| 1307 |
+
-
|
| 1308 |
+
kind: "try_compile-v1"
|
| 1309 |
+
backtrace:
|
| 1310 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)"
|
| 1311 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
| 1312 |
+
- "CMakeLists.txt:3 (project)"
|
| 1313 |
+
checks:
|
| 1314 |
+
- "Detecting C compiler ABI info"
|
| 1315 |
+
directories:
|
| 1316 |
+
source: "/Users/nilshoehing/Desktop/topobench/submodules/rlp/rlp/lib/CMakeFiles/CMakeScratch/TryCompile-wiopZn"
|
| 1317 |
+
binary: "/Users/nilshoehing/Desktop/topobench/submodules/rlp/rlp/lib/CMakeFiles/CMakeScratch/TryCompile-wiopZn"
|
| 1318 |
+
cmakeVariables:
|
| 1319 |
+
CMAKE_C_FLAGS: ""
|
| 1320 |
+
CMAKE_EXE_LINKER_FLAGS: ""
|
| 1321 |
+
CMAKE_OSX_ARCHITECTURES: ""
|
| 1322 |
+
CMAKE_OSX_DEPLOYMENT_TARGET: ""
|
| 1323 |
+
CMAKE_OSX_SYSROOT: ""
|
| 1324 |
+
buildResult:
|
| 1325 |
+
variable: "CMAKE_C_ABI_COMPILED"
|
| 1326 |
+
cached: true
|
| 1327 |
+
stdout: |
|
| 1328 |
+
Change Dir: '/Users/nilshoehing/Desktop/topobench/submodules/rlp/rlp/lib/CMakeFiles/CMakeScratch/TryCompile-wiopZn'
|
| 1329 |
+
|
| 1330 |
+
Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c9870/fast
|
| 1331 |
+
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c9870.dir/build.make CMakeFiles/cmTC_c9870.dir/build
|
| 1332 |
+
Building C object CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o
|
| 1333 |
+
/usr/bin/cc -arch arm64 -v -Wl,-v -MD -MT CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c
|
| 1334 |
+
Apple clang version 21.0.0 (clang-2100.1.1.101)
|
| 1335 |
+
Target: arm64-apple-darwin25.5.0
|
| 1336 |
+
Thread model: posix
|
| 1337 |
+
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
| 1338 |
+
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
|
| 1339 |
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx26.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -fno-sized-deallocation -target-sdk-version=26.5 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -enable-tlsdesc -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +ccpp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +flagm -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/nilshoehing/Desktop/topobench/submodules/rlp/rlp/lib/CMakeFiles/CMakeScratch/TryCompile-wiopZn -target-linker-version 1267 -v -fcoverage-compilation-dir=/Users/nilshoehing/Desktop/topobench/submodules/rlp/rlp/lib/CMakeFiles/CMakeScratch/TryCompile-wiopZn -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21 -dependency-file CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks -Wno-elaborated-enum-base -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -Wno-error=allocator-wrappers -fdwarf2-cfi-asm -o CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c
|
| 1340 |
+
clang -cc1 version 21.0.0 (clang-2100.1.1.101) default target arm64-apple-darwin25.5.0
|
| 1341 |
+
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include"
|
| 1342 |
+
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks"
|
| 1343 |
+
#include "..." search starts here:
|
| 1344 |
+
#include <...> search starts here:
|
| 1345 |
+
/usr/local/include
|
| 1346 |
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include
|
| 1347 |
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
|
| 1348 |
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
|
| 1349 |
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)
|
| 1350 |
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)
|
| 1351 |
+
End of search list.
|
| 1352 |
+
Linking C executable cmTC_c9870
|
| 1353 |
+
/opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c9870.dir/link.txt --verbose=1
|
| 1354 |
+
Apple clang version 21.0.0 (clang-2100.1.1.101)
|
| 1355 |
+
Target: arm64-apple-darwin25.5.0
|
| 1356 |
+
Thread model: posix
|
| 1357 |
+
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
| 1358 |
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 26.0.0 26.5 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_c9870 -L/usr/local/lib -v CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/lib/darwin/libclang_rt.osx.a
|
| 1359 |
+
@(#)PROGRAM:ld PROJECT:ld-1267
|
| 1360 |
+
BUILD 18:30:29 Apr 22 2026
|
| 1361 |
+
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em armv8m.main armv8.1m.main
|
| 1362 |
+
will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em
|
| 1363 |
+
LTO support using: LLVM version 21.0.0 (static support for 30, runtime is 30)
|
| 1364 |
+
TAPI support using: Apple TAPI version 21.0.0 (tapi-2100.0.2.6)
|
| 1365 |
+
Library search paths:
|
| 1366 |
+
/usr/local/lib
|
| 1367 |
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib
|
| 1368 |
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift
|
| 1369 |
+
Framework search paths:
|
| 1370 |
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks
|
| 1371 |
+
/usr/bin/cc -arch arm64 -v -Wl,-v CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o -o cmTC_c9870
|
| 1372 |
+
|
| 1373 |
+
exitCode: 0
|
| 1374 |
+
-
|
| 1375 |
+
kind: "message-v1"
|
| 1376 |
+
backtrace:
|
| 1377 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:122 (message)"
|
| 1378 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
| 1379 |
+
- "CMakeLists.txt:3 (project)"
|
| 1380 |
+
message: |
|
| 1381 |
+
Effective list of requested architectures (possibly empty) : ""
|
| 1382 |
+
Effective list of architectures found in the ABI info binary: "arm64"
|
| 1383 |
+
-
|
| 1384 |
+
kind: "message-v1"
|
| 1385 |
+
backtrace:
|
| 1386 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:217 (message)"
|
| 1387 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
| 1388 |
+
- "CMakeLists.txt:3 (project)"
|
| 1389 |
+
message: |
|
| 1390 |
+
Parsed C implicit include dir info: rv=done
|
| 1391 |
+
found start of include info
|
| 1392 |
+
found start of implicit include info
|
| 1393 |
+
add: [/usr/local/include]
|
| 1394 |
+
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include]
|
| 1395 |
+
add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include]
|
| 1396 |
+
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
|
| 1397 |
+
end of search list found
|
| 1398 |
+
collapse include dir [/usr/local/include] ==> [/usr/local/include]
|
| 1399 |
+
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include]
|
| 1400 |
+
collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include]
|
| 1401 |
+
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
|
| 1402 |
+
implicit include dirs: [/usr/local/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
|
| 1403 |
+
|
| 1404 |
+
|
| 1405 |
+
-
|
| 1406 |
+
kind: "message-v1"
|
| 1407 |
+
backtrace:
|
| 1408 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:253 (message)"
|
| 1409 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
| 1410 |
+
- "CMakeLists.txt:3 (project)"
|
| 1411 |
+
message: |
|
| 1412 |
+
Parsed C implicit link information:
|
| 1413 |
+
link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
|
| 1414 |
+
linker tool regex: [^[ ]*(->|"|[0-9]+>[ -]*Build:[ 0-9]+ ms[ ]*)?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
|
| 1415 |
+
ignore line: [Change Dir: '/Users/nilshoehing/Desktop/topobench/submodules/rlp/rlp/lib/CMakeFiles/CMakeScratch/TryCompile-wiopZn']
|
| 1416 |
+
ignore line: []
|
| 1417 |
+
ignore line: [Run Build Command(s): /opt/homebrew/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c9870/fast]
|
| 1418 |
+
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c9870.dir/build.make CMakeFiles/cmTC_c9870.dir/build]
|
| 1419 |
+
ignore line: [Building C object CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o]
|
| 1420 |
+
ignore line: [/usr/bin/cc -arch arm64 -v -Wl -v -MD -MT CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c]
|
| 1421 |
+
ignore line: [Apple clang version 21.0.0 (clang-2100.1.1.101)]
|
| 1422 |
+
ignore line: [Target: arm64-apple-darwin25.5.0]
|
| 1423 |
+
ignore line: [Thread model: posix]
|
| 1424 |
+
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
| 1425 |
+
ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
|
| 1426 |
+
ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple arm64-apple-macosx26.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -fno-sized-deallocation -target-sdk-version=26.5 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -enable-tlsdesc -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +ccpp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +flagm -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -target-abi darwinpcs -debugger-tuning=lldb -fdebug-compilation-dir=/Users/nilshoehing/Desktop/topobench/submodules/rlp/rlp/lib/CMakeFiles/CMakeScratch/TryCompile-wiopZn -target-linker-version 1267 -v -fcoverage-compilation-dir=/Users/nilshoehing/Desktop/topobench/submodules/rlp/rlp/lib/CMakeFiles/CMakeScratch/TryCompile-wiopZn -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21 -dependency-file CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks -Wno-elaborated-enum-base -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -Wno-error=allocator-wrappers -fdwarf2-cfi-asm -o CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/share/cmake/Modules/CMakeCCompilerABI.c]
|
| 1427 |
+
ignore line: [clang -cc1 version 21.0.0 (clang-2100.1.1.101) default target arm64-apple-darwin25.5.0]
|
| 1428 |
+
ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include"]
|
| 1429 |
+
ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks"]
|
| 1430 |
+
ignore line: [#include "..." search starts here:]
|
| 1431 |
+
ignore line: [#include <...> search starts here:]
|
| 1432 |
+
ignore line: [ /usr/local/include]
|
| 1433 |
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/include]
|
| 1434 |
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include]
|
| 1435 |
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
|
| 1436 |
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)]
|
| 1437 |
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)]
|
| 1438 |
+
ignore line: [End of search list.]
|
| 1439 |
+
ignore line: [Linking C executable cmTC_c9870]
|
| 1440 |
+
ignore line: [/opt/homebrew/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c9870.dir/link.txt --verbose=1]
|
| 1441 |
+
ignore line: [Apple clang version 21.0.0 (clang-2100.1.1.101)]
|
| 1442 |
+
ignore line: [Target: arm64-apple-darwin25.5.0]
|
| 1443 |
+
ignore line: [Thread model: posix]
|
| 1444 |
+
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
| 1445 |
+
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 26.0.0 26.5 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_c9870 -L/usr/local/lib -v CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/lib/darwin/libclang_rt.osx.a]
|
| 1446 |
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
| 1447 |
+
arg [-demangle] ==> ignore
|
| 1448 |
+
arg [-lto_library] ==> ignore, skip following value
|
| 1449 |
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
|
| 1450 |
+
arg [-dynamic] ==> ignore
|
| 1451 |
+
arg [-arch] ==> ignore
|
| 1452 |
+
arg [arm64] ==> ignore
|
| 1453 |
+
arg [-platform_version] ==> ignore
|
| 1454 |
+
arg [macos] ==> ignore
|
| 1455 |
+
arg [26.0.0] ==> ignore
|
| 1456 |
+
arg [26.5] ==> ignore
|
| 1457 |
+
arg [-syslibroot] ==> ignore
|
| 1458 |
+
arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk] ==> ignore
|
| 1459 |
+
arg [-mllvm] ==> ignore
|
| 1460 |
+
arg [-enable-linkonceodr-outlining] ==> ignore
|
| 1461 |
+
arg [-o] ==> ignore
|
| 1462 |
+
arg [cmTC_c9870] ==> ignore
|
| 1463 |
+
arg [-L/usr/local/lib] ==> dir [/usr/local/lib]
|
| 1464 |
+
arg [-v] ==> ignore
|
| 1465 |
+
arg [CMakeFiles/cmTC_c9870.dir/CMakeCCompilerABI.c.o] ==> ignore
|
| 1466 |
+
arg [-lSystem] ==> lib [System]
|
| 1467 |
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/lib/darwin/libclang_rt.osx.a]
|
| 1468 |
+
linker tool for 'C': /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
| 1469 |
+
Library search paths: [;/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift]
|
| 1470 |
+
Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks]
|
| 1471 |
+
remove lib [System]
|
| 1472 |
+
remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/21/lib/darwin/libclang_rt.osx.a]
|
| 1473 |
+
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
|
| 1474 |
+
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
|
| 1475 |
+
collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib]
|
| 1476 |
+
collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift]
|
| 1477 |
+
collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks]
|
| 1478 |
+
implicit libs: []
|
| 1479 |
+
implicit objs: []
|
| 1480 |
+
implicit dirs: [/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift]
|
| 1481 |
+
implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks]
|
| 1482 |
+
|
| 1483 |
+
|
| 1484 |
+
-
|
| 1485 |
+
kind: "message-v1"
|
| 1486 |
+
backtrace:
|
| 1487 |
+
- "/opt/homebrew/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:38 (message)"
|
| 1488 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:299 (cmake_determine_linker_id)"
|
| 1489 |
+
- "/opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
|
| 1490 |
+
- "CMakeLists.txt:3 (project)"
|
| 1491 |
+
message: |
|
| 1492 |
+
Running the C compiler's linker: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" "-v"
|
| 1493 |
+
@(#)PROGRAM:ld PROJECT:ld-1267
|
| 1494 |
+
BUILD 18:30:29 Apr 22 2026
|
| 1495 |
+
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em armv8m.main armv8.1m.main
|
| 1496 |
+
will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em
|
| 1497 |
+
LTO support using: LLVM version 21.0.0 (static support for 30, runtime is 30)
|
| 1498 |
+
TAPI support using: Apple TAPI version 21.0.0 (tapi-2100.0.2.6)
|
| 1499 |
+
-
|
| 1500 |
+
kind: "find-v1"
|
| 1501 |
+
backtrace:
|
| 1502 |
+
- "cmake/platforms/osx.cmake:2 (find_program)"
|
| 1503 |
+
- "cmake/setup.cmake:31 (include)"
|
| 1504 |
+
- "CMakeLists.txt:6 (include)"
|
| 1505 |
+
mode: "program"
|
| 1506 |
+
variable: "HALIBUT"
|
| 1507 |
+
description: "Path to a program."
|
| 1508 |
+
settings:
|
| 1509 |
+
SearchFramework: "FIRST"
|
| 1510 |
+
SearchAppBundle: "FIRST"
|
| 1511 |
+
CMAKE_FIND_USE_CMAKE_PATH: true
|
| 1512 |
+
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: true
|
| 1513 |
+
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: true
|
| 1514 |
+
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: true
|
| 1515 |
+
CMAKE_FIND_USE_INSTALL_PREFIX: true
|
| 1516 |
+
names:
|
| 1517 |
+
- "halibut"
|
| 1518 |
+
candidate_directories:
|
| 1519 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/"
|
| 1520 |
+
- "/Users/nilshoehing/.local/bin/"
|
| 1521 |
+
- "/opt/homebrew/opt/ruby/bin/"
|
| 1522 |
+
- "/opt/homebrew/bin/"
|
| 1523 |
+
- "/usr/local/opt/ruby/bin/"
|
| 1524 |
+
- "/Users/nilshoehing/.rbenv/shims/"
|
| 1525 |
+
- "/opt/homebrew/sbin/"
|
| 1526 |
+
- "/usr/local/bin/"
|
| 1527 |
+
- "/System/Cryptexes/App/usr/bin/"
|
| 1528 |
+
- "/usr/bin/"
|
| 1529 |
+
- "/bin/"
|
| 1530 |
+
- "/usr/sbin/"
|
| 1531 |
+
- "/sbin/"
|
| 1532 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/"
|
| 1533 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/"
|
| 1534 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/"
|
| 1535 |
+
- "/pkg/env/global/bin/"
|
| 1536 |
+
- "/Library/Apple/usr/bin/"
|
| 1537 |
+
- "/Library/TeX/texbin/"
|
| 1538 |
+
- "/Applications/VMware Fusion.app/Contents/Public/"
|
| 1539 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/"
|
| 1540 |
+
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/bin/"
|
| 1541 |
+
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/sbin/"
|
| 1542 |
+
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/"
|
| 1543 |
+
- "/opt/homebrew/bin/"
|
| 1544 |
+
- "/opt/homebrew/sbin/"
|
| 1545 |
+
- "/opt/homebrew/"
|
| 1546 |
+
- "/usr/local/bin/"
|
| 1547 |
+
- "/usr/local/sbin/"
|
| 1548 |
+
- "/usr/local/"
|
| 1549 |
+
- "/usr/bin/"
|
| 1550 |
+
- "/usr/sbin/"
|
| 1551 |
+
- "/usr/"
|
| 1552 |
+
- "/bin/"
|
| 1553 |
+
- "/sbin/"
|
| 1554 |
+
- "/usr/X11R6/bin/"
|
| 1555 |
+
- "/usr/X11R6/sbin/"
|
| 1556 |
+
- "/usr/X11R6/"
|
| 1557 |
+
- "/usr/pkg/bin/"
|
| 1558 |
+
- "/usr/pkg/sbin/"
|
| 1559 |
+
- "/usr/pkg/"
|
| 1560 |
+
- "/opt/bin/"
|
| 1561 |
+
- "/opt/sbin/"
|
| 1562 |
+
- "/opt/"
|
| 1563 |
+
- "/sw/bin/"
|
| 1564 |
+
- "/sw/sbin/"
|
| 1565 |
+
- "/sw/"
|
| 1566 |
+
- "/opt/local/bin/"
|
| 1567 |
+
- "/opt/local/sbin/"
|
| 1568 |
+
- "/opt/local/"
|
| 1569 |
+
- "/Users/nilshoehing/Applications/"
|
| 1570 |
+
- "/Applications/"
|
| 1571 |
+
- "/Applications/Xcode.app/Contents/Applications/"
|
| 1572 |
+
- "/Applications/Xcode.app/Contents/Developer/Applications/"
|
| 1573 |
+
searched_directories:
|
| 1574 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8/halibut"
|
| 1575 |
+
- "/Users/nilshoehing/.local/bin/halibut"
|
| 1576 |
+
- "/opt/homebrew/opt/ruby/bin/halibut"
|
| 1577 |
+
- "/opt/homebrew/bin/halibut"
|
| 1578 |
+
- "/usr/local/opt/ruby/bin/halibut"
|
| 1579 |
+
- "/Users/nilshoehing/.rbenv/shims/halibut"
|
| 1580 |
+
- "/opt/homebrew/sbin/halibut"
|
| 1581 |
+
- "/usr/local/bin/halibut"
|
| 1582 |
+
- "/System/Cryptexes/App/usr/bin/halibut"
|
| 1583 |
+
- "/usr/bin/halibut"
|
| 1584 |
+
- "/bin/halibut"
|
| 1585 |
+
- "/usr/sbin/halibut"
|
| 1586 |
+
- "/sbin/halibut"
|
| 1587 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/halibut"
|
| 1588 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/halibut"
|
| 1589 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/halibut"
|
| 1590 |
+
- "/pkg/env/global/bin/halibut"
|
| 1591 |
+
- "/Library/Apple/usr/bin/halibut"
|
| 1592 |
+
- "/Library/TeX/texbin/halibut"
|
| 1593 |
+
- "/Applications/VMware Fusion.app/Contents/Public/halibut"
|
| 1594 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64/halibut"
|
| 1595 |
+
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/bin/halibut"
|
| 1596 |
+
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/sbin/halibut"
|
| 1597 |
+
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/halibut"
|
| 1598 |
+
- "/opt/homebrew/bin/halibut"
|
| 1599 |
+
- "/opt/homebrew/sbin/halibut"
|
| 1600 |
+
- "/opt/homebrew/halibut"
|
| 1601 |
+
- "/usr/local/bin/halibut"
|
| 1602 |
+
- "/usr/local/sbin/halibut"
|
| 1603 |
+
- "/usr/local/halibut"
|
| 1604 |
+
- "/usr/bin/halibut"
|
| 1605 |
+
- "/usr/sbin/halibut"
|
| 1606 |
+
- "/usr/halibut"
|
| 1607 |
+
- "/bin/halibut"
|
| 1608 |
+
- "/sbin/halibut"
|
| 1609 |
+
- "/usr/X11R6/bin/halibut"
|
| 1610 |
+
- "/usr/X11R6/sbin/halibut"
|
| 1611 |
+
- "/usr/X11R6/halibut"
|
| 1612 |
+
- "/usr/pkg/bin/halibut"
|
| 1613 |
+
- "/usr/pkg/sbin/halibut"
|
| 1614 |
+
- "/usr/pkg/halibut"
|
| 1615 |
+
- "/opt/bin/halibut"
|
| 1616 |
+
- "/opt/sbin/halibut"
|
| 1617 |
+
- "/opt/halibut"
|
| 1618 |
+
- "/sw/bin/halibut"
|
| 1619 |
+
- "/sw/sbin/halibut"
|
| 1620 |
+
- "/sw/halibut"
|
| 1621 |
+
- "/opt/local/bin/halibut"
|
| 1622 |
+
- "/opt/local/sbin/halibut"
|
| 1623 |
+
- "/opt/local/halibut"
|
| 1624 |
+
- "/Users/nilshoehing/Applications/halibut"
|
| 1625 |
+
- "/Applications/halibut"
|
| 1626 |
+
- "/Applications/Xcode.app/Contents/Applications/halibut"
|
| 1627 |
+
- "/Applications/Xcode.app/Contents/Developer/Applications/halibut"
|
| 1628 |
+
found: false
|
| 1629 |
+
search_context:
|
| 1630 |
+
ENV{PATH}:
|
| 1631 |
+
- "/Users/nilshoehing/.codex/tmp/arg0/codex-arg0TCawy8"
|
| 1632 |
+
- "/Users/nilshoehing/.local/bin"
|
| 1633 |
+
- "/opt/homebrew/opt/ruby/bin"
|
| 1634 |
+
- "/opt/homebrew/bin"
|
| 1635 |
+
- "/opt/homebrew/bin"
|
| 1636 |
+
- "/usr/local/opt/ruby/bin"
|
| 1637 |
+
- "/Users/nilshoehing/.rbenv/shims"
|
| 1638 |
+
- "/opt/homebrew/bin"
|
| 1639 |
+
- "/opt/homebrew/sbin"
|
| 1640 |
+
- "/usr/local/bin"
|
| 1641 |
+
- "/System/Cryptexes/App/usr/bin"
|
| 1642 |
+
- "/usr/bin"
|
| 1643 |
+
- "/bin"
|
| 1644 |
+
- "/usr/sbin"
|
| 1645 |
+
- "/sbin"
|
| 1646 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin"
|
| 1647 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin"
|
| 1648 |
+
- "/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin"
|
| 1649 |
+
- "/pkg/env/global/bin"
|
| 1650 |
+
- "/Library/Apple/usr/bin"
|
| 1651 |
+
- "/Library/TeX/texbin"
|
| 1652 |
+
- "/Applications/VMware Fusion.app/Contents/Public"
|
| 1653 |
+
- "/Users/nilshoehing/.vscode/extensions/openai.chatgpt-26.513.21555-darwin-arm64/bin/macos-aarch64"
|
| 1654 |
+
CMAKE_INSTALL_PREFIX: "/usr/local"
|
| 1655 |
+
CMAKE_SYSTEM_PREFIX_PATH:
|
| 1656 |
+
- "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr"
|
| 1657 |
+
- "/opt/homebrew"
|
| 1658 |
+
- "/usr/local"
|
| 1659 |
+
- "/usr"
|
| 1660 |
+
- "/"
|
| 1661 |
+
- "/opt/homebrew"
|
| 1662 |
+
- "/usr/local"
|
| 1663 |
+
- "/usr/X11R6"
|
| 1664 |
+
- "/usr/pkg"
|
| 1665 |
+
- "/opt"
|
| 1666 |
+
- "/sw"
|
| 1667 |
+
- "/opt/local"
|
| 1668 |
+
CMAKE_SYSTEM_APPBUNDLE_PATH:
|
| 1669 |
+
- "/Users/nilshoehing/Applications"
|
| 1670 |
+
- "/Applications"
|
| 1671 |
+
- "/Applications/Xcode.app/Contents/Applications"
|
| 1672 |
+
- "/Applications/Xcode.app/Contents/Developer/Applications"
|
| 1673 |
+
...
|
submodules/rlp/rlp/lib/CMakeFiles/cmake.check_cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|