From user-return-6878-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Oct 15 21:51:18 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 80968 invoked from network); 15 Oct 2009 21:51:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Oct 2009 21:51:18 -0000 Received: (qmail 28343 invoked by uid 500); 15 Oct 2009 21:51:17 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 28274 invoked by uid 500); 15 Oct 2009 21:51:17 -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 28264 invoked by uid 99); 15 Oct 2009 21:51:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 21:51:17 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of norman.barker@gmail.com designates 209.85.211.186 as permitted sender) Received: from [209.85.211.186] (HELO mail-yw0-f186.google.com) (209.85.211.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 21:51:14 +0000 Received: by ywh16 with SMTP id 16so1282318ywh.13 for ; Thu, 15 Oct 2009 14:50:53 -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 :content-transfer-encoding; bh=5SgWQHty6KGmPl0r6yEUDu2aZMmaAM28d+6HOBgO7qY=; b=Ok6gwRHEKlEuhYj0K5Do5KkoMs4bOwhALn4Fq60FaoN9q2uNNCZAuwPEsPeCbEL55u wfT2qg/wvuknti9Qz9Ev57UDcm2jomzsHOnze7SLwK5hKOM3IZWIBevKNN9Du5v9rcNe Yk84Mb2urQeEcI1kJsta+HGYA7s81VK7UYzzw= 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:content-transfer-encoding; b=fRD08EYbl5BT/wmjO+ZZVYSU7J2xISCAHlZLvEb28Z3WWUQi/TE+Y2be6XG41Namyg 9/zibP3ZF2ShMbNAUiyksvdxYY1IMdihdmEPUWPxQBcTtJ/NKFZQl4kOfhKayMKHz8Zb Ik+20xi9Mjwk9SdNf/d3JRii/KRYSwLidZEJ4= MIME-Version: 1.0 Received: by 10.151.25.21 with SMTP id c21mr1344960ybj.23.1255643453832; Thu, 15 Oct 2009 14:50:53 -0700 (PDT) In-Reply-To: References: Date: Thu, 15 Oct 2009 15:50:53 -0600 Message-ID: Subject: Re: windows build of erlang From: Norman Barker To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable sorry, I should have said I was following http://forum.trapexit.org/mailinglists/viewtopic.php?t=3D16622&sid=3D4db553= dd3de30b8670151c0690d2f87f for the makefile fixes. On Thu, Oct 15, 2009 at 3:49 PM, Norman Barker wr= ote: > Hi, > > if you are building erlang under cygwin to follow the couchdb 0.10 > windows instructions, turn off your on-access virus scanner (McAfee in > my case), it leaks memory, may be because of cygwin who knows, but > results in nasty Windows crash with lots of CreateProcessA errors and > nothing else works in the OS either. =A0A hard reboot is the only way > out. > > Turning off the scanner works ok, > > I had to make the following change to > > otp_src_R13B02-1\lib\gs\tcl\Makefile.in > > TCL_TAR =3D @TCL_TAR@ > ifneq ($(TCL_TAR),) > ifeq ($(TARGET),win32) > TCL_TAR =3D binaries/win32.tar.gz > endif > endif > > instead of > > ifeq ($(TARGET),win32) > TCL_TAR =3D binaries/win32.tar.gz > else > TCL_TAR =3D @TCL_TAR@ > endif > > and I wasn't able to get the enviroment to pick up wxwidgets or > openssl but everything else was good! > > Norman >