[webkit-gtk] webkit-gtk build error on OS X 10.7 Lion

Andy Wingo wingo at igalia.com
Wed Jun 6 02:59:22 PDT 2012


On Tue 05 Jun 2012 18:22, Timo Dörr <timo at latecrew.de> writes:

> i686-apple-darwin11-llvm-gcc-4.2: warning: '-x c++' after last input
> file has no effect
> i686-apple-darwin11-llvm-gcc-4.2: no input files
> Can't call method "fileName" without a package or object reference at
> Source/WebCore/bindings/scripts/IDLParser.pm line 112.
> make: *** [DerivedSources/WebCore/idl_supplemental_dependencies] Error 1

Have you tried a different CC / CXX?  Apple's fork of gcc 4.2 was always
a bit buggy, and now it's quite obsolete.

I would try "./configure ... CC=gcc-4.7 CXX=g++-4.7" if you have them,
otherwise you can try with the clang compilers.

Andy
-- 
http://wingolog.org/


More information about the webkit-gtk mailing list