[Pidgin] #2832: make aborts in gntline.c
Pidgin
trac at pidgin.im
Tue Aug 28 17:07:28 EDT 2007
#2832: make aborts in gntline.c
---------------------------+------------------------------------------------
Reporter: MuRdOc | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: pidgin (gtk) | Version: 2.1.1
Resolution: | Keywords: make gtk error
Pending: 0 |
---------------------------+------------------------------------------------
Comment (by QuLogic):
The first error is fixed in monotone already. Add the following to
`finch/libgnt/gnt.h` after the #include lines (~line 39):
{{{
/**
* Get things to compile in Glib < 2.8
*/
#if !GLIB_CHECK_VERSION(2,8,0)
#define G_PARAM_STATIC_NAME G_PARAM_PRIVATE
#define G_PARAM_STATIC_NICK G_PARAM_PRIVATE
#define G_PARAM_STATIC_BLURB G_PARAM_PRIVATE
#endif
}}}
I'm not sure about the second one. It could possibly be that your GLib and
GTK+ headers don't quite match, but that's something you'll have to check
in your package manager.
--
Ticket URL: <http://developer.pidgin.im/ticket/2832#comment:1>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list