linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] linphone-3.4.3 cross-compiling fails: msv4l.c:


From: Guillaume Bienkowski
Subject: Re: [Linphone-developers] linphone-3.4.3 cross-compiling fails: msv4l.c:33:28: fatal error: linux/videodev.h: No such file or directory compilation terminated
Date: Mon, 23 Feb 2015 14:50:28 +0100

Hello Jean,

I suggest getting a more recent build of Linphone. 3.4.3 is quite old and not supported anymore.
As for cross compilation, you should be able to follow the guide you’re talking about but adapted to the current linphone requirements (see Readme in linphone source).

Best regards,

Guillaume Bienkowski



Le 23 févr. 2015 à 14:09, Jean Faye <address@hidden> a écrit :

Hi all,
I am trying to compile linphone-3.4.3 for an ARM board. After cross-compiling successfully the differents libraries (ncurses-5.9, readline-6.2, libosip2-3.5, libogg-1.3.0, libeXosip2-3.5, speex-1.2rc1, libav-0.7.1, SDL-1.2.14), I started to cross-compile linphone-3.4.3.
To cross-compile libraries and linphone, I used the instructions given in links:

 
 
image
 
 
 
 
 
EmbedFun: Cross Compiling Linphone(1)
In this post, we will cross compile linphone for ARM devices. When it comes to video capability, it will support video output via SDL but no web cam interface.

Aperçu par Yahoo

 
 


I used the following configuration command:


./configure --prefix=$PREFIX --host=$HOSTTPL --with-gnu-ld --disable-static --disable-glib --enable-gtk_ui=no --enable-sdl --disable-x11 --disable-libv4l --with-osip=$INSTALLDIR/usr/local --with-readline=$INSTALLDIR/usr/local SPEEX_CFLAGS="-I$INSTALLDIR/usr/local/include" SPEEX_LIBS="-L$INCLUDEDIR/usr/local/lib -lspeex" FFMPEG_CFLAGS="-I$INSTALLDIR/usr/local/include" FFMPEG_LIBS="-L$INCLUDEDIR/usr/local/lib -lavcodec" SWSCALE_CFLAGS="-I$INSTALLDIR/usr/local/include" SWSCALE_LIBS="-L$INCLUDEDIR/usr/local/lib -lswscale" SDL_CFLAGS="-I$INSTALLDIR/usr/local/include" SDL_LIBS="-L$INCLUDEDIR/usr/local/lib -lSDL"

I got the following error message "msv4l.c:33:28: fatal error: linux/videodev.h: No such file or directory compilation terminated."
Have you already faced this kind of error? How can I fix it?
Thank you in advance.
Best regards,
Ismael Jean FAYE

/****************************************************************************************/
  CC     msfilerec.lo
  CC     oss.lo
  CC     msv4l.lo
msv4l.c:33:28: fatal error: linux/videodev.h: No such file or directory
compilation terminated.
make[5]: *** [msv4l.lo] Erreur 1
make[5]: quittant le répertoire « /home/altim/Ismael/linphone/linphone-3.4.3/mediastreamer2/src »
make[4]: *** [all] Erreur 2
make[4]: quittant le répertoire « /home/altim/Ismael/linphone/linphone-3.4.3/mediastreamer2/src »
make[3]: *** [all-recursive] Erreur 1
make[3]: quittant le répertoire « /home/altim/Ismael/linphone/linphone-3.4.3/mediastreamer2 »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /home/altim/Ismael/linphone/linphone-3.4.3/mediastreamer2 »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/altim/Ismael/linphone/linphone-3.4.3 »
make: *** [all] Erreur 2
/*********************************************************************************/

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

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