Well the command prompt in both werl and erl just hang on this: for %i in (src/*.erl) do erlc -o ebin src/%i.
No error no response. Ideas on where to problem lies? On Fri, May 1, 2009 at 4:29 PM, Carl McDade <[email protected]> wrote: > > > On Fri, May 1, 2009 at 4:28 PM, Carl McDade <[email protected]> wrote: > >> Well the command prompt in both werl and erl just hang on this: >> >> for %i in (src/*.erl) do erlc -o ebin src/%i. >> >> No error no response. Ideas on where to problem lies? >> >> >> >> On Fri, May 1, 2009 at 11:32 AM, Robert Raschke >> <[email protected]>wrote: >> >>> >>> On Fri, May 1, 2009 at 10:24 AM, Carl McDade <[email protected]>wrote: >>> >>>> Cool! >>>> >>>> LOL, I did not mean it was hard. Just a painfully long and drawn out >>>> process for a windows user. Especially painful to a newcomer to the Erlang >>>> language who will find no specifics or documetation of what you just >>>> demonstrated easily found on the web. >>>> >>>> I am going to take what you have given me here and experiment with it a >>>> bit to see if I can get it to work using the CouchDB install of Mochiweb >>>> (no >>>> sense doubling up on things). Then boil it down to a short step-by-step >>>> tutorial. >>>> >>>> Thanks! >>>> >>>> >>> No problem. In essence it boils down to: compile all the .erl files from >>> the src folder into ebin, copy the .app file from src into ebin, run erl >>> including the ebin in the path, done. >>> >>> Incidentally, most Erlang projects are easily "installed" using these >>> steps on any platform. I often find that the makefiles included in distros >>> are way too complicated. >>> >>> Robby >>> >>> >> >> >> -- >> Carl McDade >> Content Management Systems Consultant >> www.hiveminds.co.uk >> ________________________ >> > > > > -- > Carl McDade > Content Management Systems Consultant > www.hiveminds.co.uk > ________________________ > -- Carl McDade Content Management Systems Consultant www.hiveminds.co.uk ________________________
