Changes between Version 1 and Version 2 of Ticket #68439, comment 1


Ignore:
Timestamp:
Nov 4, 2023, 4:45:48 PM (7 months ago)
Author:
kupietools (Michael E. Kupietz)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68439, comment 1

    v1 v2  
    1313
    1414The mentioned main.log is enormous and searching for errors in it didn't reveal anything immediately useful.
     15
     16EDIT: Belay that, when I found the failed make command in the log and ran it manually, I did get the same error.
     17
     18{{{
     19inputs-channel.cpp:467:1: error: visibility does not match previous declaration
     20SPICE_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}}}