all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* About webkitgtk head file path.
@ 2015-05-22 17:24 Feng Shu
  2015-05-22 19:29 ` David Thompson
  0 siblings, 1 reply; 3+ messages in thread
From: Feng Shu @ 2015-05-22 17:24 UTC (permalink / raw)
  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 <webkit/webkitwebview.h>
#include <webkit/webkitwebplugindatabase.h>
#include <webkit/webkitwebplugin.h>
#include <webkit/webkitglobals.h>
#include <webkit/webkitwebnavigationaction.h>
#include <webkit/webkitdownload.h>
#include <webkit/webkitwebpolicydecision.h>
#+END_COMMENT




-- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-23 22:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22 17:24 About webkitgtk head file path Feng Shu
2015-05-22 19:29 ` David Thompson
2015-05-23 22:11   ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.