[systemd-devel] libnotify
Wiliam Souza
wiliam at mandriva.com
Tue Jan 11 08:39:59 PST 2011
On 01/11/2011 10:28 AM, Kay Sievers wrote:
> On Tue, Jan 11, 2011 at 13:24, Wiliam Souza<wiliam at mandriva.com> wrote:
>> Why I can't compile systemd-16.tar.bz2 with libnotify 0.5.2 whereas git HEAD
>> builds fine?
>> I got an error compiling systemd-16 with 0.5.2
>> src/gnome-ask-password-agent.c:558:2: error: too few arguments to function
>> ‘notify_notification_new’.
> HEAD and v16 are identical. Seems like some other issue.
>
> Maybe try the "make distcheck" created tarball, if that works.
>
> Kay
Running "make distcheck" works here!
Then I run a diff on systemd-16.tar.bz2 local generated against official
tar.bz2. The vala version is different. I will update vala version now
and see what happen.
diff -r -u systemd-16-ori/src/gnome-ask-password-agent.c
systemd-16-git/src/gnome-ask-password-agent.c | more
--- systemd-16-ori/src/gnome-ask-password-agent.c 2010-11-15
16:44:05.496446161 -0200
+++ systemd-16-git/src/gnome-ask-password-agent.c 2011-01-11
10:56:32.039199002 -0200
@@ -1,4 +1,4 @@
-/* gnome-ask-password-agent.c generated by valac 0.11.2, the Vala compiler
+/* gnome-ask-password-agent.c generated by valac 0.10.2, the Vala compiler
* generated from gnome-ask-password-agent.vala, do not modify */
@@ -65,9 +65,9 @@
GFile* directory;
GFile* current;
GFileMonitor* file_monitor;
More information about the systemd-devel
mailing list