download_prerequisites cd .. mkdir build && cd $_ ../gcc-10/configure --prefix=/usr/local/gcc-10 \ --enable-checking=release \ --enable-languages=c,c++,fortran \ --disable-multilib \ --with-sysroot=/usr/local/gcc_system_root \ --program-suffix=-10 make -j8 sudo make install-...
I compiled clang on windows and tried to set my CMAKE_CXX_COMPILER variable to point to this compiled clang. CLion looks like it does some sort of auto generation and I get these errors. Any help would be great! Error:Error:The C++ compiler "C:/Users/Michael/Desktop/Clang/build/...