Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 83163 invoked from network); 9 Jul 2009 19:49:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jul 2009 19:49:07 -0000 Received: (qmail 51013 invoked by uid 500); 9 Jul 2009 19:49:12 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 50732 invoked by uid 500); 9 Jul 2009 19:49:12 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 50671 invoked by uid 99); 9 Jul 2009 19:49:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 19:49:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of oil.crayons@gmail.com designates 209.85.212.200 as permitted sender) Received: from [209.85.212.200] (HELO mail-vw0-f200.google.com) (209.85.212.200) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 19:49:00 +0000 Received: by vwj38 with SMTP id 38so357302vwj.13 for ; Thu, 09 Jul 2009 12:48:39 -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 :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=8zbS0SXpTI0XtKrh2zSz5kNNACxyN4z4f1b1tW2wIpA=; b=c5aLcjiDTEOyA2KwekDsk5TRzKdZEFpEhQlOBGbWFcDFfkoDza0DO2pT+Syw/l973z rDYx2lCAI/EMefeZtuQqpyo88Yy8tDgnKhBfS6FvnmXBBH8/8VtCNXI00SagDj2jd5Qt Yf87hqlO6RJXoOg4x/EKCeSdoWAD2y5WC3vpo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=B/BiyFGM3s93EY/EXztN6GvatWnOPOeJRFXAA+5Na2s6hj9qAZzvY5n/WAj46ac2vB NhtT3UsknMd6P+jafcRYNn31/ZewA6gA7szFfSr/qLLaCR/4YPfX550XWU6vZPiF9yDy 7tTmvXo8CCM+wX46DL4BTC+L9wmVllVD9G8Nw= MIME-Version: 1.0 Received: by 10.220.90.199 with SMTP id j7mr1659075vcm.57.1247168919092; Thu, 09 Jul 2009 12:48:39 -0700 (PDT) In-Reply-To: <20090709140246.GZ7036@delora.autosys.us> References: <261cf6280907041526n1d798770l16a0f4ec9f74e702@mail.gmail.com> <20090706085321.GA11394@uk.tiscali.com> <261cf6280907071229v4ab5d3feo992acd1a700214c7@mail.gmail.com> <20090707195222.GF7036@delora.autosys.us> <558050c20907090212g3e66e543wf2d3590be5d215d7@mail.gmail.com> <20090709140246.GZ7036@delora.autosys.us> From: Dmitry Unkovsky Date: Thu, 9 Jul 2009 22:48:19 +0300 Message-ID: <558050c20907091248k21929a18v2c24e9223d0ffe1c@mail.gmail.com> Subject: Re: View Performance (was Re: The 1.0 Thread) To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Thank you for a hint! I was running make instead of erl -make, which tries to build docs also, as far as I understand. Now, doing plain - cd /tmp git clone git://github.com/mmcdanie/erlview.git cd erlview rm ebin/* cd src erl -make of course tells me that couch_db.hrl is not found, and after adjusting path to it in Emakefile /tmp/erlview/src$ erl -make Recompile: erlview ./erlview.erl:233: undefined macro ''VERSION'' ./erlview.erl:217: function helper/2 undefined ./erlview.erl:218: function version/0 undefined ./erlview.erl:326: Warning: function helper/3 is unused that's on Ubuntu 9.04something, if relevant, $erl +V Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 5.6.5 and latest couchdb from git://github.com/halorgium/couchdb.git master (at 14cae6402ed... now) the same with couchdb tagged v0.9.0 2009/7/9 Michael McDaniel : > > =A0 cd /tmp > =A0 git clone =A0git://github.com/mmcdanie/erlview.git > =A0 cd erlview > =A0 cd src > =A0 erl -make > =A0 ls -l ../ebin