Since the past few hours, I have been trying to install and compile a beepbeep bitmap sample application on Win XP Pro. Hope here can help me!
Here are the steps I'm following http://www.planeterlang.org/en/planet/article/BeepBeep_A_Rails_like_framework_for_Mochiweb/
In step 3, when I enter make in the Erlang shell, it is accepted as an atom instead of running the Makefile. So, I tried make: all (), and the result is up_to_date, which I think is correct and that all the modules mentioned in the makefile are compiled.
However, in step 4, I get a syntax error: "Syntax error before:" / "when trying to create a new web application using the command. / Script / new_beep.erl YouAppName" DestinationDirectory "
In short, I cannot use "make", nor can I create a new web application using the beepbeep source code.
Thanks in advance, NAND
source
share