From 718c6a33e31e82cad19961098c8b51526e6cce2d Mon Sep 17 00:00:00 2001 From: saramoreira Date: Sun, 19 Oct 2025 18:06:06 +0200 Subject: [PATCH] organize project structure: - create src and includes folders - update paths in CMakeLists --- CMakeLists.txt | 6 +- .../3.29.2/CMakeDetermineCompilerABI_C.bin | Bin 17000 -> 17000 bytes .../3.29.2/CMakeDetermineCompilerABI_CXX.bin | Bin 16984 -> 16984 bytes build/CMakeFiles/CMakeConfigureLog.yaml | 96 +++++++++--------- build/CMakeFiles/Prog3B.dir/DependInfo.cmake | 4 +- build/CMakeFiles/Prog3B.dir/build.make | 52 +++++----- build/CMakeFiles/Prog3B.dir/cmake_clean.cmake | 8 +- build/CMakeFiles/Prog3B.dir/flags.make | 2 +- build/CMakeFiles/Prog3B.dir/link.txt | 2 +- .../Prog3B.dir/{ => src}/gamecube.cpp.o | Bin .../Prog3B.dir/{ => src}/gamecube.cpp.o.d | 8 +- .../Prog3B.dir/{ => src}/main.cpp.o | Bin .../Prog3B.dir/{ => src}/main.cpp.o.d | 8 +- build/Makefile | 72 ++++++------- build/compile_commands.json | 12 +-- gamecube.h => includes/gamecube.h | 0 gamematrix.h => includes/gamematrix.h | 0 gamecube.cpp => src/gamecube.cpp | 0 main.cpp => src/main.cpp | 0 19 files changed, 135 insertions(+), 135 deletions(-) rename build/CMakeFiles/Prog3B.dir/{ => src}/gamecube.cpp.o (100%) rename build/CMakeFiles/Prog3B.dir/{ => src}/gamecube.cpp.o.d (99%) rename build/CMakeFiles/Prog3B.dir/{ => src}/main.cpp.o (100%) rename build/CMakeFiles/Prog3B.dir/{ => src}/main.cpp.o.d (99%) rename gamecube.h => includes/gamecube.h (100%) rename gamematrix.h => includes/gamematrix.h (100%) rename gamecube.cpp => src/gamecube.cpp (100%) rename main.cpp => src/main.cpp (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f18bd6..bd51279 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,13 +9,13 @@ set(EXECUTABLE_NAME Prog3B) # Quell-Dateien direkt im Projektordner set(SRC_FILES - ${CMAKE_CURRENT_LIST_DIR}/main.cpp - ${CMAKE_CURRENT_LIST_DIR}/gamecube.cpp + ${CMAKE_CURRENT_LIST_DIR}/src/main.cpp + ${CMAKE_CURRENT_LIST_DIR}/src/gamecube.cpp ) # Include-Pfade set(INCLUDE_DIRS - ${CMAKE_CURRENT_LIST_DIR} + ${CMAKE_CURRENT_LIST_DIR}/includes ${CMAKE_CURRENT_LIST_DIR}/raylib ${CMAKE_CURRENT_LIST_DIR}/mac_arm ) diff --git a/build/CMakeFiles/3.29.2/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/3.29.2/CMakeDetermineCompilerABI_C.bin index 25f521b0b525defe6e172a1c890b2decba152ee6..d3d70af3bdf6bb15f1aa0684e0cf8040e866dcab 100755 GIT binary patch delta 19 bcmaFS!uXS92WrqS6&Eh diff --git a/build/CMakeFiles/3.29.2/CMakeDetermineCompilerABI_CXX.bin b/build/CMakeFiles/3.29.2/CMakeDetermineCompilerABI_CXX.bin index 676761a52bf45ad368c6e72b2df5d23acd4528de..09e70826aa050a80d0aeaf5db7347102bbd613e8 100755 GIT binary patch delta 19 bcmcc7!g!;Fal=MORwEO0OY_Ow92WrqPt^yT delta 19 bcmcc7!g!;Fal=MOR%0Vm1LMit92WrqPj&~3 diff --git a/build/CMakeFiles/CMakeConfigureLog.yaml b/build/CMakeFiles/CMakeConfigureLog.yaml index 704b191..06d5e5d 100644 --- a/build/CMakeFiles/CMakeConfigureLog.yaml +++ b/build/CMakeFiles/CMakeConfigureLog.yaml @@ -99,8 +99,8 @@ events: checks: - "Detecting C compiler ABI info" directories: - source: "/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-ClGoV8" - binary: "/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-ClGoV8" + source: "/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-mTUko4" + binary: "/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-mTUko4" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_C_FLAGS_DEBUG: "-g" @@ -112,18 +112,18 @@ events: variable: "CMAKE_C_ABI_COMPILED" cached: true stdout: | - Change Dir: '/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-ClGoV8' + Change Dir: '/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-mTUko4' - Run Build Command(s): /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fe7e8/fast - /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_fe7e8.dir/build.make CMakeFiles/cmTC_fe7e8.dir/build - Building C object CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o - /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCCompilerABI.c + Run Build Command(s): /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2526e/fast + /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2526e.dir/build.make CMakeFiles/cmTC_2526e.dir/build + Building C object CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o + /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCCompilerABI.c Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin cc: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument] - "/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 -mrelax-all -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.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-ClGoV8 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/16 -dependency-file CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/16/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.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 -fdebug-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-ClGoV8 -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 -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCCompilerABI.c + "/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 -mrelax-all -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.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-mTUko4 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/16 -dependency-file CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/16/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.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 -fdebug-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-mTUko4 -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 -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCCompilerABI.c clang -cc1 version 16.0.0 (clang-1600.0.26.6) default target arm64-apple-darwin24.6.0 ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include" ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/Library/Frameworks" @@ -134,14 +134,14 @@ events: /Library/Developer/CommandLineTools/usr/include /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/System/Library/Frameworks (framework directory) End of search list. - Linking C executable cmTC_fe7e8 - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fe7e8.dir/link.txt --verbose=1 - /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -o cmTC_fe7e8 + Linking C executable cmTC_2526e + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2526e.dir/link.txt --verbose=1 + /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -o cmTC_2526e Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/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.2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_fe7e8 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a + "/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.2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_2526e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld-1115.7.3 BUILD 23:52:02 Dec 5 2024 configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em @@ -185,18 +185,18 @@ events: Parsed C implicit link information: link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] - ignore line: [Change Dir: '/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-ClGoV8'] + ignore line: [Change Dir: '/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-mTUko4'] ignore line: [] - ignore line: [Run Build Command(s): /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fe7e8/fast] - ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_fe7e8.dir/build.make CMakeFiles/cmTC_fe7e8.dir/build] - ignore line: [Building C object CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o] - ignore line: [/Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -v -Wl -v -MD -MT CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Run Build Command(s): /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2526e/fast] + ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2526e.dir/build.make CMakeFiles/cmTC_2526e.dir/build] + ignore line: [Building C object CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o] + ignore line: [/Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -v -Wl -v -MD -MT CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCCompilerABI.c] ignore line: [Apple clang version 16.0.0 (clang-1600.0.26.6)] ignore line: [Target: arm64-apple-darwin24.6.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] ignore line: [cc: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]] - 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 -mrelax-all -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.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-ClGoV8 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/16 -dependency-file CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/16/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.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 -fdebug-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-ClGoV8 -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 -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCCompilerABI.c] + 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 -mrelax-all -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.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-mTUko4 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/16 -dependency-file CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/16/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.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 -fdebug-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-mTUko4 -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 -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -x c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCCompilerABI.c] ignore line: [clang -cc1 version 16.0.0 (clang-1600.0.26.6) default target arm64-apple-darwin24.6.0] ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include"] ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/Library/Frameworks"] @@ -207,14 +207,14 @@ events: ignore line: [ /Library/Developer/CommandLineTools/usr/include] ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/System/Library/Frameworks (framework directory)] ignore line: [End of search list.] - ignore line: [Linking C executable cmTC_fe7e8] - ignore line: [/opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fe7e8.dir/link.txt --verbose=1] - ignore line: [/Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -o cmTC_fe7e8] + ignore line: [Linking C executable cmTC_2526e] + ignore line: [/opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2526e.dir/link.txt --verbose=1] + ignore line: [/Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -o cmTC_2526e] ignore line: [Apple clang version 16.0.0 (clang-1600.0.26.6)] ignore line: [Target: arm64-apple-darwin24.6.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - 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.2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_fe7e8 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a] + 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.2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_2526e -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a] arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore arg [-demangle] ==> ignore arg [-lto_library] ==> ignore, skip following value @@ -231,11 +231,11 @@ events: arg [-mllvm] ==> ignore arg [-enable-linkonceodr-outlining] ==> ignore arg [-o] ==> ignore - arg [cmTC_fe7e8] ==> ignore + arg [cmTC_2526e] ==> ignore arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore - arg [CMakeFiles/cmTC_fe7e8.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [CMakeFiles/cmTC_2526e.dir/CMakeCCompilerABI.c.o] ==> ignore arg [-lSystem] ==> lib [System] arg [/Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a] linker tool for 'C': /Library/Developer/CommandLineTools/usr/bin/ld @@ -276,8 +276,8 @@ events: checks: - "Detecting CXX compiler ABI info" directories: - source: "/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-Jvnn59" - binary: "/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-Jvnn59" + source: "/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-18WWEb" + binary: "/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-18WWEb" cmakeVariables: CMAKE_CXX_FLAGS: "" CMAKE_CXX_FLAGS_DEBUG: "-g" @@ -289,19 +289,19 @@ events: variable: "CMAKE_CXX_ABI_COMPILED" cached: true stdout: | - Change Dir: '/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-Jvnn59' + Change Dir: '/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-18WWEb' - Run Build Command(s): /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_32503/fast - /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_32503.dir/build.make CMakeFiles/cmTC_32503.dir/build - Building CXX object CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Run Build Command(s): /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_24797/fast + /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_24797.dir/build.make CMakeFiles/cmTC_24797.dir/build + Building CXX object CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o + /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin c++: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument] ignoring nonexistent directory "/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1" - "/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 -mrelax-all -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.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-Jvnn59 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/16 -dependency-file CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/16/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.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 -fdebug-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-Jvnn59 -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 -fcxx-exceptions -fexceptions -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp + "/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 -mrelax-all -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.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-18WWEb -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/16 -dependency-file CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/16/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.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 -fdebug-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-18WWEb -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 -fcxx-exceptions -fexceptions -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp clang -cc1 version 16.0.0 (clang-1600.0.26.6) default target arm64-apple-darwin24.6.0 ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include" ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/Library/Frameworks" @@ -313,14 +313,14 @@ events: /Library/Developer/CommandLineTools/usr/include /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/System/Library/Frameworks (framework directory) End of search list. - Linking CXX executable cmTC_32503 - /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32503.dir/link.txt --verbose=1 - /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_32503 + Linking CXX executable cmTC_24797 + /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24797.dir/link.txt --verbose=1 + /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_24797 Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/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.2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_32503 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a + "/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.2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_24797 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld-1115.7.3 BUILD 23:52:02 Dec 5 2024 configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em @@ -366,19 +366,19 @@ events: Parsed CXX implicit link information: link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] - ignore line: [Change Dir: '/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-Jvnn59'] + ignore line: [Change Dir: '/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-18WWEb'] ignore line: [] - ignore line: [Run Build Command(s): /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_32503/fast] - ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_32503.dir/build.make CMakeFiles/cmTC_32503.dir/build] - ignore line: [Building CXX object CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -v -Wl -v -MD -MT CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Run Build Command(s): /opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_24797/fast] + ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_24797.dir/build.make CMakeFiles/cmTC_24797.dir/build] + ignore line: [Building CXX object CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -v -Wl -v -MD -MT CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp] ignore line: [Apple clang version 16.0.0 (clang-1600.0.26.6)] ignore line: [Target: arm64-apple-darwin24.6.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] ignore line: [c++: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]] ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"] - 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 -mrelax-all -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.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-Jvnn59 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/16 -dependency-file CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/16/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.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 -fdebug-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-Jvnn59 -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 -fcxx-exceptions -fexceptions -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + 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 -mrelax-all -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.2 -fvisibility-inlines-hidden-static-local-var -fno-modulemap-allow-subdirectory-search -target-cpu apple-m1 -target-feature +v8.5a -target-feature +aes -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +lse -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -target-feature +sha3 -target-feature +neon -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1115.7.3 -v -fcoverage-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-18WWEb -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/16 -dependency-file CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/16/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.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 -fdebug-compilation-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles/CMakeScratch/TryCompile-18WWEb -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 -fcxx-exceptions -fexceptions -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 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/Cellar/cmake/3.29.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp] ignore line: [clang -cc1 version 16.0.0 (clang-1600.0.26.6) default target arm64-apple-darwin24.6.0] ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/local/include"] ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/Library/Frameworks"] @@ -390,14 +390,14 @@ events: ignore line: [ /Library/Developer/CommandLineTools/usr/include] ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/System/Library/Frameworks (framework directory)] ignore line: [End of search list.] - ignore line: [Linking CXX executable cmTC_32503] - ignore line: [/opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32503.dir/link.txt --verbose=1] - ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_32503] + ignore line: [Linking CXX executable cmTC_24797] + ignore line: [/opt/homebrew/Cellar/cmake/3.29.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24797.dir/link.txt --verbose=1] + ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_24797] ignore line: [Apple clang version 16.0.0 (clang-1600.0.26.6)] ignore line: [Target: arm64-apple-darwin24.6.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - 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.2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_32503 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a] + 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.2 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_24797 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a] arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore arg [-demangle] ==> ignore arg [-lto_library] ==> ignore, skip following value @@ -414,11 +414,11 @@ events: arg [-mllvm] ==> ignore arg [-enable-linkonceodr-outlining] ==> ignore arg [-o] ==> ignore - arg [cmTC_32503] ==> ignore + arg [cmTC_24797] ==> ignore arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore - arg [CMakeFiles/cmTC_32503.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [CMakeFiles/cmTC_24797.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore arg [-lc++] ==> lib [c++] arg [-lSystem] ==> lib [System] arg [/Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/16/lib/darwin/libclang_rt.osx.a] diff --git a/build/CMakeFiles/Prog3B.dir/DependInfo.cmake b/build/CMakeFiles/Prog3B.dir/DependInfo.cmake index a5d62a0..12dc095 100644 --- a/build/CMakeFiles/Prog3B.dir/DependInfo.cmake +++ b/build/CMakeFiles/Prog3B.dir/DependInfo.cmake @@ -8,8 +8,8 @@ set(CMAKE_DEPENDS_LANGUAGES # The set of dependency files which are needed: set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/Users/saramoreira/Programmieren_3b/gamecube.cpp" "CMakeFiles/Prog3B.dir/gamecube.cpp.o" "gcc" "CMakeFiles/Prog3B.dir/gamecube.cpp.o.d" - "/Users/saramoreira/Programmieren_3b/main.cpp" "CMakeFiles/Prog3B.dir/main.cpp.o" "gcc" "CMakeFiles/Prog3B.dir/main.cpp.o.d" + "/Users/saramoreira/Programmieren_3b/src/gamecube.cpp" "CMakeFiles/Prog3B.dir/src/gamecube.cpp.o" "gcc" "CMakeFiles/Prog3B.dir/src/gamecube.cpp.o.d" + "/Users/saramoreira/Programmieren_3b/src/main.cpp" "CMakeFiles/Prog3B.dir/src/main.cpp.o" "gcc" "CMakeFiles/Prog3B.dir/src/main.cpp.o.d" ) # Targets to which this target links which contain Fortran sources. diff --git a/build/CMakeFiles/Prog3B.dir/build.make b/build/CMakeFiles/Prog3B.dir/build.make index d222072..0170011 100644 --- a/build/CMakeFiles/Prog3B.dir/build.make +++ b/build/CMakeFiles/Prog3B.dir/build.make @@ -69,44 +69,44 @@ include CMakeFiles/Prog3B.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/Prog3B.dir/flags.make -CMakeFiles/Prog3B.dir/main.cpp.o: CMakeFiles/Prog3B.dir/flags.make -CMakeFiles/Prog3B.dir/main.cpp.o: /Users/saramoreira/Programmieren_3b/main.cpp -CMakeFiles/Prog3B.dir/main.cpp.o: CMakeFiles/Prog3B.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/Prog3B.dir/main.cpp.o" - /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/Prog3B.dir/main.cpp.o -MF CMakeFiles/Prog3B.dir/main.cpp.o.d -o CMakeFiles/Prog3B.dir/main.cpp.o -c /Users/saramoreira/Programmieren_3b/main.cpp +CMakeFiles/Prog3B.dir/src/main.cpp.o: CMakeFiles/Prog3B.dir/flags.make +CMakeFiles/Prog3B.dir/src/main.cpp.o: /Users/saramoreira/Programmieren_3b/src/main.cpp +CMakeFiles/Prog3B.dir/src/main.cpp.o: CMakeFiles/Prog3B.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/Prog3B.dir/src/main.cpp.o" + /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/Prog3B.dir/src/main.cpp.o -MF CMakeFiles/Prog3B.dir/src/main.cpp.o.d -o CMakeFiles/Prog3B.dir/src/main.cpp.o -c /Users/saramoreira/Programmieren_3b/src/main.cpp -CMakeFiles/Prog3B.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Prog3B.dir/main.cpp.i" - /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/saramoreira/Programmieren_3b/main.cpp > CMakeFiles/Prog3B.dir/main.cpp.i +CMakeFiles/Prog3B.dir/src/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Prog3B.dir/src/main.cpp.i" + /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/saramoreira/Programmieren_3b/src/main.cpp > CMakeFiles/Prog3B.dir/src/main.cpp.i -CMakeFiles/Prog3B.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Prog3B.dir/main.cpp.s" - /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/saramoreira/Programmieren_3b/main.cpp -o CMakeFiles/Prog3B.dir/main.cpp.s +CMakeFiles/Prog3B.dir/src/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Prog3B.dir/src/main.cpp.s" + /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/saramoreira/Programmieren_3b/src/main.cpp -o CMakeFiles/Prog3B.dir/src/main.cpp.s -CMakeFiles/Prog3B.dir/gamecube.cpp.o: CMakeFiles/Prog3B.dir/flags.make -CMakeFiles/Prog3B.dir/gamecube.cpp.o: /Users/saramoreira/Programmieren_3b/gamecube.cpp -CMakeFiles/Prog3B.dir/gamecube.cpp.o: CMakeFiles/Prog3B.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/Prog3B.dir/gamecube.cpp.o" - /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/Prog3B.dir/gamecube.cpp.o -MF CMakeFiles/Prog3B.dir/gamecube.cpp.o.d -o CMakeFiles/Prog3B.dir/gamecube.cpp.o -c /Users/saramoreira/Programmieren_3b/gamecube.cpp +CMakeFiles/Prog3B.dir/src/gamecube.cpp.o: CMakeFiles/Prog3B.dir/flags.make +CMakeFiles/Prog3B.dir/src/gamecube.cpp.o: /Users/saramoreira/Programmieren_3b/src/gamecube.cpp +CMakeFiles/Prog3B.dir/src/gamecube.cpp.o: CMakeFiles/Prog3B.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/saramoreira/Programmieren_3b/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/Prog3B.dir/src/gamecube.cpp.o" + /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/Prog3B.dir/src/gamecube.cpp.o -MF CMakeFiles/Prog3B.dir/src/gamecube.cpp.o.d -o CMakeFiles/Prog3B.dir/src/gamecube.cpp.o -c /Users/saramoreira/Programmieren_3b/src/gamecube.cpp -CMakeFiles/Prog3B.dir/gamecube.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Prog3B.dir/gamecube.cpp.i" - /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/saramoreira/Programmieren_3b/gamecube.cpp > CMakeFiles/Prog3B.dir/gamecube.cpp.i +CMakeFiles/Prog3B.dir/src/gamecube.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Prog3B.dir/src/gamecube.cpp.i" + /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/saramoreira/Programmieren_3b/src/gamecube.cpp > CMakeFiles/Prog3B.dir/src/gamecube.cpp.i -CMakeFiles/Prog3B.dir/gamecube.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Prog3B.dir/gamecube.cpp.s" - /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/saramoreira/Programmieren_3b/gamecube.cpp -o CMakeFiles/Prog3B.dir/gamecube.cpp.s +CMakeFiles/Prog3B.dir/src/gamecube.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Prog3B.dir/src/gamecube.cpp.s" + /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/saramoreira/Programmieren_3b/src/gamecube.cpp -o CMakeFiles/Prog3B.dir/src/gamecube.cpp.s # Object files for target Prog3B Prog3B_OBJECTS = \ -"CMakeFiles/Prog3B.dir/main.cpp.o" \ -"CMakeFiles/Prog3B.dir/gamecube.cpp.o" +"CMakeFiles/Prog3B.dir/src/main.cpp.o" \ +"CMakeFiles/Prog3B.dir/src/gamecube.cpp.o" # External object files for target Prog3B Prog3B_EXTERNAL_OBJECTS = -Prog3B: CMakeFiles/Prog3B.dir/main.cpp.o -Prog3B: CMakeFiles/Prog3B.dir/gamecube.cpp.o +Prog3B: CMakeFiles/Prog3B.dir/src/main.cpp.o +Prog3B: CMakeFiles/Prog3B.dir/src/gamecube.cpp.o Prog3B: CMakeFiles/Prog3B.dir/build.make Prog3B: /Users/saramoreira/Programmieren_3b/mac_arm/libgamematrix.a Prog3B: /Users/saramoreira/Programmieren_3b/mac_arm/libraylib.a diff --git a/build/CMakeFiles/Prog3B.dir/cmake_clean.cmake b/build/CMakeFiles/Prog3B.dir/cmake_clean.cmake index ddd9f2c..d904d8a 100644 --- a/build/CMakeFiles/Prog3B.dir/cmake_clean.cmake +++ b/build/CMakeFiles/Prog3B.dir/cmake_clean.cmake @@ -1,8 +1,8 @@ file(REMOVE_RECURSE - "CMakeFiles/Prog3B.dir/gamecube.cpp.o" - "CMakeFiles/Prog3B.dir/gamecube.cpp.o.d" - "CMakeFiles/Prog3B.dir/main.cpp.o" - "CMakeFiles/Prog3B.dir/main.cpp.o.d" + "CMakeFiles/Prog3B.dir/src/gamecube.cpp.o" + "CMakeFiles/Prog3B.dir/src/gamecube.cpp.o.d" + "CMakeFiles/Prog3B.dir/src/main.cpp.o" + "CMakeFiles/Prog3B.dir/src/main.cpp.o.d" "Prog3B" "Prog3B.pdb" ) diff --git a/build/CMakeFiles/Prog3B.dir/flags.make b/build/CMakeFiles/Prog3B.dir/flags.make index 61be73e..dc08e89 100644 --- a/build/CMakeFiles/Prog3B.dir/flags.make +++ b/build/CMakeFiles/Prog3B.dir/flags.make @@ -4,7 +4,7 @@ # compile CXX with /Library/Developer/CommandLineTools/usr/bin/c++ CXX_DEFINES = -CXX_INCLUDES = -I/Users/saramoreira/Programmieren_3b -I/Users/saramoreira/Programmieren_3b/raylib -I/Users/saramoreira/Programmieren_3b/mac_arm +CXX_INCLUDES = -I/Users/saramoreira/Programmieren_3b/includes -I/Users/saramoreira/Programmieren_3b/raylib -I/Users/saramoreira/Programmieren_3b/mac_arm CXX_FLAGSarm64 = -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk diff --git a/build/CMakeFiles/Prog3B.dir/link.txt b/build/CMakeFiles/Prog3B.dir/link.txt index c98342a..c64437a 100644 --- a/build/CMakeFiles/Prog3B.dir/link.txt +++ b/build/CMakeFiles/Prog3B.dir/link.txt @@ -1 +1 @@ -/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/Prog3B.dir/main.cpp.o CMakeFiles/Prog3B.dir/gamecube.cpp.o -o Prog3B /Users/saramoreira/Programmieren_3b/mac_arm/libgamematrix.a /Users/saramoreira/Programmieren_3b/mac_arm/libraylib.a -framework IOKit -framework Cocoa -framework OpenGL +/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/Prog3B.dir/src/main.cpp.o CMakeFiles/Prog3B.dir/src/gamecube.cpp.o -o Prog3B /Users/saramoreira/Programmieren_3b/mac_arm/libgamematrix.a /Users/saramoreira/Programmieren_3b/mac_arm/libraylib.a -framework IOKit -framework Cocoa -framework OpenGL diff --git a/build/CMakeFiles/Prog3B.dir/gamecube.cpp.o b/build/CMakeFiles/Prog3B.dir/src/gamecube.cpp.o similarity index 100% rename from build/CMakeFiles/Prog3B.dir/gamecube.cpp.o rename to build/CMakeFiles/Prog3B.dir/src/gamecube.cpp.o diff --git a/build/CMakeFiles/Prog3B.dir/gamecube.cpp.o.d b/build/CMakeFiles/Prog3B.dir/src/gamecube.cpp.o.d similarity index 99% rename from build/CMakeFiles/Prog3B.dir/gamecube.cpp.o.d rename to build/CMakeFiles/Prog3B.dir/src/gamecube.cpp.o.d index 14a4835..6ebdbcf 100644 --- a/build/CMakeFiles/Prog3B.dir/gamecube.cpp.o.d +++ b/build/CMakeFiles/Prog3B.dir/src/gamecube.cpp.o.d @@ -1,7 +1,7 @@ -CMakeFiles/Prog3B.dir/gamecube.cpp.o: \ - /Users/saramoreira/Programmieren_3b/gamecube.cpp \ - /Users/saramoreira/Programmieren_3b/gamecube.h \ - /Users/saramoreira/Programmieren_3b/gamematrix.h \ +CMakeFiles/Prog3B.dir/src/gamecube.cpp.o: \ + /Users/saramoreira/Programmieren_3b/src/gamecube.cpp \ + /Users/saramoreira/Programmieren_3b/includes/gamecube.h \ + /Users/saramoreira/Programmieren_3b/includes/gamematrix.h \ /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/vector \ /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/__algorithm/copy.h \ /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/__algorithm/copy_move_common.h \ diff --git a/build/CMakeFiles/Prog3B.dir/main.cpp.o b/build/CMakeFiles/Prog3B.dir/src/main.cpp.o similarity index 100% rename from build/CMakeFiles/Prog3B.dir/main.cpp.o rename to build/CMakeFiles/Prog3B.dir/src/main.cpp.o diff --git a/build/CMakeFiles/Prog3B.dir/main.cpp.o.d b/build/CMakeFiles/Prog3B.dir/src/main.cpp.o.d similarity index 99% rename from build/CMakeFiles/Prog3B.dir/main.cpp.o.d rename to build/CMakeFiles/Prog3B.dir/src/main.cpp.o.d index 77f19ef..8861603 100644 --- a/build/CMakeFiles/Prog3B.dir/main.cpp.o.d +++ b/build/CMakeFiles/Prog3B.dir/src/main.cpp.o.d @@ -1,7 +1,7 @@ -CMakeFiles/Prog3B.dir/main.cpp.o: \ - /Users/saramoreira/Programmieren_3b/main.cpp \ - /Users/saramoreira/Programmieren_3b/gamecube.h \ - /Users/saramoreira/Programmieren_3b/gamematrix.h \ +CMakeFiles/Prog3B.dir/src/main.cpp.o: \ + /Users/saramoreira/Programmieren_3b/src/main.cpp \ + /Users/saramoreira/Programmieren_3b/includes/gamecube.h \ + /Users/saramoreira/Programmieren_3b/includes/gamematrix.h \ /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/vector \ /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/__algorithm/copy.h \ /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include/c++/v1/__algorithm/copy_move_common.h \ diff --git a/build/Makefile b/build/Makefile index 13a241a..d1fefac 100644 --- a/build/Makefile +++ b/build/Makefile @@ -129,53 +129,53 @@ Prog3B/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/build .PHONY : Prog3B/fast -gamecube.o: gamecube.cpp.o -.PHONY : gamecube.o +src/gamecube.o: src/gamecube.cpp.o +.PHONY : src/gamecube.o # target to build an object file -gamecube.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/gamecube.cpp.o -.PHONY : gamecube.cpp.o +src/gamecube.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/src/gamecube.cpp.o +.PHONY : src/gamecube.cpp.o -gamecube.i: gamecube.cpp.i -.PHONY : gamecube.i +src/gamecube.i: src/gamecube.cpp.i +.PHONY : src/gamecube.i # target to preprocess a source file -gamecube.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/gamecube.cpp.i -.PHONY : gamecube.cpp.i +src/gamecube.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/src/gamecube.cpp.i +.PHONY : src/gamecube.cpp.i -gamecube.s: gamecube.cpp.s -.PHONY : gamecube.s +src/gamecube.s: src/gamecube.cpp.s +.PHONY : src/gamecube.s # target to generate assembly for a file -gamecube.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/gamecube.cpp.s -.PHONY : gamecube.cpp.s +src/gamecube.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/src/gamecube.cpp.s +.PHONY : src/gamecube.cpp.s -main.o: main.cpp.o -.PHONY : main.o +src/main.o: src/main.cpp.o +.PHONY : src/main.o # target to build an object file -main.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/main.cpp.o -.PHONY : main.cpp.o +src/main.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/src/main.cpp.o +.PHONY : src/main.cpp.o -main.i: main.cpp.i -.PHONY : main.i +src/main.i: src/main.cpp.i +.PHONY : src/main.i # target to preprocess a source file -main.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/main.cpp.i -.PHONY : main.cpp.i +src/main.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/src/main.cpp.i +.PHONY : src/main.cpp.i -main.s: main.cpp.s -.PHONY : main.s +src/main.s: src/main.cpp.s +.PHONY : src/main.s # target to generate assembly for a file -main.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/main.cpp.s -.PHONY : main.cpp.s +src/main.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Prog3B.dir/build.make CMakeFiles/Prog3B.dir/src/main.cpp.s +.PHONY : src/main.cpp.s # Help Target help: @@ -186,12 +186,12 @@ help: @echo "... edit_cache" @echo "... rebuild_cache" @echo "... Prog3B" - @echo "... gamecube.o" - @echo "... gamecube.i" - @echo "... gamecube.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" + @echo "... src/gamecube.o" + @echo "... src/gamecube.i" + @echo "... src/gamecube.s" + @echo "... src/main.o" + @echo "... src/main.i" + @echo "... src/main.s" .PHONY : help diff --git a/build/compile_commands.json b/build/compile_commands.json index f59e4ca..cece9f9 100644 --- a/build/compile_commands.json +++ b/build/compile_commands.json @@ -1,14 +1,14 @@ [ { "directory": "/Users/saramoreira/Programmieren_3b/build", - "command": "/Library/Developer/CommandLineTools/usr/bin/c++ -I/Users/saramoreira/Programmieren_3b -I/Users/saramoreira/Programmieren_3b/raylib -I/Users/saramoreira/Programmieren_3b/mac_arm -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -o CMakeFiles/Prog3B.dir/main.cpp.o -c /Users/saramoreira/Programmieren_3b/main.cpp", - "file": "/Users/saramoreira/Programmieren_3b/main.cpp", - "output": "CMakeFiles/Prog3B.dir/main.cpp.o" + "command": "/Library/Developer/CommandLineTools/usr/bin/c++ -I/Users/saramoreira/Programmieren_3b/includes -I/Users/saramoreira/Programmieren_3b/raylib -I/Users/saramoreira/Programmieren_3b/mac_arm -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -o CMakeFiles/Prog3B.dir/src/main.cpp.o -c /Users/saramoreira/Programmieren_3b/src/main.cpp", + "file": "/Users/saramoreira/Programmieren_3b/src/main.cpp", + "output": "CMakeFiles/Prog3B.dir/src/main.cpp.o" }, { "directory": "/Users/saramoreira/Programmieren_3b/build", - "command": "/Library/Developer/CommandLineTools/usr/bin/c++ -I/Users/saramoreira/Programmieren_3b -I/Users/saramoreira/Programmieren_3b/raylib -I/Users/saramoreira/Programmieren_3b/mac_arm -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -o CMakeFiles/Prog3B.dir/gamecube.cpp.o -c /Users/saramoreira/Programmieren_3b/gamecube.cpp", - "file": "/Users/saramoreira/Programmieren_3b/gamecube.cpp", - "output": "CMakeFiles/Prog3B.dir/gamecube.cpp.o" + "command": "/Library/Developer/CommandLineTools/usr/bin/c++ -I/Users/saramoreira/Programmieren_3b/includes -I/Users/saramoreira/Programmieren_3b/raylib -I/Users/saramoreira/Programmieren_3b/mac_arm -std=gnu++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -o CMakeFiles/Prog3B.dir/src/gamecube.cpp.o -c /Users/saramoreira/Programmieren_3b/src/gamecube.cpp", + "file": "/Users/saramoreira/Programmieren_3b/src/gamecube.cpp", + "output": "CMakeFiles/Prog3B.dir/src/gamecube.cpp.o" } ] \ No newline at end of file diff --git a/gamecube.h b/includes/gamecube.h similarity index 100% rename from gamecube.h rename to includes/gamecube.h diff --git a/gamematrix.h b/includes/gamematrix.h similarity index 100% rename from gamematrix.h rename to includes/gamematrix.h diff --git a/gamecube.cpp b/src/gamecube.cpp similarity index 100% rename from gamecube.cpp rename to src/gamecube.cpp diff --git a/main.cpp b/src/main.cpp similarity index 100% rename from main.cpp rename to src/main.cpp