I downloaded and uncompressed the X.org 6.9 Single Source .bz2 file, and went to compile it, as it says, with a simple make World.
It sits there for about 3 minutes doing things, then throws an error at me:
Code:
../../../../../../extras/Mesa/src/mesa/main/mm/h:80 error: conflicting types for 'mmDumpMemInfo'
../../../../../../extras/Mesa/src/mesa/main/mm/h:113 error: previous declaration of 'mmDumpMemInfo'
make[5]: *** [i810context.o] Error 1
make[5]: Leaving directory '/installs/xc/lib/GL/mesa/drivers/dri/i810'
make[4]: *** [all] Error 2
I managed to get
Code:
make WORLDOPTS=-k World
to build the full release successfully, but then when I run make install, it throws the above error again.
Is this error caused by Mesa or one of it's libraries??
I have tried replacing the i810 directory with the r128 directory, but it does the same thing.
Anyone else had similar problems? Any ideas would be appreciated!
I'm running Slackware 10.2 with a 2.6.15 Kernel.
My Graphics Card is an ATI Radeon 9550.
Thanks in advance,
Sam