Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 71333 invoked from network); 1 May 2009 14:30:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 May 2009 14:30:08 -0000 Received: (qmail 78832 invoked by uid 500); 1 May 2009 14:30:07 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 78755 invoked by uid 500); 1 May 2009 14:30:07 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 78745 invoked by uid 99); 1 May 2009 14:30:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 14:30:07 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of carlmcdade@gmail.com designates 209.85.218.170 as permitted sender) Received: from [209.85.218.170] (HELO mail-bw0-f170.google.com) (209.85.218.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 14:29:56 +0000 Received: by bwz18 with SMTP id 18so2594932bwz.11 for ; Fri, 01 May 2009 07:29:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=VhBC8FgeCeeHqGLQBAFjTOiNZ3kf0kjozYZRqbbt+hc=; b=kxCO/ZM9WnxRIDccQCL2GTvmnN1mKNjVGtxyg/Q+LKbvUhRGxDHacUVF8nf1yWptkf l+gk+tDYTDiIjruwEfAQPsCkdSqsiwP+MPhxXKF7gnF0WEJmqpRrP1ux36VKzLJH6PKx FuAfHcZdYOdC4XtronqVrE0QWms4G+ewSW7Qc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Hr4lWokqpk6f8bEAeCL5Wc/zXlQ/DBONKPQl39iZlYfFLbs15U6+FUzAPLRDzqYMff 28809mF1OS99UxRWexmgDR1cQTVC9KeKonBFB6Jqc9FSFVk4i89rqblBWXUEhJeNax7Y 8lUX/2OLHVLvrKNJ0AMmkm6/hzfPTuX3KqmEw= MIME-Version: 1.0 Received: by 10.223.108.74 with SMTP id e10mr1222223fap.35.1241188175654; Fri, 01 May 2009 07:29:35 -0700 (PDT) In-Reply-To: References: <6a3ae47e0905010146v3f405a22r2f7a13958b9a9a01@mail.gmail.com> <6a3ae47e0905010232w481ad94fx8f2bb6b62333821b@mail.gmail.com> Date: Fri, 1 May 2009 16:29:35 +0200 Message-ID: Subject: Re: [erlang-questions] Can the CouchDB install of Mochiweb be used alone? From: Carl McDade To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001636c5a87e4f31ad0468daa469 X-Virus-Checked: Checked by ClamAV on apache.org --001636c5a87e4f31ad0468daa469 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 wrote: > > > On Fri, May 1, 2009 at 4:28 PM, Carl McDade 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 wrote: >> >>> >>> On Fri, May 1, 2009 at 10:24 AM, Carl McDade 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 ________________________ --001636c5a87e4f31ad0468daa469--