Date: Wed, 31 Aug 2011 11:57:23 +0200 From: Piotr Kubaj <pkubaj@gmail.com> To: freebsd-current@freebsd.org Subject: multimedia/gnome-mplayer doesn't compile Message-ID: <CABsLMBQQp_gFDN_An31jr5uRg3nJnA75qfFuAL%2BRJCPLxCMBug@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I use 9.0-BETA1 on my two PCs (amd64). On both of them, I can't upgrade gnome-mplayer to 1.0.0_2, after recent bump. My default compiler on both PCs is clang (version 20110717), but the same error happens when using the default GCC. The error message is: gui.c:475:58: error: too many arguments to function call, expected 3, have 4 "gnome-mplayer", NULL); ^~~~ /usr/include/sys/_null.h:32:14: note: expanded from: #define NULL ((void *)0) ^~~~~~~~~~~ /usr/local/include/libnotify/notification.h:114:1: note: 'notify_notification_new' declared here NotifyNotification *notify_notification_new (const char *summary, ^ gui.c:478:17: warning: implicit declaration of function 'notify_notification_attach_to_status_icon' is invalid in C99 [-Wimplicit-function-declaration] notify_notification_attach_to_status_icon(notification, status_icon); ^ gui.c:6420:22: warning: unused variable 'recent_filter' [-Wunused-variable] GtkRecentFilter *recent_filter; ^
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABsLMBQQp_gFDN_An31jr5uRg3nJnA75qfFuAL%2BRJCPLxCMBug>