From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: About webkitgtk head file path. Date: Sun, 24 May 2015 00:11:11 +0200 Message-ID: <87382ndjwg.fsf@gnu.org> References: <87mw0wttj9.fsf@163.com> <87wq00csx3.fsf@fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwHdW-0002p7-6N for guix-devel@gnu.org; Sat, 23 May 2015 18:11:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwHdT-000668-0l for guix-devel@gnu.org; Sat, 23 May 2015 18:11:18 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwHdS-00065h-Ti for guix-devel@gnu.org; Sat, 23 May 2015 18:11:14 -0400 In-Reply-To: <87wq00csx3.fsf@fsf.org> (David Thompson's message of "Fri, 22 May 2015 15:29:28 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix , Feng Shu David Thompson skribis: > The build system should be configured such that 'gcc' is run with > a flag like: > > -I /gnu/store/dl8z49pzl3l7wbh2q0hp7dxdxm40vjjj-webkitgtk-2.4.8/includ= e/webkitgtk-1.0 Chances are that =E2=80=98pkg-config webkitgtk-1.0 --cflags=E2=80=99 return= s exactly that (this is not Guix-specific.) Ludo=E2=80=99.