Bug 7923 - WebKit no longer builds with bison 2.1
Summary: WebKit no longer builds with bison 2.1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-22 17:36 PST by Mark Rowe (bdash)
Modified: 2006-03-22 21:41 PST (History)
0 users

See Also:


Attachments
Use the same approach that the .y build rule in JavaScriptCore Xcode project uses to handle Bison 1.28 + 2.1 (1.35 KB, patch)
2006-03-22 17:43 PST, Mark Rowe (bdash)
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2006-03-22 17:36:03 PST
The change to using generated-derived-sources in r13435 broke building of WebKit with Bison 2.1 on the PATH.  Bison 2.1 uses grammar.hpp as the name of the header file, while older versions use grammar.cpp.h.
Comment 1 Mark Rowe (bdash) 2006-03-22 17:43:27 PST
Created attachment 7242 [details]
Use the same approach that the .y build rule in JavaScriptCore Xcode project uses to handle Bison 1.28 + 2.1
Comment 2 Maciej Stachowiak 2006-03-22 20:42:29 PST
Comment on attachment 7242 [details]
Use the same approach that the .y build rule in JavaScriptCore Xcode project uses to handle Bison 1.28 + 2.1

r=me