Pidgin 2.x.y does not compile

Michael McConville mmcco at mykolab.com
Mon Oct 26 14:14:10 EDT 2015


Bjoern Voigt wrote:
> Since some weeks I can not compile Pidgin (release-2.x.y branch)
> because of an inconsistency in Oscar plugin:
> 
> $ make
> [...]
> make[5]: Entering directory
> '/home/user/pidgin-hg-2.x.y/libpurple/protocols/oscar'
>   CC       liboscar_la-oscar.lo
> oscar.c: In function 'flap_connection_established':
> oscar.c:551:6: error: 'FlapConnection' has no member named 'conn'
>   conn->conn = TRUE;
>       ^
> [...]
> 
> oscar.c:551:
> static int
> flap_connection_established(OscarData *od, FlapConnection *conn,
> FlapFrame *fr, ...)
> {
>     conn->conn = TRUE;
> [...]
> 
> FlapConnection (defined in libpurple/protocols/oscar/oscar.h) really
> has no member "conn".

I don't think anyone else is having this problem. Are you sure that you
don't have any local changes? Can you try cloning a fresh copy of the
repo?



More information about the Devel mailing list