Announcement

Collapse
No announcement yet.

Problem compiling radeonhd from git

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem compiling radeonhd from git

    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 and got the exact same error.

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

    Here's the error:
    Code:
    [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.

  • #2
    You need the xorg macros package for your distro. I think it's called xutils-dev under debian/ubuntu, not sure about madriva.

    Comment


    • #3
      Thanks, it compiled

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

      Comment

      Working...
      X