tpoechtrager / hopmod

Automatically exported from code.google.com/p/hopmod
1 stars 0 forks source link

Missing Makefile.am #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[11:57] <PunDit_> Graham|afk current svn is broken. Confirmed by myself 
and tomek. "automake: no `Makefile.am' found for any configure output"
[11:57] <PunDit_> Seems Makefile.am was not included

Original issue reported on code.google.com by cchristo...@gmail.com on 13 May 2009 at 4:00

GoogleCodeExporter commented 9 years ago
Here is the exact problem from a fresh check out.

cchristopher@qs-clan3:~/hopmod_ng> cat README

== Building Hopmod ==

For the first and only time:

    ./buildtools.sh
    ./autogen.sh

To compile and install the server:

    ./configure
    make

    ./bin/server

cchristopher@qs-clan3:~/hopmod_ng> ./buildtools.sh
Building Boost.Jam with toolset gcc...
cchristopher@qs-clan3:~/hopmod_ng> ./autogen.sh
/usr/share/aclocal/dotconf.m4:5: warning: underquoted definition of 
AM_PATH_DOTCONF
/usr/share/aclocal/dotconf.m4:5:   run info '(automake)Extending aclocal'
/usr/share/aclocal/dotconf.m4:5:   or see http://sources.redhat.com/automake/
automake.html#Extending-aclocal
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
automake: no `Makefile.am' found for any configure output
cchristopher@qs-clan3:~/hopmod_ng> ./configure
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for main in -lz... yes
checking for main in -lGeoIP... yes
checking for main in -lncurses... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking boost/detail/lightweight_test.hpp usability... yes
checking boost/detail/lightweight_test.hpp presence... yes
checking for boost/detail/lightweight_test.hpp... yes
checking for gethostbyaddr_r... yes
checking for gethostbyname_r... yes
checking for poll... yes
checking for fcntl... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for struct msghdr.msg_flags... yes
checking for socklen_t... yes
checking how to run the C preprocessor... gcc -E
checking whether to use CRC32... no
configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
cchristopher@qs-clan3:~/hopmod_ng>  

Original comment by cchristo...@gmail.com on 14 May 2009 at 3:17

GoogleCodeExporter commented 9 years ago
Issue resolved in revision 855

Original comment by graham.d...@gmail.com on 14 May 2009 at 8:59