From dev-return-16589-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Jun 9 08:31:34 2011 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D5FC623D for ; Thu, 9 Jun 2011 08:31:34 +0000 (UTC) Received: (qmail 91454 invoked by uid 500); 9 Jun 2011 08:31:33 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 90791 invoked by uid 500); 9 Jun 2011 08:31:33 -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 90474 invoked by uid 99); 9 Jun 2011 08:31:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2011 08:31:32 +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 dave@muse.net.nz designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2011 08:31:26 +0000 Received: by vxk12 with SMTP id 12so1440817vxk.11 for ; Thu, 09 Jun 2011 01:31:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.37.194 with SMTP id a2mr640095vdk.71.1307608265284; Thu, 09 Jun 2011 01:31:05 -0700 (PDT) Received: by 10.52.116.41 with HTTP; Thu, 9 Jun 2011 01:31:03 -0700 (PDT) X-Originating-IP: [125.236.236.206] In-Reply-To: References: Date: Thu, 9 Jun 2011 20:31:03 +1200 Message-ID: Subject: Re: svn commit: r1133319 - /couchdb/trunk/src/ejson/Makefile.am From: Dave Cottlehuber 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 On 9 June 2011 05:13, Randall Leeds wrote: > That's because I took care to add the right flags everywhere they were > needed, I just messed this one up due to autotools differences. > > Before things built because we shoved absolutely everything in FLAGS so i= t > was present in every compile operation. It's pretty harmless for CFLAGS, = but > for libs it can have undesired consequences. > > Examples: dch said on irc that his icu erroneously links ssl on windows a= nd > it used to be that with --with-js-lib we'd link our icu driver against > spidermonkey. Hey Randall, I don't recall having trunk building on windows/cygwin since prior to fdmanana's snappy changes. Still not building; logs from a fresh svn co trunk (r1133692=00) http://friendpaste.com/7Ar25QaPEXM16wqiWdfmJ9 the usual bootstrap, secret configure sauce, make, die. The whole tree is at http://db.tt/rf1PG1r if needed. I'll be around again tonight my time but not so much free until Monday your time after. thanks Dave