[MPlayer-users] trouble compiling mplayer

Andreas Lange andreas.lange at chemie.uni-regensburg.de
Tue May 14 16:02:02 CEST 2002


Am 2002.05.13 15:52 schrieb(en) robert jorgenson:
> i am trying to compile mplayer and get many errors while
> ./configuring.
> I have gcc 2.95.4 Here is the configure.log of ./configure
> --enable-win32 --disable-runtime-cpudetection

Hi,
do you have all necessary development libraries and header files 
installed?


> #include <sys/types.h>
> #include <sys/socket.h>
> #include <arpa/inet.h>
> int main(void) { (void) inet_pton(0, 0, 0); return 0; }
> 
> gcc    /tmp/mplayer-conf-8067-2102.c -o /tmp/mplayer-conf-103-2102.o
> /tmp/mplayer-conf-8067-2102.c:1: sys/types.h: No such file or
> directory
> /tmp/mplayer-conf-8067-2102.c:2: sys/socket.h: No such file or
> directory
> /tmp/mplayer-conf-8067-2102.c:3: arpa/inet.h: No such file or
> directory
> 


these for example are contained in package called something like
libc6-dev. Try installing the missing files, maybe it works then?

Regards,
Andreas Lange




More information about the MPlayer-users mailing list