b4j4 / indicator-kdeconnect

AppIndicator for KDE Connect
GNU Lesser General Public License v2.1
372 stars 37 forks source link

compilation failed because of Sms.vala #40

Closed the-livingstone closed 7 years ago

the-livingstone commented 7 years ago

$ 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)

b4j4 commented 7 years ago

captura de ecra de 2017-02-08 21-39-08 captura de ecra de 2017-02-08 21-39-10

b4j4 commented 7 years ago

@the-livingstone need more information like vala version because every ting is working here.

Marukesu commented 7 years ago

@Bajoja This error occurs in vala 0.22.1 used in Travis

b4j4 commented 7 years ago

Yes, i belive the problem is the vala version.