Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Webkit compilation broken without X11
@ 2012-10-09  8:26 Stephan Hoffmann
  2012-10-09  9:17 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Stephan Hoffmann @ 2012-10-09  8:26 UTC (permalink / raw)
  To: buildroot

Hello,

I am currently trying to compile webkit for my beaglebone using directfb
(without X11). Unfortunatelly, compilation stops because of missing X11
headers. This also happens with the qemu_arm_versatile defconfig.

> In file included from ./WebCore/bridge/npruntime_internal.h:28:0,
>                  from ./WebCore/plugins/PluginStream.h:40,
>                  from ./WebCore/plugins/PluginView.h:36,
>                  from WebCore/bindings/js/ScriptControllerGtk.cpp:35:
> ./WebCore/bridge/npapi.h:105:26: fatal error: X11/Xlib.h: No such file
> or directory
> compilation terminated.
> make[2]: ***
> [WebCore/bindings/js/libwebkit_1_0_la-ScriptControllerGtk.lo] Fehler 1

In 2012.05 Webkit compiles o.k.

Attached you find the modified defconfig to reproduce this failure.

Kind regards

Stephan


-- 
reLinux     -    Stephan Hoffmann
Am Schmidtgrund 124    50765 K?ln
Tel. +49.221.95595-19    Fax: -64
www.reLinux.de     sho at reLinux.de

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: qemu_arm_versatile_test_defconfig
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121009/9655ddf9/attachment.ksh>

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

* [Buildroot] Webkit compilation broken without X11
  2012-10-09  8:26 [Buildroot] Webkit compilation broken without X11 Stephan Hoffmann
@ 2012-10-09  9:17 ` Thomas Petazzoni
  2012-10-09 10:42   ` Stephan Hoffmann
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2012-10-09  9:17 UTC (permalink / raw)
  To: buildroot

Dear Stephan Hoffmann,

On Tue, 09 Oct 2012 10:26:04 +0200, Stephan Hoffmann wrote:

> I am currently trying to compile webkit for my beaglebone using
> directfb (without X11). Unfortunatelly, compilation stops because of
> missing X11 headers. This also happens with the qemu_arm_versatile
> defconfig.
> 
> > In file included from ./WebCore/bridge/npruntime_internal.h:28:0,
> >                  from ./WebCore/plugins/PluginStream.h:40,
> >                  from ./WebCore/plugins/PluginView.h:36,
> >                  from
> > WebCore/bindings/js/ScriptControllerGtk.cpp:35: ./WebCore/bridge/npapi.h:105:26:
> > fatal error: X11/Xlib.h: No such file or directory
> > compilation terminated.
> > make[2]: ***
> > [WebCore/bindings/js/libwebkit_1_0_la-ScriptControllerGtk.lo]
> > Fehler 1
> 
> In 2012.05 Webkit compiles o.k.
> 
> Attached you find the modified defconfig to reproduce this failure.

Yes, the problem is well-known, and someone who cares about Webkit on
DirectFB needs to dig into it. Can you investigate? Maybe it's just a
header inclusion lacking the proper #ifdef, or maybe it's more
problematic (DirectFB support in Webkit not being well-maintained, for
example).

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] Webkit compilation broken without X11
  2012-10-09  9:17 ` Thomas Petazzoni
@ 2012-10-09 10:42   ` Stephan Hoffmann
  2012-10-09 10:53     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Stephan Hoffmann @ 2012-10-09 10:42 UTC (permalink / raw)
  To: buildroot

Am 09.10.2012 11:17, schrieb Thomas Petazzoni:
> Dear Stephan Hoffmann,
>
> On Tue, 09 Oct 2012 10:26:04 +0200, Stephan Hoffmann wrote:
>
>> I am currently trying to compile webkit for my beaglebone using
>> directfb (without X11). Unfortunatelly, compilation stops because of
>> missing X11 headers. This also happens with the qemu_arm_versatile
>> defconfig.
>>
>>> In file included from ./WebCore/bridge/npruntime_internal.h:28:0,
>>>                  from ./WebCore/plugins/PluginStream.h:40,
>>>                  from ./WebCore/plugins/PluginView.h:36,
>>>                  from
>>> WebCore/bindings/js/ScriptControllerGtk.cpp:35: ./WebCore/bridge/npapi.h:105:26:
>>> fatal error: X11/Xlib.h: No such file or directory
>>> compilation terminated.
>>> make[2]: ***
>>> [WebCore/bindings/js/libwebkit_1_0_la-ScriptControllerGtk.lo]
>>> Fehler 1
>> In 2012.05 Webkit compiles o.k.
>>
>> Attached you find the modified defconfig to reproduce this failure.
> Yes, the problem is well-known, and someone who cares about Webkit on
> DirectFB needs to dig into it. Can you investigate? Maybe it's just a
> header inclusion lacking the proper #ifdef, or maybe it's more
> problematic (DirectFB support in Webkit not being well-maintained, for
> example).
>
> Best regards,
>
> Thomas
Hi Thomas,

I'd like to search the autobuild results to find out when webkit
compiled and when not. Is it possible to get them all? Simply "wget -r
http://autobuild.buildroot.net/results" does not work.

Kind regards

Stephan

-- 
reLinux     -    Stephan Hoffmann
Am Schmidtgrund 124    50765 K?ln
Tel. +49.221.95595-19    Fax: -64
www.reLinux.de     sho at reLinux.de

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

* [Buildroot] Webkit compilation broken without X11
  2012-10-09 10:42   ` Stephan Hoffmann
@ 2012-10-09 10:53     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2012-10-09 10:53 UTC (permalink / raw)
  To: buildroot

Dear Stephan Hoffmann,

On Tue, 09 Oct 2012 12:42:09 +0200, Stephan Hoffmann wrote:

> I'd like to search the autobuild results to find out when webkit
> compiled and when not. Is it possible to get them all? Simply "wget -r
> http://autobuild.buildroot.net/results" does not work.

No, at the moment, it doesn't provide any search facility. I hope to
provide some in the future, but it is not ready at the moment.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2012-10-09 10:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09  8:26 [Buildroot] Webkit compilation broken without X11 Stephan Hoffmann
2012-10-09  9:17 ` Thomas Petazzoni
2012-10-09 10:42   ` Stephan Hoffmann
2012-10-09 10:53     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox