Bug 10121 - webkit without the multimedia option causes build error
Summary: webkit without the multimedia option causes build error
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-23 12:19 UTC by wschneider
Modified: 2017-08-02 19:12 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wschneider 2017-07-23 12:19:07 UTC
when I select webkit-gtk and do not select the associated multimedia option, I get a compile error like this:

<...>
../WTF/wtf/PassRefPtr.h:40:18: Fehler: falsche Benutzung des unvollständigen Typs »class WebCore::HTMLVideoElement«
<...>

the german error description means "undefined forward declaration of type WebCore::HTMLVideoElement"
Comment 1 wschneider 2017-07-23 12:20:20 UTC
PS: the version I was using is a recent git pull:

Buildroot 2017.08-git-01210-g6b2804f-dirty
Comment 2 Peter Korsgaard 2017-07-23 13:45:49 UTC
Correct, a fix is in progress:

http://lists.busybox.net/pipermail/buildroot/2017-July/198467.html
Comment 3 Adrián Pérez de Castro 2017-08-01 23:34:19 UTC
The patches needed for this have landed in “master” a while ago:

 - https://git.busybox.net/buildroot/commit/?id=f2b9399c769001d790e4a6ea199e1f36f181db8a
 - https://git.busybox.net/buildroot/commit/?id=9aceb8bfa8c39167b1c449301b7f00f16e4f816c

So I suppose this bug can be closed now.