PDA

View Full Version : Problem compiling radeonhd from git


wiscados
01-13-2009, 03:20 PM
I used to be able to compile radeonhd.
But when I switched to Mandriva, I started haveing problems. I initially blamed Mandriva, but yesterday I switched back to Ubuntu, followed this (http://www.phoronix.com/scan.php?page=article&item=843&num=1) and got the exact same error.

Does anyone have the same problem, or knows what to do?

Here's the error:
[wiscados@zoe xf86-video-radeonhd]$ ./autogen.sh --prefix=/usr/
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite
libtoolize: `ltmain.sh' exists: use `--force' to overwrite
autoreconf: running: /usr/bin/autoconf
configure.ac:342: error: possibly undefined macro: XORG_MANPAGE_SECTIONS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:344: error: possibly undefined macro: XORG_RELEASE_VERSION
autoreconf: /usr/bin/autoconf failed with exit status: 1

I think I once modyfied configure.ac sometime ago, so that it skipped line 342. Didn't work.

agd5f
01-13-2009, 04:15 PM
You need the xorg macros package for your distro. I think it's called xutils-dev under debian/ubuntu, not sure about madriva.

wiscados
01-14-2009, 01:49 PM
Thanks, it compiled

And for future reference, the Mandriva package was called: x11-util-macros