Bug 10121

Summary: webkit without the multimedia option causes build error
Product: buildroot Reporter: wschneider
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: aperez, buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

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.