rcsoccersim / rcssserver

The RoboCup Soccer Simulator Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

./configure.ac did not work on Mac High Sierra

yurilavinas opened this issue · comments

I just downloaded the rcssserver-15.5.0 tar.gz fil and to wanted to build it, following the instructions in README.md. But there was a problem.

After calling
./configure.ac

I got the following error

./configure.ac: line 4: syntax error near unexpected token 2.61' ./configure.ac: line 4: AC_PREREQ(2.61)'

After checking on the internet I found the a person with the same problem.

tjunier/newick_utils#4

And after using

autoreconf -fi

I could call

./configure.ac

and worked.

Maybe you could add this information on the README.md file.

As stated in the README, the configure script is configure, not configure.ac (which is the entry file to generate the configure script)

So, you have to run ./configure