Erlang newbie question

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

+3
source share
2 answers

, , , , ?:-) , , , script. , -! 1) Cygwin ( , ). 2) cygwin erlc.exe erl.exe. cygwin.bat 3) "", . -, make, cygwin, . make: all() Erlang, . 4) script, ( .beam), :-) !

, : 1) http://cs.nyu.edu/rgrimm/teaching/fa09-oop/windows-make.html 2) 6 . ! 3) http://blog.omega-prime.co.uk/?p=5

+3

make , Erlang. gnumake, make.

0

Source: https://habr.com/ru/post/1720627/


All Articles