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
_______________________________________________
Linphone-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/linphone-users