[poky] web_svn with yocto 1.0 broken

Zhai, Edwin edwin.zhai at intel.com
Wed Apr 13 20:25:37 PDT 2011


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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



More information about the poky mailing list