On Tue, Jan 11, 2011 at 01:28:47PM +0100, Kay Sievers wrote: > On Tue, Jan 11, 2011 at 13:24, Wiliam Souza <[email protected]> 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.
I think the problem is that src/gnome-ask-passwd-agent.c is included in the tarball and systemd_gnome_ask_password_agent_vala.stamp is newer than the vala source. I solved it by touching src/gnome-ask-passwd-agent.vala. Maybe there is a better solution? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
