Re: [Linphone-users] linphonec: segmentation fault

2008-01-15 Thread Francois-Xavier KOWALSKI
Simon, Recent kernels do notify application segfaults on the kernel console (via a handler of the associated MMU processor trap). This is a way for administrators that something is going wrong on the machine. Otherwise the crash is only visible from the user's context the disk may fill-up

Re: [Linphone-users] Error in Linphone installation (While Make)

2007-01-24 Thread Francois-Xavier KOWALSKI
=asterisk On Monday 22 January 2007 7:22 am, Simon Morlat wrote: Thanks, Craig --verbose log.txt -- Message: 3 Date: Mon, 22 Jan 2007 23:01:13 +0100 From: Francois-Xavier KOWALSKI [EMAIL PROTECTED] Subject: Re: [Linphone-users] Linphone 0.0.4 crash on win32

Re: [Linphone-users] make error

2006-11-28 Thread Francois-Xavier KOWALSKI
Who can help me? (Fedora Core 5 2.6.15-1;gcc-3.4.2;g++4.1.1) [...] mkdir .libs gcc -I../../../linphone-1.5.0/mediastreamer2 -I../../../linphone-1.5.0/mediastreamer2/../oRTP/include -I/usr/include/ffmpeg -DVIDEO_ENABLED -DORTP_INET6 -DINET6 -Wall -O2 -g -Werror -pthread -D_REENTRANT

Re: [Linphone-users] (no subject)

2006-11-21 Thread Francois-Xavier KOWALSKI
Your build output lacks the real error (probably located one or two lines above your build log snippet) --FiX 原硕 王 wrote: Hi all, I tray to compile linphone 1.5.0 on Fedora Core 5,I get make error like: make[4]: *** [mediastream] Error 1 make[4]: Leaving directory

Re: [Linphone-users] linphone FC4

2006-03-27 Thread Francois-Xavier KOWALSKI
I have fixed some other build pbs on fc4. Build is now successful from scratch. fixed build from scratch on fc4 with gcc-4.0.2 with the following configure line: ./configure \ --prefix=/usr \ --enable-strict \ --enable-alsa \ --enable-ipv6 \ --enable-video \ --with-osip=/usr \

Re: [Linphone-users] Possibilities for smaller jitter buffer?

2006-01-05 Thread Francois-Xavier KOWALSKI
Simon Morlat wrote: Hi, 1. Is it possible to extend the possible range towards smaller values, e.g. having 5 ms or 10 ms as the smallest possible buffer size? There are good reasons for not going under 10ms: * The OS resolution is usually 10 ms, except with some linux-2.6

Re: [Linphone-users] 1.1.0 compile failure on FC4 X86_64

2006-01-02 Thread Francois-Xavier KOWALSKI
Hi, This might be due to a Debian/Fedora difference on x86_64: On Debian, 64-bits libraries come into /usr/lib, while 32-bits one live into /usr/lib32. This is the opposite on Fedora, where 64-bits go into /usr/lib64 32-bits into /usr/lib. Consequently, the libtool.m4 delivered by Fedora