Julian Rohrhuber
Julian Rohrhuber
> What happens if you just add -DCMAKE_CXX_FLAGS="--std=c++14"? > And then try again with -DCMAKE_CXX_FLAGS="--std=c++11"? I did each in a new folder. Same errors as the above. :(
Thanks a lot for your patience!
I get this: ``` CMake Error at CMakeLists.txt:11 (project): The CMAKE_CXX_COMPILER: clang++-mp-17 is not a full path and was not found in the PATH. Tell CMake where to find the...
clang-17 is there, and I have installed boost from homebrew. Trying out to pass the paths: ``` cmake -DSC_EL=ON -DSUPERNOVA=OFF -DSC_ABLETON_LINK:BOOL=OFF -DSC_EL_BYTECOMPILE:BOOL=ON - DNATIVE=ON -DCMAKE_PREFIX_PATH=/opt/local/libexec/qt5 -DCMAKE_OSX_ARCHITECTURES=arm64 - DCMAKE_CXX_FLAGS="--std=c++17 -D_LIBCPP_ENABLE_CXX17_REMOVED_FEATURES" -DCMAKE_C_COMPILER=/usr/...
Interesting! now that I just use `clang++` (this is the only ++ binary I could find), it goes through further: ``` Could not find a package configuration file provided by...
For me it still fails …
Now I have succeeded to build, using: ``` cmake -DCMAKE_CXX_FLAGS="--std=c++17 -Wno-enum-constexpr-conversion -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION" -DCMAKE_PREFIX_PATH=`brew --prefix qt5` .. cmake --build . --target install --config RelWithDebInfo ```
if it is not too much of a hassle, just separate it in a commit of the same pull request. There is another pull request with the same or similar...
Ok, so leave it, and let's wait for #6317
Hi @beatboxchad I've just asked @sensestage, but she has no time to look at this currently. I don't have the equipment to check this, maybe you know someone who can...