You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it does not say what's wrong... whether is my environment or the make file, or anything else.
Or Is there a precompiled .beam file that I can just download from some place?
The text was updated successfully, but these errors were encountered:
Sorry, I have never done any Erlang development on Windows so I have no idea what might be wrong. There are no precompiled .beam files though. Note that you need to have a ejabberd checkout in the parent direcotyr in a directory called "ejabberd".
Hey there,
I've been trying to compile this under windows for the whole day already, and I don't have much of a clue of what's wrong.
This is what I've been doing so far:
I extracted both in to the same directory (they needed to be at the same level, right?)
but I keep getting errors like:
erlc: Error executing 'erl.exe': 2erlc -pa ./ebin -I ./include -o ./ebin src/mod_restful.erl
erlc: Error executing 'erl.exe': 2erlc -pa ./ebin -I ./include -o ./ebin src/mod_restful_admin.erl
erlc: Error executing 'erl.exe': 2erlc -pa ./ebin -I ./include -o ./ebin src/mod_restful_register.erl
erlc: Error executing 'erl.exe': 2erlc -pa ./ebin -I ./include -o ./ebin src/mod_restful_mochinum.erl
erlc: Error executing 'erl.exe': 2erlc -pa ./ebin -I ./include -o ./ebin src/mod_restful_mochijson2.erl
it does not say what's wrong... whether is my environment or the make file, or anything else.
Or Is there a precompiled .beam file that I can just download from some place?
The text was updated successfully, but these errors were encountered: