From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-x229.google.com (mail-ea0-x229.google.com [IPv6:2a00:1450:4013:c01::229]) by hurricane.the-brannons.com (Postfix) with ESMTPS id D224877D04 for ; Thu, 30 Jan 2014 02:25:43 -0800 (PST) Received: by mail-ea0-f169.google.com with SMTP id h10so1534734eak.0 for ; Thu, 30 Jan 2014 02:25:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=2KPYBtbNhSddegEJJ1JxeWC/+PQcDOjgkN/qzkYsUs0=; b=aUg7onj73Ih3oUncEYOsjTPupAFFqiDcLG1zk8TWELrk3dbu2jvfrL3Xh1hIzLfsC3 JXsQHz378UBUV2vWnhInI7FVqzp9jZp9ijMSGjHYGfFawY3VvKNXtjHqDoa+qrjPTKoq GEcUs527An+7KL03uhMxBICjLHCGYY+LA6z3/kDP7LPq8D5btby4j1nP6HeepcY2Tbro qyOa2dWPD79xE21kdWor0R0mMR9td6UhVV7eB6he1butQuXv6dilDnH8ebLPUARmOmhZ dBnx8pPhzSjZPJtv5xM0L/3KsBybHzYDO+YLSzOWYoU9hnduIqO5E4K1Y69iBYdO5YT4 c2kw== X-Received: by 10.14.212.71 with SMTP id x47mr412208eeo.98.1391077519760; Thu, 30 Jan 2014 02:25:19 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by mx.google.com with ESMTPSA id 4sm20532932eed.14.2014.01.30.02.25.18 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 30 Jan 2014 02:25:19 -0800 (PST) Date: Thu, 30 Jan 2014 10:25:16 +0000 From: Adam Thompson To: Chuck Hallenbeck Message-ID: <20140130102516.GJ7404@toaster.adamthompson.me.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Edbrowse Development Subject: Re: [Edbrowse-dev] now using mozjs-24 library X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 10:25:44 -0000 On Wed, Jan 29, 2014 at 07:59:03PM -0500, Chuck Hallenbeck wrote: > Many thanks for the help. It's always nice to have multiple solutions to a > problem. I'll be using the new edbrowse routinely now, and we'll see what > happens. > I'd be interested to hear how this goes. > BTW, that mozjs-24 package occupies 1.8 GB of disk space on my sistem. I > suppose I could rm the directory now that it's installed under /usr/local, > but not tonight. and maybe not tomorrow. If it ain't broke, don't fix it. Removing the package'll only break debugging stuff if you built with --enable-debug. If you didn't then removing the source is fine. Personally though, I prefer to keep a copy of source code around in case I need to check exactly what I've installed. Cheers, Adam.