#build-x86_64-static failed

1 messages · Page 1 of 1 (latest)

ionic ore
#

when i run packaging/makeself/build-x86_64-static.sh it failed and i get this log

aclk/schema-wrappers/alarm_stream.cc: In function 'void fill_alarm_log_entry(alarm_log_entry*, alarms::v1::AlarmLogEntry*)':
aclk/schema-wrappers/alarm_stream.cc:139:12: error: 'class alarms::v1::AlarmLogEntry' has no member named 'set_event_id'
  139 |     proto->set_event_id(data->event_id);
      |            ^~~~~~~~~~~~
aclk/schema-wrappers/alarm_stream.cc:140:12: error: 'class alarms::v1::AlarmLogEntry' has no member named 'set_transition_id'
  140 |     proto->set_transition_id(data->transition_id);
      |            ^~~~~~~~~~~~~~~~~

can someone help

queen pond
#

@ionic ore I think you need to update git submodules

ionic ore