| 15 | |
| 16 | EDIT: Belay that, when I found the failed make command in the log and ran it manually, I did get the same error. |
| 17 | |
| 18 | {{{ |
| 19 | inputs-channel.cpp:467:1: error: visibility does not match previous declaration |
| 20 | SPICE_GNUC_VISIBLE int spice_server_kbd_leds(SpiceKbdInstance *sin, int leds) |
| 21 | ^ |
| 22 | ./utils.h:28:44: note: expanded from macro 'SPICE_GNUC_VISIBLE' |
| 23 | #define SPICE_GNUC_VISIBLE __attribute__ ((visibility ("default"))) |
| 24 | ^ |
| 25 | ./push-visibility.h:19:13: note: previous attribute is here |
| 26 | #pragma GCC visibility push(hidden) |
| 27 | }}} |