From owner-freebsd-ports@FreeBSD.ORG Sat Jun 12 05:20:59 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8E1C16A4CE for ; Sat, 12 Jun 2004 05:20:59 +0000 (GMT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id A104B43D49 for ; Sat, 12 Jun 2004 05:20:59 +0000 (GMT) (envelope-from adam.mclaurin@gmx.net) Received: from 209-150-62-14.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com ([209.150.62.14] helo=jake) by smtp01.mrf.mail.rcn.net with smtp (Exim 3.35 #7) id 1BZ0wV-0000wP-00; Sat, 12 Jun 2004 01:20:35 -0400 Date: Sat, 12 Jun 2004 01:20:34 -0400 From: Adam McLaurin To: riggs@rrr.de Message-Id: <20040612012034.7f849079.adam.mclaurin@gmx.net> X-Mailer: Sylpheed version 0.9.9-gtk2-20040229 (GTK+ 2.4.2; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: mplayer-0.99.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 05:21:00 -0000 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"