From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 8D75678417 for ; Thu, 6 Feb 2014 14:04:37 -0800 (PST) Received: by mail-wi0-f182.google.com with SMTP id f8so282499wiw.15 for ; Thu, 06 Feb 2014 14:04:02 -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=4tilJMAkCe56ZLN1xBrE79DZc+PTnFqWbG/xHuAxfqI=; b=ibjMWPMSUO2HdcUw3RKhrUTdpcIGC+qONRGgMOq5UPB6GQMP4h3uGEWiiq/h7kwzWr +jHAejhaaKE+no/Oc2jbWbSRiUqDcAeo1+mjk/HkRktuZxwDe1ZxddNwXvWtUsRKMndm WQmqi2m9wFtjv4OktBmWU+X1+40J06usQBtbM1MIl0g750u9x0dRpQ5iyv+Jn5szBmOS bt/lsoZVVzhHGlEYgVUQNhmU0ijGWgboc453ZBaoK70WmxPrZkG+tRWd23cZUMt9rCmA ZXi17k9EgkjvbE0DLSJRf8gaYdNGNvuPGsWza6W1JsfnPK3+8ClD3WAl1QgMQLlLap0q 8Izg== X-Received: by 10.194.92.199 with SMTP id co7mr7915435wjb.14.1391724242804; Thu, 06 Feb 2014 14:04:02 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by mx.google.com with ESMTPSA id 12sm5594890wjm.10.2014.02.06.14.04.01 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 06 Feb 2014 14:04:01 -0800 (PST) Date: Thu, 6 Feb 2014 22:03:53 +0000 From: Adam Thompson To: Chris Brannon Message-ID: <20140206220353.GA3978@toaster.adamthompson.me.uk> References: <20140105212424.eklhad@comcast.net> <87txcchn87.fsf@mushroom.PK5001Z> <20140206103404.GS32200@toaster.adamthompson.me.uk> <87lhxogszh.fsf@mushroom.PK5001Z> <20140206180322.GW32200@toaster.adamthompson.me.uk> <87ha8cgg69.fsf@mushroom.PK5001Z> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ha8cgg69.fsf@mushroom.PK5001Z> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Edbrowse-dev@lists.the-brannons.com Subject: Re: [Edbrowse-dev] 24 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, 06 Feb 2014 22:04:38 -0000 On Thu, Feb 06, 2014 at 12:05:50PM -0800, Chris Brannon wrote: > Adam Thompson writes: > > > If so, then that's definitely a debian bug and should probably be reported as > > such, unless they provide a js-config script, > > pkg-config .pc file or docs about this in their readme. > > They do provide a .pc file, but it is broken, as shown below: > > Script started on Thu Feb 6 11:57:46 2014 > chris@somehost:~$ g++ `pkg-config --cflags mozilla-js` jshello.cpp `pkg-config --libs mozilla-js` > In file included from :0:0: > /usr/include/stdc-predef.h:39:1: fatal error: /usr/include/mozjs/mozjs/js/RequiredDefines.h: No such file or directory > #endif > ^ > compilation terminated. > > So there's a possible bug in their package and a definite typo in their > .pc file. Both count as bugs. I just tried including the mentioned header file using the correct file and edbrowse still blows up in the same place I think. At least it's better than the experimental mozjs26d package where the jsapi.h is a broken symlink to something under /tmp! I've tried asking the person at Debian about the compile flags but still haven't heard anything. Could you please put together a couple of bug reports or should I do it? Cheers, Adam.