Closed jarrettchisholm closed 11 years ago
Solution:
Turns out to be a preprocessor bug for gcc 4.6. As a fix, you have to remove the -P
parameter of the gcc preprocessor command in make_names.pl
.
Bug report: http://code.google.com/p/chromium/issues/detail?id=46411 Bug fix: http://trac.webkit.org/changeset/84123
During chromium compilation on Linux (Debian testing, 64bit, gcc 4.7.1, cmake 2.8.9), the python script
action_makenames.py
fails with the following error:It looks like the python script is called a perl script, and the perl script is dying on line 209:
The 'unknown parameter's are:
I'm not sure where these parameters are coming from.
Anyone have any idea how to correct this?