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

2019-03-14 Thread Ulf Zibis
Much thanks Валера, with your hints I was able to configure my C/C++ project to work as expected. -Ulf Am 03.03.19 um 22:10 schrieb Валера Солдатов: > In "C/C++ Project with Existing Sources" wizard on first step You can > see "Use Build Analyzer" and "Select Configuration Mode" fields. > If "Us

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