View previous topic :: View next topic |
Author |
Message |
moonchilde n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 13 Nov 2015 Posts: 18
|
Posted: Fri Nov 13, 2015 10:56 am Post subject: kde-plasma/kmenuedit compile failure |
|
|
I've had this problem for a while. Every time I try to compile kmenuedit I get the following error:
Code: | CMake Error at CMakeLists.txt:47 (if):
if given arguments:
"NOT" "WIN32" "AND"
Unknown arguments specified |
It does this instantly. How can I fix this?
Thank you in advance.
Edit: Oops, could a moderator please move this into Portage and Programming? Thank you. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
asturm Developer
![Developer Developer](/images/ranks/rank-dev.gif)
Joined: 05 Apr 2007 Posts: 9337
|
Posted: Fri Nov 13, 2015 12:02 pm Post subject: |
|
|
Interesting, that means this line of code
Code: | if(NOT WIN32 AND ${KHotKeysDBusInterface_FOUND}) |
won't work if (optional) kde-plasma/khotkeys is not found.
You can work around it with building it with USE=hotkeys. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
moonchilde n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 13 Nov 2015 Posts: 18
|
Posted: Fri Nov 13, 2015 3:51 pm Post subject: |
|
|
@genstorm
That worked, thank you. Should I file a bug report to update the ebuild to require khotkeys? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
asturm Developer
![Developer Developer](/images/ranks/rank-dev.gif)
Joined: 05 Apr 2007 Posts: 9337
|
Posted: Fri Nov 13, 2015 7:12 pm Post subject: |
|
|
khotkeys is not mandatory, it is still optional but you encounter a bug there. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|