PlaneShift

Development => Development Deliberation => Topic started by: mambro on January 10, 2005, 07:33:48 pm

Title: [gentoo] problem running autogen.sh
Post by: mambro 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 ..
Title:
Post by: Xordan 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.
Title:
Post by: mambro on January 10, 2005, 08:30:46 pm
I\'ve redone the download from the cvs and now work. Tks