Re: [Freeswitch-users] compilation error of skypiax_protocol.c

2009-12-08 Thread Jingwei Yang
Hi João, thanks for the reply. But I don't quite get you.. Could you please elaborate a little bit? I tried installing libtiff and upgrading FS to the latest revision, but still the same error. Here's how I normally update FreeSwitch: *make clean svn up ./bootstrap.sh ./configure make install

Re: [Freeswitch-users] compilation error of skypiax_protocol.c

2009-12-08 Thread Michael Jerris
If you can off list provide me with remote login information to this box I can troubleshot the issue. Mike On Dec 8, 2009, at 4:09 AM, Jingwei Yang wrote: Hi João, thanks for the reply. But I don't quite get you.. Could you please elaborate a little bit? I tried installing libtiff and

Re: [Freeswitch-users] compilation error of skypiax_protocol.c

2009-12-07 Thread João Mesquita
Maybe, just maybe isse that make target to reconf libtiff? Regards, JM On Thu, Dec 3, 2009 at 6:24 AM, Jingwei Yang jingwei.y...@gmail.com wrote: I installed libjpeg-7 following this website: http://www.linuxfromscratch.org/blfs/view/svn/general/libjpeg.html. And the previous error is

[Freeswitch-users] compilation error of skypiax_protocol.c

2009-12-02 Thread Jingwei Yang
Hi Guys, I got a compilation error of skypiax_protocol.c with the latest version r15764. Compiling skypiax_protocol.c... *cc1: warnings being treated as errors* skypiax_protocol.c: In function ‘X11_errors_handler’: skypiax_protocol.c:1548: warning: ISO C90 forbids mixed declarations and code

Re: [Freeswitch-users] compilation error of skypiax_protocol.c

2009-12-02 Thread Mathieu Rene
Consider it fixed. Committed revision 15765. Mathieu Rene Avant-Garde Solutions Inc Office: + 1 (514) 664-1044 x100 Cell: +1 (514) 664-1044 x200 mr...@avgs.ca On 3-Dec-09, at 1:02 AM, Jingwei Yang wrote: Hi Guys, I got a compilation error of skypiax_protocol.c with the latest version

Re: [Freeswitch-users] compilation error of skypiax_protocol.c

2009-12-02 Thread Jingwei Yang
Hi Mathieu, thanks for the promptly reply. The error has been fixed. However, I encounter another one. gcc -I/usr/src/freeswitch/libs/tiff-3.8.2/libtiff -DNDEBUG -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden

Re: [Freeswitch-users] compilation error of skypiax_protocol.c

2009-12-02 Thread Mathieu Rene
Hi, That one is on your side. If you changed/updated system libs it might be worth doing another ./configure Cheers, Mathieu Rene Avant-Garde Solutions Inc Office: + 1 (514) 664-1044 x100 Cell: +1 (514) 664-1044 x200 mr...@avgs.ca On 3-Dec-09, at 1:33 AM, Jingwei Yang wrote: Hi

Re: [Freeswitch-users] compilation error of skypiax_protocol.c

2009-12-02 Thread Jingwei Yang
Not sure whether this error is due to the lack of libjpeg. I just double checked, this library had been installed. Package libjpeg-6b-37.i386 already installed and latest version On Thu, Dec 3, 2009 at 2:33 PM, Jingwei Yang jingwei.y...@gmail.com wrote: Hi Mathieu, thanks for the promptly

Re: [Freeswitch-users] compilation error of skypiax_protocol.c

2009-12-02 Thread Jingwei Yang
No, I didn't change or update the system libs. I just wanted to double check whether my system has this libjpeg library. ./configure was definitely executed before the source codes were rebuilt. Regards, -Jingwei On Thu, Dec 3, 2009 at 2:39 PM, Mathieu Rene mrene_li...@avgs.ca wrote: Hi,