After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 332578 - gossip-0.10.x does not build using libnotify-0.3.x
gossip-0.10.x does not build using libnotify-0.3.x
Status: RESOLVED DUPLICATE of bug 332169
Product: gossip
Classification: Deprecated
Component: General
0.10.x
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-25 22:34 UTC by Joseph Sacco
Modified: 2006-02-26 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joseph Sacco 2006-02-25 22:34:21 UTC
gossip-0.10.x does not build using libnotify-0.3.x [see below]. The libnotify API changed in the 0.3.x branch released in December.

-Joseph

====================== compilation output ===========================
gossip-notify.c:49: error: syntax error before '*' token
gossip-notify.c:52: error: syntax error before '*' token
gossip-notify.c:53: warning: data definition has no type or storage class
gossip-notify.c: In function `gossip_notify_contact_online':
gossip-notify.c:133: error: `NotifyIcon' undeclared (first use in this function)
gossip-notify.c:133: error: (Each undeclared identifier is reported only once
gossip-notify.c:133: error: for each function it appears in.)
gossip-notify.c:133: error: `icon' undeclared (first use in this function)
gossip-notify.c:134: error: `NotifyHandle' undeclared (first use in this function)
gossip-notify.c:134: error: `handle' undeclared (first use in this function)
gossip-notify.c: In function `gossip_notify_contact_offline':
gossip-notify.c:176: error: `NotifyIcon' undeclared (first use in this function)
gossip-notify.c:176: error: `icon' undeclared (first use in this function)
gossip-notify.c:177: error: `NotifyHandle' undeclared (first use in this function)
gossip-notify.c:177: error: `handle' undeclared (first use in this function)
gossip-notify.c: At top level:
gossip-notify.c:216: error: syntax error before '*' token
gossip-notify.c: In function `notify_new_message_cb':
gossip-notify.c:224: error: `handle' undeclared (first use in this function)
gossip-notify.c:229: error: `id' undeclared (first use in this function)
gossip-notify.c:232: error: `event_manager' undeclared (first use in this function)
gossip-notify.c: At top level:
gossip-notify.c:251: error: syntax error before '*' token
gossip-notify.c: In function `notify_new_message':
gossip-notify.c:256: error: `NotifyIcon' undeclared (first use in this function)
gossip-notify.c:256: error: `icon' undeclared (first use in this function)
gossip-notify.c:257: error: `NotifyHandle' undeclared (first use in this function)
gossip-notify.c:257: error: `handle' undeclared (first use in this function)
gossip-notify.c: In function `notify_event_added_cb':
gossip-notify.c:323: error: `NotifyHandle' undeclared (first use in this function)
gossip-notify.c:323: error: `handle' undeclared (first use in this function)
gossip-notify.c: In function `gossip_notify_init':
gossip-notify.c:391: error: `notify_close' undeclared (first use in this function)
Comment 1 Martyn Russell 2006-02-26 00:52:01 UTC
Thanks. But this is already known about and it was mentioned in the ChangeLog/NEWS that it will only work with libnotify 0.2.1. libnotify 0.3.x suport will come later. 
Comment 2 Joseph Sacco 2006-02-26 01:04:16 UTC
Martyn,

Sorry for overlooking the obvious place to look. I went straight to bugzilla and searched the buglist. Duh...

I have already disabled libnotify support for gossip-0.10.1 in GARNOME CVS-devel. 

-Joseph
Comment 3 Richard Hult 2006-02-26 10:01:39 UTC
You missed the already existing bug then :)

*** This bug has been marked as a duplicate of 332169 ***