CMakeConfigureLog.yaml 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. ---
  2. events:
  3. -
  4. kind: "message-v1"
  5. backtrace:
  6. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:205 (message)"
  7. - "CMakeLists.txt:2 (project)"
  8. message: |
  9. The system is: Darwin - 24.4.0 - arm64
  10. -
  11. kind: "message-v1"
  12. backtrace:
  13. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
  14. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
  15. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
  16. - "CMakeLists.txt:2 (project)"
  17. message: |
  18. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  19. Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
  20. Build flags:
  21. Id flags:
  22. The output was:
  23. 1
  24. ld: library 'System' not found
  25. cc: error: linker command failed with exit code 1 (use -v to see invocation)
  26. -
  27. kind: "message-v1"
  28. backtrace:
  29. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
  30. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
  31. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
  32. - "CMakeLists.txt:2 (project)"
  33. message: |
  34. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  35. Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
  36. Build flags:
  37. Id flags: -c
  38. The output was:
  39. 0
  40. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o"
  41. The C compiler identification is AppleClang, found in:
  42. /Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/3.30.5/CompilerIdC/CMakeCCompilerId.o
  43. -
  44. kind: "message-v1"
  45. backtrace:
  46. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
  47. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
  48. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
  49. - "CMakeLists.txt:2 (project)"
  50. message: |
  51. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  52. Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
  53. Build flags:
  54. Id flags:
  55. The output was:
  56. 1
  57. ld: library 'c++' not found
  58. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  59. -
  60. kind: "message-v1"
  61. backtrace:
  62. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
  63. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
  64. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
  65. - "CMakeLists.txt:2 (project)"
  66. message: |
  67. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  68. Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
  69. Build flags:
  70. Id flags: -c
  71. The output was:
  72. 0
  73. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.o"
  74. The CXX compiler identification is AppleClang, found in:
  75. /Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/3.30.5/CompilerIdCXX/CMakeCXXCompilerId.o
  76. -
  77. kind: "try_compile-v1"
  78. backtrace:
  79. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)"
  80. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
  81. - "CMakeLists.txt:2 (project)"
  82. checks:
  83. - "Detecting C compiler ABI info"
  84. directories:
  85. source: "/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-o1MvXC"
  86. binary: "/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-o1MvXC"
  87. cmakeVariables:
  88. CMAKE_C_FLAGS: ""
  89. CMAKE_C_FLAGS_DEBUG: "-g"
  90. CMAKE_EXE_LINKER_FLAGS: ""
  91. CMAKE_OSX_ARCHITECTURES: ""
  92. CMAKE_OSX_DEPLOYMENT_TARGET: ""
  93. CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk"
  94. buildResult:
  95. variable: "CMAKE_C_ABI_COMPILED"
  96. cached: true
  97. stdout: |
  98. Change Dir: '/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-o1MvXC'
  99. Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_2df5f
  100. [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c
  101. Apple clang version 17.0.0 (clang-1700.0.13.3)
  102. Target: arm64-apple-darwin24.4.0
  103. Thread model: posix
  104. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  105. cc: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
  106. "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx15.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 -target-sdk-version=15.4 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -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/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-o1MvXC -target-linker-version 1167.4.1 -v -fcoverage-compilation-dir=/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-o1MvXC -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -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 -fcolor-diagnostics -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c
  107. clang -cc1 version 17.0.0 (clang-1700.0.13.3) default target arm64-apple-darwin24.4.0
  108. ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/local/include"
  109. ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/SubFrameworks"
  110. ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/Library/Frameworks"
  111. #include "..." search starts here:
  112. #include <...> search starts here:
  113. /Library/Developer/CommandLineTools/usr/lib/clang/17/include
  114. /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include
  115. /Library/Developer/CommandLineTools/usr/include
  116. /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks (framework directory)
  117. End of search list.
  118. [2/2] : && /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -o cmTC_2df5f && :
  119. Apple clang version 17.0.0 (clang-1700.0.13.3)
  120. Target: arm64-apple-darwin24.4.0
  121. Thread model: posix
  122. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  123. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 15.0.0 15.4 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_2df5f -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a
  124. @(#)PROGRAM:ld PROJECT:ld-1167.4.1
  125. BUILD 20:00:10 Mar 12 2025
  126. configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
  127. will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em
  128. LTO support using: LLVM version 17.0.0 (static support for 29, runtime is 29)
  129. TAPI support using: Apple TAPI version 17.0.0 (tapi-1700.0.3.4)
  130. Library search paths:
  131. /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib
  132. /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib/swift
  133. Framework search paths:
  134. /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks
  135. exitCode: 0
  136. -
  137. kind: "message-v1"
  138. backtrace:
  139. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:113 (message)"
  140. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
  141. - "CMakeLists.txt:2 (project)"
  142. message: |
  143. Effective list of requested architectures (possibly empty) : ""
  144. Effective list of architectures found in the ABI info binary: "arm64"
  145. -
  146. kind: "message-v1"
  147. backtrace:
  148. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)"
  149. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
  150. - "CMakeLists.txt:2 (project)"
  151. message: |
  152. Parsed C implicit include dir info: rv=done
  153. found start of include info
  154. found start of implicit include info
  155. add: [/Library/Developer/CommandLineTools/usr/lib/clang/17/include]
  156. add: [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include]
  157. add: [/Library/Developer/CommandLineTools/usr/include]
  158. end of search list found
  159. collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/17/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/17/include]
  160. collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include]
  161. collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include]
  162. implicit include dirs: [/Library/Developer/CommandLineTools/usr/lib/clang/17/include;/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include]
  163. -
  164. kind: "message-v1"
  165. backtrace:
  166. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)"
  167. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
  168. - "CMakeLists.txt:2 (project)"
  169. message: |
  170. Parsed C implicit link information:
  171. link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
  172. linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)]
  173. ignore line: [Change Dir: '/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-o1MvXC']
  174. ignore line: []
  175. ignore line: [Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_2df5f]
  176. ignore line: [[1/2] /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c]
  177. ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.3)]
  178. ignore line: [Target: arm64-apple-darwin24.4.0]
  179. ignore line: [Thread model: posix]
  180. ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
  181. ignore line: [cc: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
  182. ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx15.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 -target-sdk-version=15.4 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -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/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-o1MvXC -target-linker-version 1167.4.1 -v -fcoverage-compilation-dir=/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-o1MvXC -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -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 -fcolor-diagnostics -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeCCompilerABI.c]
  183. ignore line: [clang -cc1 version 17.0.0 (clang-1700.0.13.3) default target arm64-apple-darwin24.4.0]
  184. ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/local/include"]
  185. ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/SubFrameworks"]
  186. ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/Library/Frameworks"]
  187. ignore line: [#include "..." search starts here:]
  188. ignore line: [#include <...> search starts here:]
  189. ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/17/include]
  190. ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include]
  191. ignore line: [ /Library/Developer/CommandLineTools/usr/include]
  192. ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks (framework directory)]
  193. ignore line: [End of search list.]
  194. ignore line: [[2/2] : && /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -o cmTC_2df5f && :]
  195. ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.3)]
  196. ignore line: [Target: arm64-apple-darwin24.4.0]
  197. ignore line: [Thread model: posix]
  198. ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
  199. link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 15.0.0 15.4 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_2df5f -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
  200. arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore
  201. arg [-demangle] ==> ignore
  202. arg [-lto_library] ==> ignore, skip following value
  203. arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library
  204. arg [-dynamic] ==> ignore
  205. arg [-arch] ==> ignore
  206. arg [arm64] ==> ignore
  207. arg [-platform_version] ==> ignore
  208. arg [macos] ==> ignore
  209. arg [15.0.0] ==> ignore
  210. arg [15.4] ==> ignore
  211. arg [-syslibroot] ==> ignore
  212. arg [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk] ==> ignore
  213. arg [-mllvm] ==> ignore
  214. arg [-enable-linkonceodr-outlining] ==> ignore
  215. arg [-o] ==> ignore
  216. arg [cmTC_2df5f] ==> ignore
  217. arg [-search_paths_first] ==> ignore
  218. arg [-headerpad_max_install_names] ==> ignore
  219. arg [-v] ==> ignore
  220. arg [CMakeFiles/cmTC_2df5f.dir/CMakeCCompilerABI.c.o] ==> ignore
  221. arg [-lSystem] ==> lib [System]
  222. arg [/Library/Developer/CommandLineTools/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
  223. linker tool for 'C': /Library/Developer/CommandLineTools/usr/bin/ld
  224. Library search paths: [;/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib/swift]
  225. Framework search paths: [;/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks]
  226. remove lib [System]
  227. remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
  228. collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib]
  229. collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib/swift] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib/swift]
  230. collapse framework dir [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks]
  231. implicit libs: []
  232. implicit objs: []
  233. implicit dirs: [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib/swift]
  234. implicit fwks: [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks]
  235. -
  236. kind: "message-v1"
  237. backtrace:
  238. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
  239. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)"
  240. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
  241. - "CMakeLists.txt:2 (project)"
  242. message: |
  243. Running the C compiler's linker: "/Library/Developer/CommandLineTools/usr/bin/ld" "-v"
  244. @(#)PROGRAM:ld PROJECT:ld-1167.4.1
  245. BUILD 20:00:10 Mar 12 2025
  246. configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
  247. will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em
  248. LTO support using: LLVM version 17.0.0 (static support for 29, runtime is 29)
  249. TAPI support using: Apple TAPI version 17.0.0 (tapi-1700.0.3.4)
  250. -
  251. kind: "try_compile-v1"
  252. backtrace:
  253. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)"
  254. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
  255. - "CMakeLists.txt:2 (project)"
  256. checks:
  257. - "Detecting CXX compiler ABI info"
  258. directories:
  259. source: "/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SDeck6"
  260. binary: "/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SDeck6"
  261. cmakeVariables:
  262. CMAKE_CXX_FLAGS: ""
  263. CMAKE_CXX_FLAGS_DEBUG: "-g"
  264. CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
  265. CMAKE_EXE_LINKER_FLAGS: ""
  266. CMAKE_OSX_ARCHITECTURES: ""
  267. CMAKE_OSX_DEPLOYMENT_TARGET: ""
  268. CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk"
  269. buildResult:
  270. variable: "CMAKE_CXX_ABI_COMPILED"
  271. cached: true
  272. stdout: |
  273. Change Dir: '/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SDeck6'
  274. Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_a1b1d
  275. [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp
  276. Apple clang version 17.0.0 (clang-1700.0.13.3)
  277. Target: arm64-apple-darwin24.4.0
  278. Thread model: posix
  279. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  280. c++: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
  281. ignoring nonexistent directory "/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"
  282. "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx15.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 CMakeCXXCompilerABI.cpp -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 -target-sdk-version=15.4 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -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/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SDeck6 -target-linker-version 1167.4.1 -v -fcoverage-compilation-dir=/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SDeck6 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -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 -fno-cxx-modules -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp
  283. clang -cc1 version 17.0.0 (clang-1700.0.13.3) default target arm64-apple-darwin24.4.0
  284. ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/local/include"
  285. ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/SubFrameworks"
  286. ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/Library/Frameworks"
  287. #include "..." search starts here:
  288. #include <...> search starts here:
  289. /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include/c++/v1
  290. /Library/Developer/CommandLineTools/usr/lib/clang/17/include
  291. /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include
  292. /Library/Developer/CommandLineTools/usr/include
  293. /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks (framework directory)
  294. End of search list.
  295. [2/2] : && /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a1b1d && :
  296. Apple clang version 17.0.0 (clang-1700.0.13.3)
  297. Target: arm64-apple-darwin24.4.0
  298. Thread model: posix
  299. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  300. "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 15.0.0 15.4 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_a1b1d -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a
  301. @(#)PROGRAM:ld PROJECT:ld-1167.4.1
  302. BUILD 20:00:10 Mar 12 2025
  303. configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
  304. will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em
  305. LTO support using: LLVM version 17.0.0 (static support for 29, runtime is 29)
  306. TAPI support using: Apple TAPI version 17.0.0 (tapi-1700.0.3.4)
  307. Library search paths:
  308. /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib
  309. /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib/swift
  310. Framework search paths:
  311. /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks
  312. exitCode: 0
  313. -
  314. kind: "message-v1"
  315. backtrace:
  316. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:113 (message)"
  317. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
  318. - "CMakeLists.txt:2 (project)"
  319. message: |
  320. Effective list of requested architectures (possibly empty) : ""
  321. Effective list of architectures found in the ABI info binary: "arm64"
  322. -
  323. kind: "message-v1"
  324. backtrace:
  325. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)"
  326. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
  327. - "CMakeLists.txt:2 (project)"
  328. message: |
  329. Parsed CXX implicit include dir info: rv=done
  330. found start of include info
  331. found start of implicit include info
  332. add: [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include/c++/v1]
  333. add: [/Library/Developer/CommandLineTools/usr/lib/clang/17/include]
  334. add: [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include]
  335. add: [/Library/Developer/CommandLineTools/usr/include]
  336. end of search list found
  337. collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include/c++/v1] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include/c++/v1]
  338. collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/17/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/17/include]
  339. collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include]
  340. collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include]
  341. implicit include dirs: [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include/c++/v1;/Library/Developer/CommandLineTools/usr/lib/clang/17/include;/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include]
  342. -
  343. kind: "message-v1"
  344. backtrace:
  345. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)"
  346. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
  347. - "CMakeLists.txt:2 (project)"
  348. message: |
  349. Parsed CXX implicit link information:
  350. link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
  351. linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)]
  352. ignore line: [Change Dir: '/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SDeck6']
  353. ignore line: []
  354. ignore line: [Run Build Command(s): /Applications/CLion.app/Contents/bin/ninja/mac/aarch64/ninja -v cmTC_a1b1d]
  355. ignore line: [[1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp]
  356. ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.3)]
  357. ignore line: [Target: arm64-apple-darwin24.4.0]
  358. ignore line: [Thread model: posix]
  359. ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
  360. ignore line: [c++: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
  361. ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"]
  362. ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx15.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 CMakeCXXCompilerABI.cpp -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 -target-sdk-version=15.4 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -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/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SDeck6 -target-linker-version 1167.4.1 -v -fcoverage-compilation-dir=/Users/t3mp0r4l/estructuras/edd/unidad4/c++/Grafo_con_peso/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SDeck6 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/17/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -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 -fno-cxx-modules -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp]
  363. ignore line: [clang -cc1 version 17.0.0 (clang-1700.0.13.3) default target arm64-apple-darwin24.4.0]
  364. ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/local/include"]
  365. ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/SubFrameworks"]
  366. ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/Library/Frameworks"]
  367. ignore line: [#include "..." search starts here:]
  368. ignore line: [#include <...> search starts here:]
  369. ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include/c++/v1]
  370. ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/17/include]
  371. ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/include]
  372. ignore line: [ /Library/Developer/CommandLineTools/usr/include]
  373. ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks (framework directory)]
  374. ignore line: [End of search list.]
  375. ignore line: [[2/2] : && /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a1b1d && :]
  376. ignore line: [Apple clang version 17.0.0 (clang-1700.0.13.3)]
  377. ignore line: [Target: arm64-apple-darwin24.4.0]
  378. ignore line: [Thread model: posix]
  379. ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
  380. link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 15.0.0 15.4 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_a1b1d -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
  381. arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore
  382. arg [-demangle] ==> ignore
  383. arg [-lto_library] ==> ignore, skip following value
  384. arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library
  385. arg [-dynamic] ==> ignore
  386. arg [-arch] ==> ignore
  387. arg [arm64] ==> ignore
  388. arg [-platform_version] ==> ignore
  389. arg [macos] ==> ignore
  390. arg [15.0.0] ==> ignore
  391. arg [15.4] ==> ignore
  392. arg [-syslibroot] ==> ignore
  393. arg [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk] ==> ignore
  394. arg [-mllvm] ==> ignore
  395. arg [-enable-linkonceodr-outlining] ==> ignore
  396. arg [-o] ==> ignore
  397. arg [cmTC_a1b1d] ==> ignore
  398. arg [-search_paths_first] ==> ignore
  399. arg [-headerpad_max_install_names] ==> ignore
  400. arg [-v] ==> ignore
  401. arg [CMakeFiles/cmTC_a1b1d.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
  402. arg [-lc++] ==> lib [c++]
  403. arg [-lSystem] ==> lib [System]
  404. arg [/Library/Developer/CommandLineTools/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
  405. linker tool for 'CXX': /Library/Developer/CommandLineTools/usr/bin/ld
  406. Library search paths: [;/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib/swift]
  407. Framework search paths: [;/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks]
  408. remove lib [System]
  409. remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
  410. collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib]
  411. collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib/swift] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib/swift]
  412. collapse framework dir [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks]
  413. implicit libs: [c++]
  414. implicit objs: []
  415. implicit dirs: [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib/swift]
  416. implicit fwks: [/Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/System/Library/Frameworks]
  417. -
  418. kind: "message-v1"
  419. backtrace:
  420. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)"
  421. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)"
  422. - "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
  423. - "CMakeLists.txt:2 (project)"
  424. message: |
  425. Running the CXX compiler's linker: "/Library/Developer/CommandLineTools/usr/bin/ld" "-v"
  426. @(#)PROGRAM:ld PROJECT:ld-1167.4.1
  427. BUILD 20:00:10 Mar 12 2025
  428. configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
  429. will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em
  430. LTO support using: LLVM version 17.0.0 (static support for 29, runtime is 29)
  431. TAPI support using: Apple TAPI version 17.0.0 (tapi-1700.0.3.4)
  432. ...