chenxiaolong / Unity-for-Arch-Extra

Extra stuff for the Unity-for-Arch project
25 stars 9 forks source link

Can't compile lightdm-unity-greeter (Manjaro X64) #18

Closed xircon closed 11 years ago

xircon commented 11 years ago

VALAC unity_greeter_vala.stamp background.vala:684.9-689.39: error: 1 missing arguments for `void Gdk.property_change (Gdk.Window window, Gdk.Atom property, Gdk.Atom type, int format, Gdk.PropMode mode, uint8[] data, int nelements)'

This has been happening for a couple of weeks.

Vala version 0.18.0.70-032a

Steve

chenxiaolong commented 11 years ago

Could you post a link to Manjaro's packaging for their vala package? I see that version 0.18.1 is in their repos though http://repo.manjaro.org.uk/extra/x86_64/ and that should work fine.

xircon commented 11 years ago

Thanks, I had vala-git installed via yaourt (I thought it was the most current version - I was wrong). Installed 0.18.1 from your link and everything compiles perfectly. Thank you for your prompt response.

Regards

Steve

chenxiaolong commented 11 years ago

You're welcome! I'm glad you got it working :)