Re: [C/C++] Irritating Pre-Build command line

2019-03-03 Thread Валера Солдатов
In "C/C++ Project with Existing Sources" wizard on first step You can see "Use Build Analyzer" and "Select Configuration Mode" fields. If "Use Build Analyzer" checkbox is switched on, then IDE will listen build command. If build fails, then C/C++ Code Analyzer will ignore source files. Because y

[C/C++] Irritating Pre-Build command line

2019-03-03 Thread Ulf Zibis
Hi, I have created a new C project "from existing sources". With invokation of Pre-Build I see the following problem: cd '/home/ich/Projects/ffmpeg/dev' ./configure CC=/usr/bin/gcc CXX=/usr/bin/g++ CFLAGS=-g3 -gdwarf-2 CXXFLAGS=-g3 -gdwarf-2 Unknown option "CC=/usr/bin/gcc". See ./configure --help