Author Topic: [gentoo] problem running autogen.sh  (Read 896 times)

mambro

  • Wayfarer
  • *
  • Posts: 5
    • View Profile
[gentoo] problem running autogen.sh
« on: January 10, 2005, 07:33:48 pm »
I\'m trying to install planeshift following the gentoo howto.

I have a problem in the final step. I\'ve download the cvs version and i\'ve tryed to run autogen.sh

Code: [Select]

root@terra planeshift # ./autogen.sh
Creating a configure file...
cat: mk/autoconf/*.m4: No such file or directory
configure.ac:42: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:68: error: possibly undefined macro: AC_NEED_STDINT_H
configure.ac:81: error: possibly undefined macro: AC_PATH_MYSQLCLIENT
Now ready to ./configure

root@terra planeshift # ./configure
configure: error: cannot find sources (mk/jam/build.jam) in . or ..

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
(No subject)
« Reply #1 on: January 10, 2005, 07:48:45 pm »
Looks like you\'re missing needed files. Try updating from the CVS again.

Also, make sure your system is updated.
« Last Edit: January 10, 2005, 07:49:44 pm by Xordan »

mambro

  • Wayfarer
  • *
  • Posts: 5
    • View Profile
(No subject)
« Reply #2 on: January 10, 2005, 08:30:46 pm »
I\'ve redone the download from the cvs and now work. Tks