all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Thompson <dthompson2@worcester.edu>
To: guix <guix-devel@gnu.org>
Cc: Feng Shu <tumashu@163.com>
Subject: Re: About webkitgtk head file path.
Date: Fri, 22 May 2015 15:29:28 -0400	[thread overview]
Message-ID: <87wq00csx3.fsf@fsf.org> (raw)
In-Reply-To: <87mw0wttj9.fsf@163.com>

Feng Shu <tumashu@163.com> 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	other threads:[~2015-05-22 19:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-22 17:24 About webkitgtk head file path Feng Shu
2015-05-22 19:29 ` David Thompson [this message]
2015-05-23 22:11   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wq00csx3.fsf@fsf.org \
    --to=dthompson2@worcester.edu \
    --cc=guix-devel@gnu.org \
    --cc=tumashu@163.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.