+ Reply to Thread
Results 1 to 3 of 3

Thread: Problem compiling radeonhd from git

  1. #1
    Join Date
    Sep 2007
    Posts
    50

    Default 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. #2
    Join Date
    Dec 2007
    Posts
    1,689

    Default

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

  3. #3
    Join Date
    Sep 2007
    Posts
    50

    Default

    Thanks, it compiled

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

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts