View previous topic :: View next topic |
Author |
Message |
moonchilde n00b

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 |
|
 |
asturm Developer


Joined: 05 Apr 2007 Posts: 8784 Location: Austria
|
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. _________________ backend.cpp:92:2: warning: #warning TODO - this error message is about as useful as a cooling unit in the arctic |
|
Back to top |
|
 |
moonchilde n00b

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 |
|
 |
asturm Developer


Joined: 05 Apr 2007 Posts: 8784 Location: Austria
|
Posted: Fri Nov 13, 2015 7:12 pm Post subject: |
|
|
khotkeys is not mandatory, it is still optional but you encounter a bug there. _________________ backend.cpp:92:2: warning: #warning TODO - this error message is about as useful as a cooling unit in the arctic |
|
Back to top |
|
 |
|