From kdevelop-bugs Mon Apr 23 22:25:13 2007 From: Paul Fee Date: Mon, 23 Apr 2007 22:25:13 +0000 To: kdevelop-bugs Subject: [Bug 132601] SunStudio C++ compiler not detected in Compiler Output Message-Id: <20070423222513.6640.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306975412696 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=132601 pfee talk21 com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED | ------- Additional Comments From pfee talk21 com 2007-04-24 00:25 ------- Thank you Jens for the change which made it into KDevelop 3.4. The "compiling" detection now works for SunStudio's "CC" compiler. However, the "linking" detection was omitted from your change. Looking at the source for KDevelop 3.4.0, could line 90 be changed from: ActionFormat( i18n("linking"), 1, 2, "(gcc|cc|c\\+\\+|g\\+\\+)\\S* (?:\\S* )*-o ([^\\s;]+)"), to: ActionFormat( i18n("linking"), 1, 2, "(gcc|CC|cc|c\\+\\+|g\\+\\+)\\ S* (?:\\S* )*-o ([^\\s;]+)"), That is, add "CC|". Thanks, Paul