Version: 3.1 (using KDE KDE 3.3.0) Installed from: Compiled From Sources Compiler: gcc-2.95.3 Used ./configure option --with-gnu-ld OS: Solaris Some libraries (e. g. ACE/TAO) contains macros which expands to statements including the terminating semicolon. Calling these macros without a terminiating semicolon after the right bracket conforms to ANSI C/C++, but the integrated Editor of KDevelop alerts an error. Adding an extra semicolon to such macro calls would cause linting tools (e. g. FlexeLint) to issue a complaint about useless statements.
I'm sure you meant "Problem reporter", the editor does not give out error messages.
Hi Amilcar, Amilcar do Carmo Lucas writes: > I'm sure you meant "Problem reporter", the editor does not give out error > messages. That's correct, the editor only highlight the resulting syntax error. Regards, Michael Altmann -- Diese E-Mail enth
Problem is with the parser, not the Problems display widget.
I believe we've delt with this problem as much as we reasonably can in KDevelop3. See comment #3 in bug #132643. *** This bug has been marked as a duplicate of 132643 ***
Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively