Le 04/11/2018 à 14:32, Samuel Thibault a écrit : > Samuel Thibault, le dim. 04 nov. 2018 14:30:22 +0100, a ecrit: >> I'm actually wondering what is supposed to make clang++ take the >> -DLIBCXXABI_LIBCXX_INCLUDES=/mnt/compil/llvm-toolchain-7-7/libcxx/include > I tried to make this an environment variable that clang++ could take, > but still:
I dont' think this is a compiler variable. Just try with -I/mnt/compil/llvm-toolchain-7-7/libcxx/include and it should be fine. It is missing from the search path. I guess this is a cmake check which is limited to Linux S

