Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E2C89AB0 for ; Fri, 16 Dec 2011 08:17:37 +0000 (UTC) Received: (qmail 96478 invoked by uid 500); 16 Dec 2011 08:17:35 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 96304 invoked by uid 500); 16 Dec 2011 08:17:34 -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 96158 invoked by uid 99); 16 Dec 2011 08:17:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2011 08:17:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of volker.mische@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2011 08:17:24 +0000 Received: by eeke52 with SMTP id e52so3330765eek.11 for ; Fri, 16 Dec 2011 00:17:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=UXkEzEC8H0DdRzwCOdhG3W+NjS5xMOaG7lkqO/up85k=; b=gScMHbFDXTtdq7QhsxDznLhWh1ilP+w+DVArUwe8LRuKATMskMTj8GU3umtvbdczPY RMgb5Hv2L3pqIcA0Dto5BDhuefTzvtGY3lzKKy4LRHpi+ZQkXlwoB0HlIaWh//wDHGmA yqk+qk9tvNLJ1tIiRm5fqJNc3KkM3+h3ATwIk= Received: by 10.213.12.208 with SMTP id y16mr2425469eby.107.1324023424277; Fri, 16 Dec 2011 00:17:04 -0800 (PST) Received: from [192.168.0.6] (dslb-084-056-022-176.pools.arcor-ip.net. [84.56.22.176]) by mx.google.com with ESMTPS id q28sm35059910eea.6.2011.12.16.00.17.01 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Dec 2011 00:17:02 -0800 (PST) Message-ID: <4EEAFE7D.8030406@gmail.com> Date: Fri, 16 Dec 2011 09:17:01 +0100 From: Volker Mische User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110805 Icedove/5.0 MIME-Version: 1.0 To: user@couchdb.apache.org CC: Jeffrey Johnson Subject: Re: Problems building GeoCouch References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Jeff, you need to use the correct branch, which is: couchdb1.1.x. So after you've cloned, do a git checkout couchdb1.1.x That's what the "Understanding the branches" part is about :) Cheers, Volker On 12/16/2011 06:24 AM, Jeffrey Johnson wrote: > Hi all, > > Its been a while since I had the impetus to try out GeoCouch, but Im > back at it again, and have run into the following problem when trying > to build the GeoCouch extension on my Mac (10.7.1). The dependencies > were installed via homebrew and couch is built/installed from a very > recent checkout on github ... and trying to build geocouch from a > recent checkout too. > > http://pastebin.com/aRe0Ve1W > > I dont find that couch_index_merger.hrl anywhere on the filesystem, > nor any reference to it in google. > > Any ideas? > > Jeff