From owner-freebsd-x11@FreeBSD.ORG Fri Oct 30 21:18:10 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC88B1065676 for ; Fri, 30 Oct 2009 21:18:10 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from QMTA11.westchester.pa.mail.comcast.net (qmta11.westchester.pa.mail.comcast.net [76.96.59.211]) by mx1.freebsd.org (Postfix) with ESMTP id 5CE818FC19 for ; Fri, 30 Oct 2009 21:18:10 +0000 (UTC) Received: from OMTA08.westchester.pa.mail.comcast.net ([76.96.62.12]) by QMTA11.westchester.pa.mail.comcast.net with comcast id z7Rx1c00F0Fqzac5B94wwZ; Fri, 30 Oct 2009 21:04:56 +0000 Received: from sorrow.ashke.com ([68.34.175.102]) by OMTA08.westchester.pa.mail.comcast.net with comcast id z94v1c00B2Cvig43U94vrv; Fri, 30 Oct 2009 21:04:55 +0000 Date: Fri, 30 Oct 2009 17:04:53 -0400 From: Adam K Kirchhoff To: "David Paribello" Message-ID: <20091030170453.1aafb593@sorrow.ashke.com> In-Reply-To: <35203.198.20.40.229.1256934881.squirrel@email.imaging.robarts.ca> References: <35203.198.20.40.229.1256934881.squirrel@email.imaging.robarts.ca> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: x11@FreeBSD.org Subject: Re: ATI Mach64 Linux Driver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2009 21:18:10 -0000 The mach64 driver isn't part of xf86-video-ati, it's part of xf86-video-mach64, and is available in the FreeBSD ports tree. Adam On Fri, 30 Oct 2009 16:34:41 -0400 (EDT) "David Paribello" wrote: >=20 >=20 > Hello, I am trying to install xf86-video-ati-6.12.3 driver for my ATI > Mach64 GR card and I am getting errors when trying to compile the code > (Note that I have cut the output short): >=20 >=20 >=20 > moet2:/usr/ports/xf86-video-ati-6.12.3 # make install clean >=20 > Making install in src >=20 > make[1]: Entering directory `/usr/ports/xf86-video-ati-6.12.3/src' >=20 > /bin/sh ../libtool --tag=3DCC=A0=A0 --mode=3Dcompile gcc -DHAVE_CONFIG_H > -I. -I.. -I./AtomBios/include >=20 > s=A0 -Wall -I/usr/include/xorg > -I/usr/include/pixman-1=A0=A0=A0 -DXF86_MODES_RENAME -I../src > -I../src/ >=20 > modes -I../src/parser -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS > -DATOM_BIOS -DATOM_BIOS_PA >=20 > RSER -DDRIVER_PARSER -g -O2 -MT ati.lo -MD -MP -MF .deps/ati.Tpo -c -o > ati.lo ati.c >=20 > mkdir .libs >=20 > =A0gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes -Wall > -I/usr/include/xorg -I/usr/include/p >=20 > ixman-1 -DXF86_MODES_RENAME -I../src -I../src/modes -I../src/parser > -DDISABLE_EASF -DENABLE_AL >=20 > L_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -g -O2 > -MT ati.lo -MD -MP - >=20 > MF .deps/ati.Tpo -c ati.c=A0 -fPIC -DPIC -o .libs/ati.o >=20 > In file included from ati.c:57: >=20 > ../config.h:4:25: error: xorg-server.h: No such file or directory >=20 > In file included from ati.c:65: >=20 > ati.h:28:21: error: xf86Pci.h: No such file or directory >=20 > ati.h:29:25: error: xf86PciInfo.h: No such file or directory >=20 > ati.h:31:18: error: xf86.h: No such file or directory >=20 > ati.h:33:25: error: xf86_OSproc.h: No such file or directory >=20 > In file included from ati.c:65: >=20 > ati.h:35: error: expected ‘)’ before ‘options’ >=20 > ati.c:125: error: expected ‘=3D’, ‘,’, > ‘;’, ‘asm’ or ‘__attribute__’ before > ‘ati_device_get_from >=20 > _busid’ >=20 > ati.c:146: error: expected ‘=3D’, ‘,’, > ‘;’, ‘asm’ or ‘__attribute__’ before > ‘ati_device_get_prim >=20 > ary’ >=20 >=20 >=20 >=20 >=20 > I'm not sure what I have done wrong, or is this a bug? >=20 >=20 >=20 > Thanks, >=20 >=20 >=20 > David >=20 >=20 >=20 > --=20 >=20 > David Paribello (B. Eng., M. Eng.) >=20 > dparibel@imaging.robarts.ca >=20 > Imaging Research Laboratories >=20 > Robarts Research Institute > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >=20