From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:4b:a4d8:4b00:12bf:48ff:fe7c:5584]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 26F5378403 for ; Thu, 6 Feb 2014 12:06:24 -0800 (PST) From: Chris Brannon To: Edbrowse-dev@lists.the-brannons.com 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> Date: Thu, 06 Feb 2014 12:05:50 -0800 In-Reply-To: <20140206180322.GW32200@toaster.adamthompson.me.uk> (Adam Thompson's message of "Thu, 6 Feb 2014 18:03:22 +0000") Message-ID: <87ha8cgg69.fsf@mushroom.PK5001Z> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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 20:06:24 -0000 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. -- Chris