linphone-users
[Top][All Lists]
Advanced

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

[Linphone-users] Compiling branch 3.8.x on Raspbian


From: Guillaume Hilt
Subject: [Linphone-users] Compiling branch 3.8.x on Raspbian
Date: Thu, 04 Jun 2015 18:26:46 +0200
User-agent: Mozilla/5.0 (Windows NT 6.3; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

I'm compiling the 3.8 branch on Raspbian, without the video support as I don't need it.

Here's my current procedure :

git clone git://git.linphone.org/belle-sip.git
cd belle-sip
./autogen.sh
./configure && make && sudo make install
cd ..

git clone git://git.linphone.org/linphone.git --recursive
cd linphone
git checkout 3.8.x
./autogen.sh
intltoolize --force && aclocal
./configure --enable-video=no --disable-libv4l2
make

~/linphone# make
 cd . && /bin/bash /root/linphone/missing --run automake-1.11 --gnu
coreapi/Makefile.am:120: HAVE_LD_OUTPUT_DEF does not appear in AM_CONDITIONAL
Makefile:451: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1

I've never seen this HAVE_LD_OUTPUT_DEF error.
Any idea ?

Thanks,

--
  Guillaume Hilt




reply via email to

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