tieto / sipe

A third-party Pidgin plugin for Microsoft Lync/OCS - clone of upstream http://repo.or.cz/w/siplcs.git
GNU General Public License v2.0
129 stars 24 forks source link

Compilation issue - not missing library #155

Open ghost opened 7 years ago

ghost commented 7 years ago

sipe-conf.c: In function ‘sipe_process_conference’: sipe-conf.c:1490:1: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] void ^ sipe-conf.c:1640:1: error: invalid storage class for function ‘access_numbers_info’ access_numbers_info(struct sipe_core_public *sipe_public) ^ sipe-conf.c:1697:1: error: expected declaration or statement at end of input }

I cloned the repo 20 mins or so ago and this is the error I get when I run 'make'.

My ./configure flags were as the README says: ./configure --prefix=/usr

I'm using the following gcc version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609