guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About webkitgtk head file path.


From: David Thompson
Subject: Re: About webkitgtk head file path.
Date: Fri, 22 May 2015 15:29:28 -0400
User-agent: Notmuch/0.19 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu)

Feng Shu <address@hidden> writes:

> 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

The build system should be configured such that 'gcc' is run with
a flag like:

    -I 
/gnu/store/dl8z49pzl3l7wbh2q0hp7dxdxm40vjjj-webkitgtk-2.4.8/include/webkitgtk-1.0

I'm surprised this isn't the case by default.  Perhaps there's a
configure flag needed to point the build system towards the right prefix
for webkitgtk?

-- 
David Thompson
GPG Key: 0FF1D807



reply via email to

[Prev in Thread] Current Thread [Next in Thread]