linphone-users
[Top][All Lists]
Advanced

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

[Linphone-users] linphone-3.2.99.1 fails to build


From: Peter Volkov
Subject: [Linphone-users] linphone-3.2.99.1 fails to build
Date: Fri, 09 Apr 2010 10:18:08 +0400

Hi Simon. linphone-3.2.99.1 fails to build in case both mediastreamer2
and linphone were configured without video support with the following
error:

libtool: link: x86_64-pc-linux-gnu-gcc -DIN_LINPHONE -DENABLE_TRACE 
-D_ORTP_SOURCE -DOSIP_MT -O2 -pipe -march=native -mtune=native -ggdb -o 
.libs/linphonec linphonec-linphonec.o linphonec-commands.o  -Wl,--as-needed 
../coreapi/.libs/liblinphone.so /usr/lib64/libeXosip2.so -lresolv -lreadline 
-lncurses /usr/lib64/libmediastreamer.so /usr/lib64/libasound.so 
/usr/lib64/libspeex.so /usr/lib64/libspeexdsp.so -lrt -ldl 
/usr/lib64/libortp.so -lm -lpthread -lsrtp -lssl -lcrypto 
/usr/lib64/libosip2.so -lnsl /usr/lib64/libosipparser2.so -pthread
linphonec-commands.o: In function `lpc_cmd_speak':
/vt/portage/tmp/portage/net-voip/linphone-3.2.99.1/work/linphone-3.2.99.1/console/commands.c:1605:
 warning: the use of `tempnam' is dangerous, better use `mkstemp'
../coreapi/.libs/liblinphone.so: undefined reference to 
`ms_static_image_set_default_image'
collect2: ld returned 1 exit status


Simple #ifdef VIDEO_ENABLED .. #endif around
ms_static_image_set_default_image() function call fixes the problem
(patch in attachment), but I'm not sure if this is correct fix.

Also, I'm not sure what's going on, but although ./configure states:
* Console interface will be compiled.
sipomatic was not installed.

BTW, could you, please, release new version of both ortp and
mediastreamer together with new version of linphone (together with
updated version in configure.ac in mediastreamer and linphone).

-- 
Peter.

Attachment: linphone-3.2.99.1-no-video.patch
Description: Text Data


reply via email to

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