Bug 42013 - build fails - type name problem in bridge/runtime_array.h
Summary: build fails - type name problem in bridge/runtime_array.h
Status: RESOLVED DUPLICATE of bug 56255
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Other
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-09 17:48 PDT by Pavel Heimlich (hajma)
Modified: 2011-03-28 10:50 PDT (History)
1 user (show)

See Also:


Attachments
this patch helped me to build it, I'm not sure how correct it is (824 bytes, patch)
2010-08-06 08:10 PDT, Pavel Heimlich (hajma)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Heimlich (hajma) 2010-07-09 17:48:48 PDT
building Qt 4.7 beta2 fails with
...
"bridge/runtime_array.h", line 53: Error: Type name expected instead of "Bindings".
"bridge/runtime_array.h", line 53: Error: Cannot use int* to initialize JSC::Bindings::Array*.

I've no idea what may be wrong, but perhaps it's related to subclassData being declared void ?


this is on opensolaris b134 using the sun studio 12u1 compiler
Comment 1 Pavel Heimlich (hajma) 2010-08-06 08:10:42 PDT
Created attachment 63723 [details]
this patch helped me to build it, I'm not sure how correct it is
Comment 2 Ben Taylor 2011-03-24 14:24:32 PDT
Fixed by https://bugs.webkit.org/show_bug.cgi?id=56255
Comment 3 Pavel Heimlich (hajma) 2011-03-28 10:50:07 PDT

*** This bug has been marked as a duplicate of bug 56255 ***