Bug 14841 - WebCore build failure due to cssgrammary.y errors
Summary: WebCore build failure due to cssgrammary.y errors
Status: RESOLVED DUPLICATE of bug 9340
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-01 03:48 PDT by Eugeny Novikov
Modified: 2007-11-16 15:41 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugeny Novikov 2007-08-01 03:48:54 PDT
1>e:\cygdrive\e\webkit\webcore\css\cssgrammar.y(86) : error C3861: 'findProp': identifier not found
1>e:\cygdrive\e\webkit\webcore\css\cssgrammar.y(90) : error C2027: use of undefined type 'WebCore::getPropertyID::props'
1>        e:\cygdrive\e\webkit\webcore\css\cssgrammar.y(86) : see declaration of 'WebCore::getPropertyID::props'
1>e:\cygdrive\e\webkit\webcore\css\cssgrammar.y(90) : error C2227: left of '->id' must point to class/struct/union/generic type
1>e:\cygdrive\e\webkit\webcore\css\cssgrammar.y(111) : error C3861: 'findValue': identifier not found
1>e:\cygdrive\e\webkit\webcore\css\cssgrammar.y(115) : error C2027: use of undefined type 'getValueID::css_value'
1>        e:\cygdrive\e\webkit\webcore\css\cssgrammar.y(111) : see declaration of 'getValueID::css_value'
1>e:\cygdrive\e\webkit\webcore\css\cssgrammar.y(115) : error C2227: left of '->id' must point to class/struct/union/generic type

I've got Bison 2.3, Flex 2.5.4 and Microsoft Visual Studio 2005 ver. 8.0 with SP1 installed.
This issue has been discussed in 9340, but there are no solutions how to escape from it.
Comment 1 George Staikos 2007-11-16 15:41:01 PST
Duplicate issue, so if there is a real bug please reopen the original.

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