Re: [Qt-creator] What makes a message a "Compile Error"

2018-03-06 Thread Tobias Hunger
Hi Michael, On Tue, Mar 6, 2018 at 2:34 PM, Michael Jackson wrote: > I'm using Qt classes, we compile on Linux (GCC), macOS (clang) and Windows > (VS 2015/2017). We use C++ and CMake for the build system. The part that > throws a false positive is a custom build

Re: [Qt-creator] What makes a message a "Compile Error"

2018-03-06 Thread Michael Jackson
-Original Message- From: Tobias Hunger Date: Tuesday, March 6, 2018 at 8:02 AM To: Michael Jackson Cc: qt-creator Subject: Re: [Qt-creator] What makes a message a "Compile Error" On Tue, Mar 6, 2018 at

Re: [Qt-creator] What makes a message a "Compile Error"

2018-03-06 Thread Tobias Hunger
On Tue, Mar 6, 2018 at 1:41 PM, Michael Jackson wrote: > As part of our build we execute a few external programs that create output. > It seems that QtCreator seems to think that these messages are errors even > though they are not. Creator uses classes derived

[Qt-creator] What makes a message a "Compile Error"

2018-03-06 Thread Michael Jackson
As part of our build we execute a few external programs that create output. It seems that QtCreator seems to think that these messages are errors even though they are not. Is there a specific pattern that we can use in our output messages so that QtCreator can interpret them correctly? Sometime

Re: [Qt-creator] Using Qt Creator for legacy ObjectiveC++ project

2018-03-06 Thread Christian Kandeler
On Tue, 6 Mar 2018 06:18:56 +0100 Henry Skoglund wrote: > One more question: for all the Xcode bashing, I find the Analyze compile > command in Xcode more powerful/finding more stuff than the Analyze/Clang > Static Analyzer in Qt Creator. For example, if I have this simple