Hi,
I have been following this guide (
http://alexmarandon.com/articles/mochiweb_tutorial/) but I am trying to get this on Windows 7 64bit. I understand most people would rather use Linux but for the project I am working on I need it to work on both Linux and Windows.
Basically, I have gotten as far as making my project (make app PROJECT=odse) and then when I go to the project directory and then call make it seems to hang on pulling mochiweb from the git repository.
C:\mochiweb\mochiweb>make app PROJECT=odse
==> mochiweb (create)
Writing ../odse/src/odse.app.src
Writing ../odse/src/odse.erl
Writing ../odse/src/odse_app.erl
Writing ../odse/src/odse_deps.erl
Writing ../odse/src/odse_sup.erl
Writing ../odse/src/odse_web.erl
Writing ../odse/start-dev.sh
Writing ../odse/priv/www/index.html
Writing ../odse/.gitignore
Writing ../odse/Makefile
Writing ../odse/rebar.config
Writing ../odse/rebar
C:\mochiweb\mochiweb>cd ../odse
C:\mochiweb\odse>make
==> odse (get-deps)
Pulling mochiweb from {git,"git://
github.com/mochi/mochiweb.git",
{branch,"master"}}
make: *** [all] Interrupt