Skip Menu |

This queue is for tickets about the Gtk2-Notify CPAN distribution.

Report information
The Basics
Id: 67297
Status: new
Priority: 0/
Queue: Gtk2-Notify

People
Owner: Nobody in particular
Requestors: michael.kogan [...] gmx.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Make failure - missing dependencies?
Date: Thu, 7 Apr 2011 11:38:37 +0200
To: bug-Gtk2-Notify [...] rt.cpan.org
From: Michael Kogan <photon89 [...] googlemail.com>
Hello, I'm having problems with compiling Gtk2-Notify on Arch-Linux x64. Here is the make error: photon@photon-desktop:~/svn/Gtk2-Notify-0.05$ LANG=C make [ CC xs/Notify.c ] xs/Notify.c: In function 'XS_Gtk2__Notify_new': xs/Notify.c:267:2: error: too many arguments to function 'notify_notification_new' /usr/include/libnotify/notification.h:114:21: note: declared here xs/Notify.c: In function 'XS_Gtk2__Notify_new_with_status_icon': xs/Notify.c:322:2: warning: implicit declaration of function 'notify_notification_new_with_status_icon' xs/Notify.c:322:9: warning: assignment makes pointer from integer without a cast xs/Notify.c: In function 'XS_Gtk2__Notify_attach_to_widget': xs/Notify.c:391:2: warning: implicit declaration of function 'notify_notification_attach_to_widget' xs/Notify.c: In function 'XS_Gtk2__Notify_attach_to_status_icon': xs/Notify.c:414:2: warning: implicit declaration of function 'notify_notification_attach_to_status_icon' xs/Notify.c: In function 'XS_Gtk2__Notify_set_geometry_hints': xs/Notify.c:437:2: warning: implicit declaration of function 'notify_notification_set_geometry_hints' make: *** [xs/Notify.o] Error 1 I've been trying to find whether the problem are missing dependencies but compared with Debian's dependency list everything seems to be installed... The only thing that I can remember of doing after the last time it compiled successfully is uninstalling some perl packages (which seem not to be dependencies of Gtk2-Notify, but who knows?): photon@photon-desktop:~/svn/Gtk2-Notify-0.05$ cat /var/log/pacman.log|grep perl [2011-03-05 10:28] upgraded perl-gtk2-notify (0.05-4 -> 0.05-5) [2011-03-17 20:26] removed perl-test-critic (1.02-1) [2011-03-17 20:26] removed perl-critic (1.108-1) [2011-03-17 20:26] removed perl-string-format (1.16-1) [2011-03-17 20:26] removed perl-set-intspan (1.13-1) [2011-03-17 20:26] removed perl-sane (0.03-2) [2011-03-17 20:26] removed perl-readonly (1.03-2) [2011-03-17 20:26] removed perl-ppi (1.213-2) [2011-03-17 20:26] removed perl-pdf-api2 (2.016-2) [2011-03-17 20:26] removed perl-log-log4perl (1.29-1) [2011-03-17 20:26] removed perl-gtk2-ex-simple-list (0.50-2) [2011-03-17 20:26] removed perl-exception-class (1.32-1) [2011-03-17 20:26] removed perl-config-tiny (2.12-3) [2011-03-17 20:26] removed perl-config-general (2.49-1) [2011-03-17 20:26] removed perl-b-keywords (1.10-1) [2011-03-17 20:26] removed perl-font-ttf (0.45-2) [2011-03-17 20:26] removed perl-devel-stacktrace (1.26-1) [2011-03-17 20:26] removed perl-clone (0.31-2) [2011-03-17 20:26] removed perl-class-data-inheritable (0.08-3) [2011-03-17 20:27] removed perl-task-weaken (1.03-2) [2011-03-17 20:27] removed perl-params-util (1.03-1) [2011-03-17 20:27] removed perl-list-moreutils (0.22-5) [2011-03-17 20:27] removed perl-io-string (1.08-7) [2011-03-25 08:37] removed perl-xyne-arch (2011.02.06.1-2) [2011-03-25 08:37] removed perl-xyne-common (2011.02.03.3-2) Sorry for bothering you with this problem, but I couldn't find any dependency list... Thanks, Michael