Date: Sat, 12 Jun 2004 01:20:34 -0400 From: Adam McLaurin <adam.mclaurin@gmx.net> To: riggs@rrr.de Cc: ports@FreeBSD.org Subject: FreeBSD Port: mplayer-0.99.4 Message-ID: <20040612012034.7f849079.adam.mclaurin@gmx.net>
next in thread | raw e-mail | index | archive | help
mplayer 0.99.4 (aka 1.0pre4) will not compile on a machine with a Matrox (Radeon) graphics card. cc -c -I../libvo/ -I../../libvo -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/freetype2 -I/usr/local/include -fPIC -I. -I.. -o radeon_vid.o radeon_vid.c radeon_vid.c:29:22: X11/Xlib.h: No such file or directory After this there are a lot of errors about undefined types, etc. If you look at the -I in the cc line, you'll see that it's looking in the wrong place for X11/Xlib.h (it actually exists in /usr/X11R6/include). I think that if this path error was corrected, it might actually work with Matrox cards. -- Adam "satyam, shivam, sundaram"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040612012034.7f849079.adam.mclaurin>