From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: About webkitgtk head file path. Date: Sat, 23 May 2015 01:24:10 +0800 Message-ID: <87mw0wttj9.fsf@163.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvqqa-0002DS-Me for guix-devel@gnu.org; Fri, 22 May 2015 13:35:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvqqX-0003YR-Bx for guix-devel@gnu.org; Fri, 22 May 2015 13:35:00 -0400 Received: from m50-134.163.com ([123.125.50.134]:39980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvqqW-0003VV-KX for guix-devel@gnu.org; Fri, 22 May 2015 13:34:57 -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: guix Cc: Feng Shu I want to build emacs xwidget branch, which require webkitgtk-2.4. the problem is: webkitgtk-2.4 package put head files to: /gnu/store/dl8z49pzl3l7wbh2q0hp7dxdxm40vjjj-webkitgtk-2.4.8/include/webkitgtk-1.0/webkit while xwidget.c include webkit head file like below. can't find the head files and build fail. how to deal with this problem. #+BEGIN_COMMENT #include #include #include #include #include #include #include #+END_COMMENT --