Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 28207 invoked from network); 1 Aug 2008 02:54:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2008 02:54:46 -0000 Received: (qmail 12589 invoked by uid 500); 1 Aug 2008 02:54:45 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 12554 invoked by uid 500); 1 Aug 2008 02:54:44 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 12543 invoked by uid 99); 1 Aug 2008 02:54:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2008 19:54:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jresnick@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 02:53:49 +0000 Received: by wf-out-1314.google.com with SMTP id 27so791217wfd.21 for ; Thu, 31 Jul 2008 19:53:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=zY3JFh3QV9ULPz2eaUzvDwa/+GlEhJ9nD+ohzX8CqZ0=; b=LFfuxzmtNlzOJ22nrhVcbqumBnp2Zxbx8hWIcARj/zb6VqXUIfPRVm3q1pDiSnt5M5 KSD51xYdDzVUjy4dvnSlCKTYyySEWO/TBnzMeSjGGbkZWWmCiMIuyCGBHTL1ScJbyTLo FfpJHrpXmIispQJNhBHnbLTzWyN9uytPReUIE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=vythz5FhC55m3SzKEDRiYxaUPupn20GOmUu0zD9ItAHWTUX9rBV9K55G/FC1GfKYZo l7HSLNzOA3xWJbjCE4+P9fcAmFVzx4Z6rz4SjN5eEMK5JPpCDaA65wXQJpT8/jlcvxYe Tcxi8ZsD4ryqdKeM4zMp4pPSCGWxqxih6b8io= Received: by 10.143.17.13 with SMTP id u13mr3539950wfi.18.1217559239060; Thu, 31 Jul 2008 19:53:59 -0700 (PDT) Received: by 10.143.164.15 with HTTP; Thu, 31 Jul 2008 19:53:58 -0700 (PDT) Message-ID: <7bb4670a0807311953k78c2eaedu15aa13952af7b42@mail.gmail.com> Date: Thu, 31 Jul 2008 22:53:58 -0400 From: "Jonathan Resnick" To: couchdb-user@incubator.apache.org Subject: windows build? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Has anyone got CouchDB successfully built on Windows? I feel silly asking this but for better or worse Windows is what I know. On the other hand, the abiliy to get it going easily on Windows would open it up to a whole new audience to try out. I have tried following the directions posted here http://wiki.apache.org/couchdb/InstallingOnWindows, but I can't seem to find binaries for SpiderMonkey anywhere on the Mozilla site, nor have I had any luck compiling it from source (the *.mdp file is too old to open in Visual Studio and NMAKE craps out with some unintelliglible error). I have also searched the archives of this mailing list but haven't come across anything relevant. Any ideas would be a great help. jon