RESOLVED FIXED 50603
Fix compilation of core web audio files on Windows
https://bugs.webkit.org/show_bug.cgi?id=50603
Summary Fix compilation of core web audio files on Windows
Kenneth Russell
Reported Tuesday, December 7, 2010 1:30:12 AM UTC
While compiling the core files for the web audio API and implementation on Windows, several compilation issues were encountered, mostly related to math constants and functions.
Attachments
Patch (18.33 KB, patch)
2010-12-06 17:44 PST, Kenneth Russell
no flags
Patch (18.32 KB, patch)
2010-12-06 17:58 PST, Kenneth Russell
levin: review+
Kenneth Russell
Comment 1 Tuesday, December 7, 2010 1:44:20 AM UTC
Chris Rogers
Comment 2 Tuesday, December 7, 2010 1:54:45 AM UTC
Hi Ken, this looks fine to me. I agree that pulling out the methods from AudioParam.h to AudioParam.cpp is the right thing to do.
Kenneth Russell
Comment 3 Tuesday, December 7, 2010 1:58:12 AM UTC
Kenneth Russell
Comment 4 Tuesday, December 7, 2010 1:59:24 AM UTC
Comment on attachment 75765 [details] Patch Recalculated M_LN2 and removed name of argument to AudioParam::setValue in header based on offline feedback from Dave Levin.
WebKit Commit Bot
Comment 5 Tuesday, December 7, 2010 2:35:38 AM UTC
Comment on attachment 75765 [details] Patch Rejecting patch 75765 from commit-queue. Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=eseidel-cq-sl', 'build', '--no-clean', '--no-update', '--build-style=both']" exit_code: 2 Last 500 characters of output: rs.gcc.4_2 CompileC /Projects/CommitQueue/WebKitBuild/JavaScriptCore.build/Debug/JavaScriptCore.build/Objects-normal/x86_64/CallData.o /Projects/CommitQueue/JavaScriptCore/runtime/CallData.cpp normal x86_64 c++ com.apple.compilers.gcc.4_2 CompileC /Projects/CommitQueue/WebKitBuild/JavaScriptCore.build/Debug/JavaScriptCore.build/Objects-normal/x86_64/BooleanPrototype.o /Projects/CommitQueue/JavaScriptCore/runtime/BooleanPrototype.cpp normal x86_64 c++ com.apple.compilers.gcc.4_2 (18 failures) Full output: http://queues.webkit.org/results/6751092
Kenneth Russell
Comment 6 Tuesday, December 7, 2010 2:39:05 AM UTC
Comment on attachment 75765 [details] Patch That commit queue failure looks like a configuration problem on the machine. Retrying.
WebKit Commit Bot
Comment 7 Tuesday, December 7, 2010 4:48:56 AM UTC
Comment on attachment 75765 [details] Patch Rejecting patch 75765 from commit-queue. Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=eseidel-cq-sl', 'build', '--no-clean', '--no-update', '--build-style=both']" exit_code: 1 ERROR: Working directory has local commits, pass --force-clean to continue. Full output: http://queues.webkit.org/results/6802070
Kenneth Russell
Comment 8 Tuesday, December 7, 2010 9:39:06 PM UTC
Comment on attachment 75765 [details] Patch It looks like the commit queue is stuck. I'm going to land this by hand.
Kenneth Russell
Comment 9 Tuesday, December 7, 2010 9:45:25 PM UTC
Note You need to log in before you can comment on or make changes to this bug.