[MPlayer-users] Configure Problem

Mike Giancaspro mikegian at dishmail.net
Thu Jul 31 06:23:21 CEST 2008


Hi,

Thanks for the reply.  I finally found the dev package of zlib and got 
it installed.  Now I get an error about X11.  A portion of the log file 
is below.  The problem is that I found the Xlib.h and Xutil.h files on 
my system.  They are at /usr/include/X11.

Does Fedora 9 put them in a weird place you are not looking?  Or is it 
the version of Xorg.

Thanks again for your help.

Mike

============ Checking for X11 ============

#include <X11/Xlib.h>
#include <X11/Xutil.h>
int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return 0; }

cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native 
-mtune=native -pipe -ffast-math -fomit-frame-pointer        -o 
/tmp/mplayer-conf-32454-4608 /tmp/mplayer-conf-17966-4608.c -lXext -lX11 
-lpthread
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status



#include <X11/Xlib.h>
#include <X11/Xutil.h>
int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return 0; }

cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native 
-mtune=native -pipe -ffast-math -fomit-frame-pointer        -o 
/tmp/mplayer-conf-32454-4608 /tmp/mplayer-conf-17966-4608.c 
-L/usr/X11R6/lib -lXext -lX11 -lpthread
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
#include <X11/Xlib.h>
#include <X11/Xutil.h>
int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return 0; }

cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native 
-mtune=native -pipe -ffast-math -fomit-frame-pointer        -o 
/tmp/mplayer-conf-32454-4608 /tmp/mplayer-conf-17966-4608.c 
-L/usr/lib/X11R6 -lXext -lX11 -lpthread
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status



#include <X11/Xlib.h>
#include <X11/Xutil.h>
int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return 0; }

cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native 
-mtune=native -pipe -ffast-math -fomit-frame-pointer        -o 
/tmp/mplayer-conf-32454-4608 /tmp/mplayer-conf-17966-4608.c 
-L/usr/X11/lib -lXext -lX11 -lpthread
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status


RC wrote:
> On Wed, 30 Jul 2008 17:54:36 -0700
> Mike Giancaspro <mikegian at dishmail.net> wrote:
>
>   
>> Error: The GUI requires libavcodec with PNG support (needs zlib).
>>
>> Except that zlib is installed.  The version from rpm -q is:
>> zlib-1.2.3-18.fc9.i386
>> arm-gp2x-linux-zlib-1.2.3-6.fc8.noarch
>> jzlib-1.0.7-5jpp.1.i386
>>     
>
> You need the -dev package to get the headers necessary to compile
> software from source. 
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>
>   

-- 
I reject your reality and substitute my own.
              Adam Savage
              MythBusters




More information about the MPlayer-users mailing list