2009/11/27 Maciej Bliziński <maciej.blizin...@gmail.com>:
> The next problem: there's the /usr/bin/gcc path hardcoded somewhere:
>
[snip]
>
> sh: /usr/bin/gcc: not found
> Failed to read names from file: /home/maciej/src/opencsw/pkg/chromium/
> trunk/work/build-isa-sparcv8/chromium/src/third_party/WebKit/WebCore/
> html/HTMLTagNames.in at /home/maciej/src/opencsw/pkg/chromium/trunk/
> work/build-isa-sparcv8/chromium/src/third_party/WebKit/WebCore/dom/
> make_names.pl line 213.

It's printed right there.

$ grep gcc third_party/WebKit/WebCore/dom/make_names.pl
my $preprocessor = "/usr/bin/gcc -E -P -x c++";

It appears that make_names.pl takes a command-line argument to
override that, so you might be able to hack the caller of it (try
grepping the .gyp* files in third_party/WebKit).  Or, if you'd like to
fix it properly, open a bug with WebKit: http://bugs.webkit.org.

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to