Vroting / ruijieclient

Automatically exported from code.google.com/p/ruijieclient
GNU Lesser General Public License v3.0
0 stars 0 forks source link

I got an error when compile the source #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. on ubuntu 8.04
2. cd to the code dir
3. ./autogen.sh

errors::

chen@CHEN-Ubuntu:~/Desktop/ruijieclient-read-only$ ./autogen.sh 
+ aclocal
configure.ac:4: error: Autoconf version 2.63 or higher is required
configure.ac:4: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: autom4te failed with exit status: 63
+ autoheader
configure.ac:4: error: Autoconf version 2.63 or higher is required
configure.ac:4: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
autoheader: '/usr/bin/autom4te' failed with exit status: 63
+ automake --foreign --add-missing --copy
configure.ac:4: error: Autoconf version 2.63 or higher is required
configure.ac:4: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
automake: autoconf failed with exit status: 63
+ autoconf
configure.ac:4: error: Autoconf version 2.63 or higher is required
configure.ac:4: the top level
autom4te: /usr/bin/m4 failed with exit status: 63

Original issue reported on code.google.com by ptpt52 on 20 Jun 2009 at 12:08

GoogleCodeExporter commented 8 years ago
please install higher autotools .......

Original comment by microcai...@gmail.com on 20 Jun 2009 at 12:17

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
 ....
I couldn't see your commint ......

Original comment by microcai...@gmail.com on 20 Jun 2009 at 12:23

GoogleCodeExporter commented 8 years ago
将configure.ac第四行
AC_PREREQ([2.63])
修改为
AC_PREREQ([2.61])

然后再编译一下,看看有没有报错。

别忘了再来说一声哦~

Original comment by sthots on 20 Jun 2009 at 12:27

GoogleCodeExporter commented 8 years ago
I do as you say. but another error comes:

chen@CHEN-Ubuntu:~/Desktop/ruijieclient-read-only$ ./autogen.sh 
+ aclocal
./autogen.sh: 1: aclocal: not found
+ autoheader
+ automake --foreign --add-missing --copy
./autogen.sh: 1: automake: not found
+ autoconf
configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Original comment by ptpt52 on 21 Jun 2009 at 1:03

GoogleCodeExporter commented 8 years ago
But after I installed the automake. everything is ok. thanks  sthots.
sudo apt-get install automake

Original comment by ptpt52 on 21 Jun 2009 at 1:06

GoogleCodeExporter commented 8 years ago

Original comment by microcai...@gmail.com on 21 Jun 2009 at 1:48