jacksonh / manos

Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.
Other
455 stars 61 forks source link

Build trouble with Makefile.in #119

Open dwierenga opened 13 years ago

dwierenga commented 13 years ago

I"m using CentOS 5.6. Following the directions in docs/installation.md, I ran ./autogen.sh from the base directory. It fails with:

config.status: creating Makefile config.status: error: cannot find input file: Makefile.in

jacksonh commented 13 years ago

Do you have automake installed?

dwierenga commented 13 years ago

I do:

$which automake /usr/bin/automake $automake --version automake (GNU automake) 1.9.6 Written by Tom Tromey tromey@redhat.com.

Copyright 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $

jacksonh commented 13 years ago

ok, i'm probably going to have to setup a centos VM to fix this....hopefully I can get that done this weekend.

dwierenga commented 13 years ago

That'd be fantastic, I appreciate it!

Yitzchok commented 13 years ago

Did you have a chance to work on this?

writeameer commented 13 years ago

Same problem here. Would be very interested to learn if you had a chance to look at this ?

btbytes commented 12 years ago

I'd like to report that i have the same problem on Ubuntu natty. I have the automake installed.


commit 78f3d167bdf0a18d6f2a11ecd0a43c7d9535b550

jacksonh commented 12 years ago

Can you post the full autogen log?

btbytes commented 12 years ago

First I run ./configure which fails because the linux system does have have dmcs. https://gist.github.com/1223300

Then I replace dmcs with gmcs (i may be very wrong here.. but this is what I tried...).. the configure file and the output (which showed "makefile.in" missing error) is here: https://gist.github.com/1223305