WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
24778
Compile error "roundUpAllocationSize" in file RegisterFile"
https://bugs.webkit.org/show_bug.cgi?id=24778
Summary
Compile error "roundUpAllocationSize" in file RegisterFile"
Sven Kurzeder
Reported
2009-03-24 08:22:36 PDT
When compiling SVN webkit for wxWidgets with the following error occurs when compiling jsc.cpp c:\cygwin\home\administrator\webkit\javascriptcore\interpreter\RegisterFile.h(170) : error C3861: "roundUpAllocationSize": Command line used was: ./webkit/WebKitTools/Scripts/build-webkit --debug --wx --wx-args=wxgc Compile error happens with fesh SVN checkout on three different machines.
Attachments
Compile Fix
(539 bytes, patch)
2009-04-19 23:19 PDT
,
Dominik Röttsches (drott)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dominik Röttsches (drott)
Comment 1
2009-04-19 23:18:16 PDT
I get the same error when bulding with ENABLE_ASSEMBLER unset, i.e. disabling WREC and JUT. The problem seems to be that roundUpAllocationSize, which is defined in ExecutableAllocator.h is conditional under ENABLE_ASSEMBLER. I am assuming, it could be a similar problem for the wx build. I am attaching a quick and dirty patch to work around the compile error.
Dominik Röttsches (drott)
Comment 2
2009-04-19 23:19:42 PDT
Created
attachment 29609
[details]
Compile Fix
Janne Koskinen
Comment 3
2009-04-20 02:58:11 PDT
Tried compiling latest trunk for Qt. got the same error.
Alexey Proskuryakov
Comment 4
2010-06-12 14:54:49 PDT
This patch has been overlooked, since it hasn't been marked for review, please see <
http://webkit.org/coding/contributing.html
> for more detail. Qt and wx builds have certainly been fixed since 2009.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug