linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Bug: linphone-1.3.5 segfault on OpenBSD 3.9 with li


From: Michael Grigoni
Subject: Re: [Linphone-users] Bug: linphone-1.3.5 segfault on OpenBSD 3.9 with libOSSlib
Date: Tue, 06 Jun 2006 14:00:42 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)

Michael Grigoni wrote:

In release 1.3.5 I was able to edit the Makefile in 'coreapi' to set EXOSIP_CFLAGS and OSIP_CFLAGS to include -I/usr/local/include but this doesn't work in this version.

For the time being, I changed the top-level CFLAGS var. in the coreapi
Makefile to include -I/usr/local/include to complete the build.

> The build stops in oRTP/src:
>
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -D_REENTRANT -I.. -g -O2 -Wall -Werror -DORTP_INET6 -MT rtcpparse.lo -MD -MP -MF .deps/rtcpparse.Tpo -c rtcpparse.c -fPIC -DPIC -o .libs/rtcpparse.o
> rtcpparse.c: In function `rtcp_sdes_parse':
> rtcpparse.c:141: warning: `ssrc' might be used uninitialized in this function
> *** Error code 1

I simply initialized 'ssrc' to get past that

Another suggestion/request is to move up references to
local versions of liblinphone (and any other newly built libs) before
the references to installed versions.  In order to build and test any
new version, I need to remove the installed libs first and sometimes
forget to do so (and to keep track of them) :)

Last error for now:

make install:
Making install in po
/usr/local/share
/usr/local/share: Is a directory
*** Error code 1

Here is what make reported in release 1.3.5 at that stage:
Making install in po
if test -r ".././mkinstalldirs"; then .././mkinstalldirs /usr/local/; else /b
in/sh ../mkinstalldirs /usr/local/;  fi
if test "linphone" = "glib"; then if test -r ".././mkinstalldirs"; then .././m kinstalldirs /usr/local/share/glib-2.0/gettext/po; else /bin/sh ../mkinstalldi rs /usr/local/share/glib-2.0/gettext/po; fi; /usr/bin/install -c -m 644 ./Make file.in.in /usr/local/share/glib-2.0/gettext/po/Makefile.in.in; else : ; fi


Regards,

Michael






reply via email to

[Prev in Thread] Current Thread [Next in Thread]