[regression] Development headers reference unknown header "mir_toolkit/mir_input_device_types.h" so some clients can't build at all any more
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
Critical
|
Alan Griffiths | ||
0.25 |
Invalid
|
Undecided
|
Unassigned | ||
mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Trying to build GTK+ which uses mircommon and mirclient, I'm getting:
In file included from /home/william/
/home/william/
#include "mir_toolkit/
compilation terminated.
Makefile:652: recipe for target 'gdkmircursor.lo' failed
make[4]: *** [gdkmircursor.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from /home/william/
/home/william/
#include "mir_toolkit/
compilation terminated.
Makefile:652: recipe for target 'gdkmirdevicema
make[4]: *** [gdkmirdevicema
In file included from /home/william/
/home/william/
#include "mir_toolkit/
It seems like this header was moved, or possibly it wasn't installed.
Related branches
- Mir CI Bot: Approve (continuous-integration)
- Daniel van Vugt: Approve
- Brandon Schaefer (community): Approve
-
Diff: 1 lines (+0/-0)0 files modified
Changed in mir: | |
status: | Confirmed → In Progress |
summary: |
Development headers reference unknown header + "mir_toolkit/mir_input_device_types.h" |
Changed in mir: | |
importance: | High → Critical |
summary: |
Development headers reference unknown header - "mir_toolkit/mir_input_device_types.h" + "mir_toolkit/mir_input_device_types.h" so some clients can't build at + all any more |
summary: |
- Development headers reference unknown header + [regression] Development headers reference unknown header "mir_toolkit/mir_input_device_types.h" so some clients can't build at all any more |
tags: | added: clientapi regression |
Changed in mir: | |
status: | Fix Committed → Fix Released |
include/ common/ mir_toolkit/ mir_input_ device_ types.h was added in -c 3893 (post 0.25), but src/common/ CMakeLists. txt doesn't install the mir_toolkit subtree.