Hi there,
From the past few hours I am trying to install and compile beepbeep framework sample application on Win XP Pro. Hope experts here can help me!
Here are the steps I am following http://www.planeterlang.org/en/planet/article/BeepBeep%5FA%5FRails%5Flike%5Fframework%5Ffor%5FMochiweb/
On step 3 when I enter the make in Erlang shell it's being accepted as atom instead of running the Makefile. So, I tried make:all() and the result is up_to_date which I guess is correct and that all the modules mentioned in makefile are compiled.
However on step 4 i get a syntax error-- "syntax error before: '/' " when I try to generate a new web application using the command ./script/new_beep.erl YouAppName “DestinationDirectory"
So in short, I am unable to use "make" as well as not able to create new web application using beepbeep source code.
Thanks in advance, nand