Summary: | -Wall etc. not supported by Solaris compiler | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | tropikhajma <tropikhajma> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 1.3 (KDE 4.8) | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch |
Git commit c7a5999d41f48da246e2882034cf08bdb74ecfc6 by Dennis Nienhüser. Committed on 19/01/2012 at 17:40. Pushed by nienhueser into branch 'master'. Fix -Wall etc. not supported by Solaris compiler Patch by tropikhajma, thanks! M +2 -2 CMakeLists.txt http://commits.kde.org/marble/c7a5999d41f48da246e2882034cf08bdb74ecfc6 Git commit 05b62fcfc4528109bd6b7d06b7baee7fbeae1a03 by Dennis Nienhüser. Committed on 19/01/2012 at 17:40. Pushed by nienhueser into branch 'KDE/4.8'. Fix -Wall etc. not supported by Solaris compiler Patch by tropikhajma, thanks! (cherry picked from commit c7a5999d41f48da246e2882034cf08bdb74ecfc6) M +2 -2 CMakeLists.txt http://commits.kde.org/marble/05b62fcfc4528109bd6b7d06b7baee7fbeae1a03 |
Created attachment 67982 [details] patch Version: unspecified (using Devel) OS: Solaris the top level CMakeLists.txt uses -W* options for any non-MSVC compilers. This breaks build with the Solaris Studio 12.3 compiler (earlier Studio versions ignored the -W flags) the attached patch uses condition taken from akonadi instead Reproducible: Always Steps to Reproduce: try to build it Actual Results: fails Expected Results: builds Solaris 11, Solaris Studio 12.3, x86