From: "Zhai, Edwin" <edwin.zhai@intel.com>
To: gmane@reliableembeddedsystems.com
Cc: poky@pokylinux.org
Subject: Re: web_svn with yocto 1.0 broken
Date: Thu, 14 Apr 2011 11:25:37 +0800 [thread overview]
Message-ID: <4DA66931.9010009@intel.com> (raw)
In-Reply-To: <io2h0h$drr$1@dough.gmane.org>
web is not used for a long time, maybe. Try web-webkit instead.
The build error comes from the interface mismatch.
css->sheet = css_parser_parse_stylesheet (css->style,
strlen (css->style), NULL, css->media);
gtkhtml2 defines it as following:
CssStylesheet *
css_parser_parse_stylesheet (const gchar *str, gint len)
,which is extended to accept extra base_url parameter in latest upstream
(r1161).
But still mismatch with calling from web:(
Robert Berger wrote:
>
> Hi,
>
> With the release tag bernard-5.0 I'm trying to bitbake web and get:
>
> OE Build Configuration:
> BB_VERSION = "1.11.0"
> METADATA_BRANCH = "bernard-5.0_LOCAL"
> METADATA_REVISION = "8b6416db1e04af83ecdf57522240ac859d5d8031"
> TARGET_ARCH = "i586"
> TARGET_OS = "linux"
> MACHINE = "qemux86"
> DISTRO = "poky"
> DISTRO_VERSION = "1.0"
> TARGET_FPU = ""
>
> ...
>
> | web_gtkhtml2.c:525:3: error: too many arguments to function
> 'css_parser_parse_stylesheet'
>
> ...
>
> Is there a fix for this?
>
> Regards,
>
> Robert..."The pure and simple truth is rarely pure and never simple." -
> Oscar Wilde
>
> My public pgp key is available at:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1
> <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1>
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
next prev parent reply other threads:[~2011-04-14 3:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-12 21:42 web_svn with yocto 1.0 broken Robert Berger
2011-04-14 3:25 ` Zhai, Edwin [this message]
2011-04-18 5:43 ` Richard Purdie
2011-04-18 7:24 ` Zhai, Edwin
2011-04-18 8:38 ` Richard Purdie
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=4DA66931.9010009@intel.com \
--to=edwin.zhai@intel.com \
--cc=gmane@reliableembeddedsystems.com \
--cc=poky@pokylinux.org \
/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.
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.