You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Carl McDade <ca...@gmail.com> on 2009/05/01 16:29:03 UTC

Re: [erlang-questions] Can the CouchDB install of Mochiweb be used alone?

On Fri, May 1, 2009 at 4:28 PM, Carl McDade <ca...@gmail.com> 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 <rt...@googlemail.com>wrote:
>
>>
>> On Fri, May 1, 2009 at 10:24 AM, Carl McDade <ca...@gmail.com>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
________________________

Re: [erlang-questions] Can the CouchDB install of Mochiweb be used alone?

Posted by Carl McDade <ca...@gmail.com>.
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 <ca...@gmail.com> wrote:

>
>
> On Fri, May 1, 2009 at 4:28 PM, Carl McDade <ca...@gmail.com> 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 <rt...@googlemail.com>wrote:
>>
>>>
>>> On Fri, May 1, 2009 at 10:24 AM, Carl McDade <ca...@gmail.com>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
________________________