|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
ATI Mach64 Linux DriverHello, 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): moet2:/usr/ports/xf86-video-ati-6.12.3 # make install clean Making install in src make[1]: Entering directory `/usr/ports/xf86-video-ati-6.12.3/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/include s -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -DXF86_MODES_RENAME -I../src -I../src/ modes -I../src/parser -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PA RSER -DDRIVER_PARSER -g -O2 -MT ati.lo -MD -MP -MF .deps/ati.Tpo -c -o ati.lo ati.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes -Wall -I/usr/include/xorg -I/usr/include/p ixman-1 -DXF86_MODES_RENAME -I../src -I../src/modes -I../src/parser -DDISABLE_EASF -DENABLE_AL L_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -g -O2 -MT ati.lo -MD -MP - MF .deps/ati.Tpo -c ati.c -fPIC -DPIC -o .libs/ati.o In file included from ati.c:57: ../config.h:4:25: error: xorg-server.h: No such file or directory In file included from ati.c:65: ati.h:28:21: error: xf86Pci.h: No such file or directory ati.h:29:25: error: xf86PciInfo.h: No such file or directory ati.h:31:18: error: xf86.h: No such file or directory ati.h:33:25: error: xf86_OSproc.h: No such file or directory In file included from ati.c:65: ati.h:35: error: expected ‘)’ before ‘options’ ati.c:125: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ati_device_get_from _busid’ ati.c:146: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ati_device_get_prim ary’ I'm not sure what I have done wrong, or is this a bug? Thanks, David -- David Paribello (B. Eng., M. Eng.) dparibel@... Imaging Research Laboratories Robarts Research Institute _______________________________________________ freebsd-x11@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "freebsd-x11-unsubscribe@..." |
|
|
Re: ATI Mach64 Linux DriverThe 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" <dparibel@...> wrote: > > > 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): > > > > moet2:/usr/ports/xf86-video-ati-6.12.3 # make install clean > > Making install in src > > make[1]: Entering directory `/usr/ports/xf86-video-ati-6.12.3/src' > > /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H > -I. -I.. -I./AtomBios/include > > s -Wall -I/usr/include/xorg > -I/usr/include/pixman-1 -DXF86_MODES_RENAME -I../src > -I../src/ > > modes -I../src/parser -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS > -DATOM_BIOS -DATOM_BIOS_PA > > RSER -DDRIVER_PARSER -g -O2 -MT ati.lo -MD -MP -MF .deps/ati.Tpo -c -o > ati.lo ati.c > > mkdir .libs > > gcc -DHAVE_CONFIG_H -I. -I.. -I./AtomBios/includes -Wall > -I/usr/include/xorg -I/usr/include/p > > ixman-1 -DXF86_MODES_RENAME -I../src -I../src/modes -I../src/parser > -DDISABLE_EASF -DENABLE_AL > > L_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER -g -O2 > -MT ati.lo -MD -MP - > > MF .deps/ati.Tpo -c ati.c -fPIC -DPIC -o .libs/ati.o > > In file included from ati.c:57: > > ../config.h:4:25: error: xorg-server.h: No such file or directory > > In file included from ati.c:65: > > ati.h:28:21: error: xf86Pci.h: No such file or directory > > ati.h:29:25: error: xf86PciInfo.h: No such file or directory > > ati.h:31:18: error: xf86.h: No such file or directory > > ati.h:33:25: error: xf86_OSproc.h: No such file or directory > > In file included from ati.c:65: > > ati.h:35: error: expected ‘)’ before ‘options’ > > ati.c:125: error: expected ‘=’, ‘,’, > ‘;’, ‘asm’ or ‘__attribute__’ before > ‘ati_device_get_from > > _busid’ > > ati.c:146: error: expected ‘=’, ‘,’, > ‘;’, ‘asm’ or ‘__attribute__’ before > ‘ati_device_get_prim > > ary’ > > > > > > I'm not sure what I have done wrong, or is this a bug? > > > > Thanks, > > > > David > > > > -- > > David Paribello (B. Eng., M. Eng.) > > dparibel@... > > Imaging Research Laboratories > > Robarts Research Institute > _______________________________________________ > freebsd-x11@... mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@..." > freebsd-x11@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "freebsd-x11-unsubscribe@..." |
|
|
GnomeI'm using FreeBSD 7.2 i386
and trying to install Gnome for my GUI. but previously I've installed : 1. Apache 2.0 2. MySQL 5.1 3. PHP 5.2 when I try to install Gnome directly from CD using Sysinstall, it failed because it needs to install Apache 2.2. how can I get around this problem? I prefer using Apache 2.0 instead od Apache 2.2. regards, Nyoman Bogi Aditya Karna IM Telkom http://www.imtelkom.ac.id _______________________________________________ freebsd-x11@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "freebsd-x11-unsubscribe@..." |
|
|
Re: Gnomenyoman karna wrote at 06:02 -0800 on Nov 1, 2009:
> I'm using FreeBSD 7.2 i386 > and trying to install Gnome for my GUI. > > but previously I've installed : > 1. Apache 2.0 > 2. MySQL 5.1 > 3. PHP 5.2 > > when I try to install Gnome directly from CD > using Sysinstall, it failed because it needs > to install Apache 2.2. > > how can I get around this problem? > I prefer using Apache 2.0 instead od Apache 2.2. Probably a better question for gnome@... _______________________________________________ freebsd-x11@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "freebsd-x11-unsubscribe@..." |
| Free embeddable forum powered by Nabble | Forum Help |