RESOLVED FIXED 7923
WebKit no longer builds with bison 2.1
https://bugs.webkit.org/show_bug.cgi?id=7923
Summary WebKit no longer builds with bison 2.1
Mark Rowe (bdash)
Reported 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.
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+
Mark Rowe (bdash)
Comment 1 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
Maciej Stachowiak
Comment 2 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
Note You need to log in before you can comment on or make changes to this bug.