Re: [systemd-devel] libnotify

2011-01-11 Thread Kay Sievers
On Tue, Jan 11, 2011 at 18:21, Wiliam Souza wrote: > Can you guys tell how is that 'touch'? > Henry, what you have changed in src/gnome-ask-passwd-agent.vala? > Kay, what you do in your specs? find . -name "*.[1-8]" -exec touch '{}' \; touch src/systemadm.c Kay __

Re: [systemd-devel] libnotify

2011-01-11 Thread Henry Gebhardt
On Tue, Jan 11, 2011 at 03:21:58PM -0200, Wiliam Souza wrote: > On 01/11/2011 02:22 PM, Kay Sievers wrote: > Can you guys tell how is that 'touch'? > Henry, what you have changed in src/gnome-ask-passwd-agent.vala? I changed nothing in that file. I executed $ touch src/gnome-ask-passwd-agent

Re: [systemd-devel] libnotify

2011-01-11 Thread Wiliam Souza
On 01/11/2011 02:22 PM, Kay Sievers wrote: On Tue, Jan 11, 2011 at 17:14, Henry Gebhardt wrote: On Tue, Jan 11, 2011 at 01:28:47PM +0100, Kay Sievers wrote: On Tue, Jan 11, 2011 at 13:24, Wiliam Souza wrote: Why I can't compile systemd-16.tar.bz2 with libnotify 0.5.2 whereas git HEAD builds

Re: [systemd-devel] libnotify

2011-01-11 Thread Wiliam Souza
On 01/11/2011 10:28 AM, Kay Sievers wrote: On Tue, Jan 11, 2011 at 13:24, Wiliam Souza 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 t

Re: [systemd-devel] libnotify

2011-01-11 Thread Kay Sievers
On Tue, Jan 11, 2011 at 17:14, Henry Gebhardt wrote: > On Tue, Jan 11, 2011 at 01:28:47PM +0100, Kay Sievers wrote: >> On Tue, Jan 11, 2011 at 13:24, Wiliam Souza wrote: >> > Why I can't compile systemd-16.tar.bz2 with libnotify 0.5.2 whereas git >> > HEAD >> > builds fine? >> > I got an error c

Re: [systemd-devel] libnotify

2011-01-11 Thread Henry Gebhardt
On Tue, Jan 11, 2011 at 01:28:47PM +0100, Kay Sievers wrote: > On Tue, Jan 11, 2011 at 13:24, Wiliam Souza 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:

Re: [systemd-devel] libnotify

2011-01-11 Thread Kay Sievers
On Tue, Jan 11, 2011 at 13:24, Wiliam Souza 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’

[systemd-devel] libnotify

2011-01-11 Thread Wiliam Souza
Hello, 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’. ___