Bug 381544 - kcm_keyboard needs exceptions to build
Summary: kcm_keyboard needs exceptions to build
Status: RESOLVED WORKSFORME
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_keyboard (show other bugs)
Version: 5.10.2
Platform: Compiled Sources All
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-22 19:45 UTC by RJVB
Modified: 2020-11-19 22:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
patch for the kcm_keyboard cmake code (482 bytes, text/plain)
2017-06-22 19:45 UTC, RJVB
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RJVB 2017-06-22 19:45:38 UTC
Created attachment 106241 [details]
patch for the kcm_keyboard cmake code

I ran into a failure building kcm_keyboard from plasma-desktop 5.10.2 with GCC 7.1.0; the Boost version I have (1.59.0) requires C++ exceptions to be enabled.
Comment 1 Justin Zobel 2020-11-19 05:57:32 UTC
I've built systemsettings recently and I'm assuming this patch is no longer required.

Can you please test and confirm if this is still required or if this bug report can be marked as resolved. I'm setting status to "needsinfo" pending your response, please change back to "reported" or "resolved" when you respond, thanks.
Comment 2 RJVB 2020-11-19 22:52:52 UTC
I no longer have that compiler nor that Boost version, but I can confirm that the combination clang 5.0.2 + Boost 1.71.0 no longer requires C++ exceptions to be enabled.