Hi all,
I am trying to build CilkPlus on my Mac and I followed the instructions in https://cilkplus.github.io. However, I got the following build errors when I run make && make install:

I used the following cmake settings for generating makefile (i.e., add -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ due to Max OS):

My clang version is shown bellow:

I am using the macOS Ventura 13.0.1 currently.
Could you give me any advice for addressing the problem ?
Best regards,
ItakEjgo