$ make
[ 7%] Generating src/Constants.c;src/main.c;src/Device.c;src/KDEConnectManager.c;src/DeviceIndicator.c;src/FirstTimeWizard.c;src/StartupManager.c;src/Sms.c
warning: --save-temps has no effect when -C or --ccode is set
/home/livingstone/ssd/indicator-kdeconnect-master/src/Sms.vala:52.37-52.58: error: 1 missing arguments for void Gtk.EntryBuffer.new (uint8[] initial_chars)' this.phone_number_buffer = new Gtk.EntryBuffer (); ^^^^^^^^^^^^^^^^^^^^^^ /home/livingstone/ssd/indicator-kdeconnect-master/src/Sms.vala:65.10-65.47: error: The nameset_top_margin' does not exist in the context of Gtk.TextView' this.message_body_entry.set_top_margin (6); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/livingstone/ssd/indicator-kdeconnect-master/src/Sms.vala:66.10-66.50: error: The nameset_bottom_margin' does not exist in the context of `Gtk.TextView'
this.message_body_entry.set_bottom_margin (6);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 3 error(s), 1 warning(s)
$ make [ 7%] Generating src/Constants.c;src/main.c;src/Device.c;src/KDEConnectManager.c;src/DeviceIndicator.c;src/FirstTimeWizard.c;src/StartupManager.c;src/Sms.c warning: --save-temps has no effect when -C or --ccode is set /home/livingstone/ssd/indicator-kdeconnect-master/src/Sms.vala:52.37-52.58: error: 1 missing arguments for
void Gtk.EntryBuffer.new (uint8[] initial_chars)' this.phone_number_buffer = new Gtk.EntryBuffer (); ^^^^^^^^^^^^^^^^^^^^^^ /home/livingstone/ssd/indicator-kdeconnect-master/src/Sms.vala:65.10-65.47: error: The name
set_top_margin' does not exist in the context ofGtk.TextView' this.message_body_entry.set_top_margin (6); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/livingstone/ssd/indicator-kdeconnect-master/src/Sms.vala:66.10-66.50: error: The name
set_bottom_margin' does not exist in the context of `Gtk.TextView' this.message_body_entry.set_bottom_margin (6); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation failed: 3 error(s), 1 warning(s)