[Pidgin] #14802: 2.10.1 does not compile on win32
Pidgin
trac at pidgin.im
Mon Dec 12 17:35:40 EST 2011
#14802: 2.10.1 does not compile on win32
-----------------------------+----------------------------------------------
Reporter: BigBrownChunx | Owner: datallah
Type: patch | Status: new
Component: winpidgin (gtk) | Version: 2.10.0
Keywords: |
-----------------------------+----------------------------------------------
The new append_iface_if_linklocal() function in
libpurple/protocols/bonjour/jabber.* does not compile on win32 as mingw
does not contain headers for inet_pton. This ticket adds the inet_pton()
function.
Also, 'uint32_t interface' cannot be used in the functions defintion as
uint32_t does not exist on win32 (replace with guint32) and 'interface' is
a keyword (I've replaced it with 'interface_param')
--
Ticket URL: <http://developer.pidgin.im/ticket/14802>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list