Pidgin 2.x.y does not compile

Bjoern Voigt bjoernv at arcor.de
Mon Oct 26 18:02:29 EDT 2015


Michael McConville wrote:
> 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?
I tried a fresh copy, but without success. This are my commands:

hg clone https://hg.pidgin.im/pidgin/main pidgin-main
cd pidgin-main
hg checkout release-2.x.y
./configure --prefix=/usr/local/pidgin --disable-avahi
make

I get the same error like above.

Greetings,
Björn



More information about the Devel mailing list