Le 04/11/2018 à 12:09, Samuel Thibault a écrit : > Hello, > > Sylvestre Ledru, le dim. 04 nov. 2018 09:18:08 +0100, a ecrit: >> Le 04/11/2018 à 02:33, Samuel Thibault a écrit : >>> /mnt/compil/llvm-toolchain-7-7/build-llvm/bin/clang++ -g -O2 >>> -fdebug-prefix-map=/mnt/compil/llvm-toolchain-7-7=. >>> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time >>> -D_FORTIFY_SOURCE=2 -DLLVM_NO_OLD_LIBSTDCXX -std=c++0x -o >>> CMakeFiles/cmTC_b2902.dir/src.cxx.o -c >>> /mnt/compil/llvm-toolchain-7-7/libcxxabi/build/CMakeFiles/CMakeTmp/src.cxx >> Adding -v to see the search paths, what this command returns? > It's not very talkative :/ > > clang version 7.0.0-8 (tags/RELEASE_700/final) > Target: i686-unknown--gnu0.9 > Thread model: posix > InstalledDir: /mnt/compil/llvm-toolchain-7-7/build-llvm/bin > clang++: error: no such file or directory: > '/mnt/compil/llvm-toolchain-7-7/libcxxabi/build/CMakeFiles/CMakeTmp/src.cxx'
This is a temp file generated by cmake. Just create it again with the right content :) S

