Can't build on Mac M1 Xcode 14.3.1using latest OF Version and also nighly build

I am getting an error on build by using ofxRules AddOn -
/Users/master/Developer/of_v0.9.8_osx_release/addons/ofxXmlSettings/libs/tinyxmlparser.cpp

Hello @LNVG please explain better your issue. ofxRules is an addon? where we can find it?
from your path it seems you are trying v0.9.8 not latest

1 Like

@dimitre - thanks - sorry. For my poor description.
I do have a complex project which worked out with old architecures 64bit - and now with M1 - it’s giving very different errors. one of them is coming from addOn - ofxRules GitHub - neilmendoza/ofxRules: Rules based mesh generation addon for openFrameworks. -

  • I am using 0.11.2 - for sure.
  • this would be the exxample delivered by the addon -

following error -

Showing All Messages
Ld /Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/example-file/bin/example-fileDebug.app/Contents/MacOS/example-fileDebug normal (in target ‘example-file’ from project ‘example-file’)
cd /Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/example-file
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-macos10.14.6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -L/Users/master/Library/Developer/Xcode/DerivedData/example-file-gwnzunvehqyqrkhejwyixalcqxml/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/example-file/bin -F/Users/master/Library/Developer/Xcode/DerivedData/example-file-gwnzunvehqyqrkhejwyixalcqxml/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/example-file/bin -F/Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/example-file/…/…/…/libs/glut/lib/osx -filelist /Users/master/Library/Developer/Xcode/DerivedData/example-file-gwnzunvehqyqrkhejwyixalcqxml/Build/Intermediates.noindex/example-file.build/Debug/example-file.build/Objects-normal/arm64/example-fileDebug.LinkFileList -dead_strip -Xlinker -object_path_lto -Xlinker /Users/master/Library/Developer/Xcode/DerivedData/example-file-gwnzunvehqyqrkhejwyixalcqxml/Build/Intermediates.noindex/example-file.build/Debug/example-file.build/Objects-normal/arm64/example-fileDebug_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -stdlib=libc++ …/…/…/libs/tess2/lib/osx/tess2.a …/…/…/libs/glew/lib/osx/glew.a …/…/…/libs/cairo/lib/osx/cairo-script-interpreter.a …/…/…/libs/cairo/lib/osx/cairo.a …/…/…/libs/cairo/lib/osx/pixman-1.a …/…/…/libs/fmod/lib/osx/libfmod.dylib …/…/…/libs/rtAudio/lib/osx/rtaudio.a …/…/…/libs/glfw/lib/osx/glfw3.a …/…/…/libs/FreeImage/lib/osx/freeimage.a …/…/…/libs/freetype/lib/osx/freetype.a …/…/…/libs/boost/lib/osx/boost_filesystem.a …/…/…/libs/boost/lib/osx/boost_system.a …/…/…/libs/curl/lib/osx/curl.a …/…/…/libs/uriparser/lib/osx/uriparser.a …/…/…/libs/pugixml/lib/osx/pugixml.a -framework Accelerate -framework QTKit -framework GLUT /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworksCompiled/lib/osx/openFrameworksDebug.a -framework AGL -framework ApplicationServices -framework AudioToolbox -framework Carbon -framework CoreAudio -framework CoreFoundation -framework CoreServices -framework OpenGL -framework QuickTime -framework AppKit -framework Cocoa -framework IOKit -framework CoreVideo -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/master/Library/Developer/Xcode/DerivedData/example-file-gwnzunvehqyqrkhejwyixalcqxml/Build/Intermediates.noindex/example-file.build/Debug/example-file.build/Objects-normal/arm64/example-fileDebug_dependency_info.dat -o /Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/example-file/bin/example-fileDebug.app/Contents/MacOS/example-fileDebug

ld: warning: directory not found for option ‘-F/Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/example-file/…/…/…/libs/glut/lib/osx’
ld: framework not found QuickTime
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Directory not found for option ‘-F/Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/example-file/…/…/…/libs/glut/lib/osx’

Framework not found QuickTime

Linker command failed with exit code 1 (use -v to see invocation)

by compiling my project - the failure is another one -

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__memory/allocator.h:165:28: error: call to implicitly-deleted copy constructor of ‘BifurcationRule’
::new ((void*)__p) _Up(_VSTD::forward<_Args>(__args)…);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/master/Developer/of_v0.11.2_osx_release/apps/myApps/klangsondagen_0_11_2/src/Bifurcations.cpp:9:
In file included from src/Bifurcations.hpp:13:
In file included from src/BifurcationRule.hpp:13:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/src/ofxRules.h:34:
In file included from …/…/…/addons/ofxRules/src/Rules.h:34:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/ofMain.h:6:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/utils/ofConstants.h:279:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/string:534:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__memory/allocate_at_least.h:13:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__memory/allocator_traits.h:290:13: note: in instantiation of function template specialization ‘std::allocator::construct<BifurcationRule, BifurcationRule>’ requested here
__a.construct(__p, _VSTD::forward<_Args>(__args)…);
^
In file included from /Users/master/Developer/of_v0.11.2_osx_release/apps/myApps/klangsondagen_0_11_2/src/Bifurcations.cpp:9:
In file included from src/Bifurcations.hpp:13:
In file included from src/BifurcationRule.hpp:13:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/src/ofxRules.h:34:
In file included from …/…/…/addons/ofxRules/src/Rules.h:34:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/ofMain.h:6:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/utils/ofConstants.h:279:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/string:551:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/string_view:223:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/functional:515:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:26:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/vector:808:21: note: in instantiation of function template specialization ‘std::allocator_traits<std::allocator>::construct<BifurcationRule, BifurcationRule, void>’ requested here
__alloc_traits::construct(this->__alloc(), _VSTD::__to_address(__tx._pos),
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/vector:1564:9: note: in instantiation of function template specialization ‘std::vector::__construct_one_at_end’ requested here
__construct_one_at_end(_VSTD::move(__x));
^
/Users/master/Developer/of_v0.11.2_osx_release/apps/myApps/klangsondagen_0_11_2/src/Bifurcations.cpp:41:13: note: in instantiation of member function ‘std::vector::push_back’ requested here
arboles.push_back(BifurcationRule(p));
^
In file included from /Users/master/Developer/of_v0.11.2_osx_release/apps/myApps/klangsondagen_0_11_2/src/Bifurcations.cpp:9:
In file included from src/Bifurcations.hpp:13:
src/BifurcationRule.hpp:44:15: note: copy constructor of ‘BifurcationRule’ is implicitly deleted because field ‘cam’ has a deleted copy constructor
ofEasyCam cam;
^
In file included from /Users/master/Developer/of_v0.11.2_osx_release/apps/myApps/klangsondagen_0_11_2/src/Bifurcations.cpp:9:
In file included from src/Bifurcations.hpp:13:
In file included from src/BifurcationRule.hpp:13:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/src/ofxRules.h:34:
In file included from …/…/…/addons/ofxRules/src/Rules.h:34:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/ofMain.h:111:
/Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/3d/ofEasyCam.h:259:19: note: copy constructor of ‘ofEasyCam’ is implicitly deleted because field ‘listeners’ has a deleted copy constructor
ofEventListeners listeners;
^
In file included from /Users/master/Developer/of_v0.11.2_osx_release/apps/myApps/klangsondagen_0_11_2/src/Bifurcations.cpp:9:
In file included from src/Bifurcations.hpp:13:
In file included from src/BifurcationRule.hpp:13:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/src/ofxRules.h:34:
In file included from …/…/…/addons/ofxRules/src/Rules.h:34:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/ofMain.h:11:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/utils/ofURLFileLoader.h:3:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/events/ofEvents.h:4:
In file included from …/…/…/libs/openFrameworks/events/ofEventUtils.h:4:
…/…/…/libs/openFrameworks/events/ofEvent.h:408:2: note: ‘ofEventListeners’ has been explicitly marked deleted here
ofEventListeners(const ofEventListeners &) = delete;
^
In file included from /Users/master/Developer/of_v0.11.2_osx_release/apps/myApps/klangsondagen_0_11_2/src/Bifurcations.cpp:9:
In file included from src/Bifurcations.hpp:13:
In file included from src/BifurcationRule.hpp:13:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/src/ofxRules.h:34:
In file included from …/…/…/addons/ofxRules/src/Rules.h:34:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/ofMain.h:6:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/utils/ofConstants.h:279:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/string:549:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/memory:858:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:587:3: error: static_assert failed due to requirement ‘__is_cpp17_move_insertable<std::allocator, void>::value’ “The specified type does not meet the requirements of Cpp17MoveInsertable”
static_assert(__is_cpp17_move_insertable<_Alloc>::value,
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/master/Developer/of_v0.11.2_osx_release/apps/myApps/klangsondagen_0_11_2/src/Bifurcations.cpp:9:
In file included from src/Bifurcations.hpp:13:
In file included from src/BifurcationRule.hpp:13:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/addons/ofxRules/src/ofxRules.h:34:
In file included from …/…/…/addons/ofxRules/src/Rules.h:34:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/ofMain.h:6:
In file included from /Users/master/Developer/of_v0.11.2_osx_release/libs/openFrameworks/utils/ofConstants.h:279:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/string:551:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/string_view:223:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/functional:515:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:26:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/vector:914:27: note: in instantiation of function template specialization ‘std::__uninitialized_allocator_move_if_noexcept<std::allocator, std::reverse_iterator<BifurcationRule *>, std::reverse_iterator<BifurcationRule *>, std::reverse_iterator<BifurcationRule *>>’ requested here
__v._begin = std::__uninitialized_allocator_move_if_noexcept(
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/vector:1539:5: note: in instantiation of member function ‘std::vector::__swap_out_circular_buffer’ requested here
__swap_out_circular_buffer(__v);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/vector:1567:9: note: in instantiation of function template specialization ‘std::vector::__push_back_slow_path’ requested here
__push_back_slow_path(_VSTD::move(__x));
^
/Users/master/Developer/of_v0.11.2_osx_release/apps/myApps/klangsondagen_0_11_2/src/Bifurcations.cpp:41:13: note: in instantiation of member function ‘std::vector::push_back’ requested here
arboles.push_back(BifurcationRule(p));
^
9 warnings and 2 errors generated.

hello,

using nightly, downloaded ofxRules, generated a fresh example project (the supplied xcodeproj is pretty ancient), deleted the red superfluous ofApp files from the sidebar, adjusted the type of watchedLastModified from std::time_t to std::filesystem::file_time_type (and removing the assignment to 0) and that the got me the running app on a M1.

not sure where your errors are coming from but for a start it’s probably good to move to nightly (soon-to-be-0.12).

3 Likes

@burton thanks for your time. Amazing.
I just did what you proposed. But by changing the variabel type watchedLastModified to std::filesystem::file_time_type and also removing the assigment to 0 I get following error in Xcode - If I fix it - then I get other errors concearning watchedLastModified

No member named 'filesystem' in namespace 'std'

so I fixed by changing to std::__fs::filesystem::file_time_type watchedLastModified; and modifying the time variable time in also to std::__fs::filesystem::file_time_type

and now I get again the error:

CompileC /Users/master/Library/Developer/Xcode/DerivedData/example-file-asxwbghsacuxrpfismhfixyzhcsm/Build/Intermediates.noindex/example-file.build/Release/example-file.build/Objects-normal/x86_64/tinyxmlparser.o /Users/master/Developer/of_v20230727_osx_release/addons/ofxXmlSettings/libs/tinyxmlparser.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'example-file' from project 'example-file')
    cd /Users/master/Developer/of_v20230727_osx_release/addons/ofxRules/example-file
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/master/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -target x86_64-apple-macos10.15 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -std\=c++11 -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wno-unused-value -Wempty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -DGL_SILENCE_DEPRECATION\=1 -DGLES_SILENCE_DEPRECATION\=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -fasm-blocks -funroll-loops -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -mssse3 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/master/Library/Developer/Xcode/DerivedData/example-file-asxwbghsacuxrpfismhfixyzhcsm/Build/Intermediates.noindex/example-file.build/Release/example-file.build/example-file-generated-files.hmap -I/Users/master/Library/Developer/Xcode/DerivedData/example-file-asxwbghsacuxrpfismhfixyzhcsm/Build/Intermediates.noindex/example-file.build/Release/example-file.build/example-file-own-target-headers.hmap -I/Users/master/Library/Developer/Xcode/DerivedData/example-file-asxwbghsacuxrpfismhfixyzhcsm/Build/Intermediates.noindex/example-file.build/Release/example-file.build/example-file-all-target-headers.hmap -iquote /Users/master/Library/Developer/Xcode/DerivedData/example-file-asxwbghsacuxrpfismhfixyzhcsm/Build/Intermediates.noindex/example-file.build/Release/example-file.build/example-file-project-headers.hmap -I/Users/master/Developer/of_v20230727_osx_release/addons/ofxRules/example-file/bin/include -I../../../libs/openFrameworks -I../../../libs/openFrameworks/3d -I../../../libs/openFrameworks/app -I../../../libs/openFrameworks/communication -I../../../libs/openFrameworks/events -I../../../libs/openFrameworks/gl -I../../../libs/openFrameworks/graphics -I../../../libs/openFrameworks/math -I../../../libs/openFrameworks/sound -I../../../libs/openFrameworks/types -I../../../libs/openFrameworks/utils -I../../../libs/openFrameworks/video -I../../../libs/openFrameworks/gl/shaders -I../../../libs/freetype/include -I../../../libs/freetype/include/freetype2 -I../../../libs/fmod/include -I../../../libs/glew/include -I../../../libs/FreeImage/include -I../../../libs/tess2/include -I../../../libs/cairo/include/cairo -I../../../libs/rtAudio/include -I../../../libs/glfw/include -I../../../libs/boost/include -I../../../libs/utf8/include -I../../../libs/json/include -I../../../libs/glm/include -I../../../libs/curl/include -I../../../libs/uriparser/include -I../../../libs/pugixml/include -Isrc -I../../../addons/ofxXmlSettings/libs -I../../../addons/ofxXmlSettings/src -I../../../addons/ofxRules/libs -I../../../addons/ofxRules/src -I../../../addons/ofxRules/src/actions -I/Users/master/Library/Developer/Xcode/DerivedData/example-file-asxwbghsacuxrpfismhfixyzhcsm/Build/Intermediates.noindex/example-file.build/Release/example-file.build/DerivedSources-normal/x86_64 -I/Users/master/Library/Developer/Xcode/DerivedData/example-file-asxwbghsacuxrpfismhfixyzhcsm/Build/Intermediates.noindex/example-file.build/Release/example-file.build/DerivedSources/x86_64 -I/Users/master/Library/Developer/Xcode/DerivedData/example-file-asxwbghsacuxrpfismhfixyzhcsm/Build/Intermediates.noindex/example-file.build/Release/example-file.build/DerivedSources -F/Users/master/Developer/of_v20230727_osx_release/addons/ofxRules/example-file/bin -F/Users/master/Developer/of_v20230727_osx_release/libs/glut/lib/osx -D__MACOSX_CORE__ -lpthread -mtune\=native -MMD -MT dependencies -MF /Users/master/Library/Developer/Xcode/DerivedData/example-file-asxwbghsacuxrpfismhfixyzhcsm/Build/Intermediates.noindex/example-file.build/Release/example-file.build/Objects-normal/x86_64/tinyxmlparser.d --serialize-diagnostics /Users/master/Library/Developer/Xcode/DerivedData/example-file-asxwbghsacuxrpfismhfixyzhcsm/Build/Intermediates.noindex/example-file.build/Release/example-file.build/Objects-normal/x86_64/tinyxmlparser.dia -c /Users/master/Developer/of_v20230727_osx_release/addons/ofxXmlSettings/libs/tinyxmlparser.cpp -o /Users/master/Library/Developer/Xcode/DerivedData/example-file-asxwbghsacuxrpfismhfixyzhcsm/Build/Intermediates.noindex/example-file.build/Release/example-file.build/Objects-normal/x86_64/tinyxmlparser.o

clang: warning: -lpthread: 'linker' input unused [-Wunused-command-line-argument]
error: unknown target CPU 'apple-m1'
note: valid target CPU values are: i386, i486, winchip-c6, winchip2, c3, i586, pentium, pentium-mmx, pentiumpro, i686, pentium2, pentium3, pentium3m, pentium-m, c3-2, yonah, pentium4, pentium4m, prescott, nocona, core2, penryn, bonnell, atom, silvermont, slm, goldmont, goldmont-plus, tremont, nehalem, corei7, westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell, core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake, cooperlake, cannonlake, icelake-client, rocketlake, icelake-server, tigerlake, sapphirerapids, alderlake, knl, knm, lakemont, k6, k6-2, k6-3, athlon, athlon-tbird, athlon-xp, athlon-mp, athlon-4, k8, athlon64, athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10, barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2, znver3, x86-64, geode


But I am step ahead,. Thanks. If you still have time and an idea I would be very thanksful -

Nice! you can use the namespace of::filesystem in OF nightly

Where “apple-m1” come from? did you set up manually?