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


_______________________________________________
Linphone-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to