Bug 176870 - [GTK] Fails to build because 'Float32Array' has not been declared in AudioContext.h
Summary: [GTK] Fails to build because 'Float32Array' has not been declared in AudioCon...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-13 12:00 PDT by Carlos Alberto Lopez Perez
Modified: 2017-09-13 13:17 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.28 KB, patch)
2017-09-13 12:07 PDT, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2017-09-13 12:00:03 PDT
I got this build error trying to build WebKitGTK+ 2.18.0 with Yocto/OE:

make[2]: *** [Source/WebCore/CMakeFiles/WebCoreDerivedSources.dir/__/__/DerivedSources/WebCore/JSAudioParam.cpp.o] Error 1
In file included from /home/igalia/clopez/yocto/tmp/work/cortexa9t2hf-neon-mx6qdl-poky-linux-gnueabi/webkitgtk/2.18.0-r0/webkitgtk-2.18.0/Source/WebCore/Modules/webaudio/AudioParam.h:31:0,
                 from /home/igalia/clopez/yocto/tmp/work/cortexa9t2hf-neon-mx6qdl-poky-linux-gnueabi/webkitgtk/2.18.0-r0/build/DerivedSources/WebCore/JSAudioParam.h:25,
                 from /home/igalia/clopez/yocto/tmp/work/cortexa9t2hf-neon-mx6qdl-poky-linux-gnueabi/webkitgtk/2.18.0-r0/build/DerivedSources/WebCore/JSDelayNode.cpp:27:
/home/igalia/clopez/yocto/tmp/work/cortexa9t2hf-neon-mx6qdl-poky-linux-gnueabi/webkitgtk/2.18.0-r0/webkitgtk-2.18.0/Source/WebCore/Modules/webaudio/AudioContext.h:141:55: error: 'Float32Array' has not been declared
     ExceptionOr<Ref<PeriodicWave>> createPeriodicWave(Float32Array& real, Float32Array& imaginary);
Comment 1 Carlos Alberto Lopez Perez 2017-09-13 12:07:29 PDT
Created attachment 320670 [details]
Patch
Comment 2 WebKit Commit Bot 2017-09-13 13:17:39 PDT
Comment on attachment 320670 [details]
Patch

Clearing flags on attachment: 320670

Committed r221989: <http://trac.webkit.org/changeset/221989>
Comment 3 WebKit Commit Bot 2017-09-13 13:17:40 PDT
All reviewed patches have been landed.  Closing bug.