On Tue 05 Jun 2012 18:22, Timo Dörr <[email protected]> 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/ _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
