[Webkit-unassigned] [Bug 88407] WebKit-GTK 1.8.1 does not build on OS X 10.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 23:34:24 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88407





--- Comment #2 from Jeremy Huddleston <jeremyhu at apple.com>  2012-08-17 23:34:59 PST ---
Here's the actual command that is used to generate idl_supplemental_dependencies, with an extra --verbose:

~/src/macports/dports/www/webkit-gtk/work/webkit-1.8.2 $ /opt/local/bin/perl -I./Source/WebCore/bindings/scripts ./Source/WebCore/bindings/scripts/resolve-supplemental.pl --defines "LANGUAGE_JAVASCRIPT=1 ENABLE_CHANNEL_MESSAGING=1   ENABLE_METER_TAG=1 ENABLE_PROGRESS_TAG=1 ENABLE_JAVASCRIPT_DEBUGGER=1  ENABLE_SQL_DATABASE=1 ENABLE_DATALIST=1            ENABLE_VIDEO=1   ENABLE_FULLSCREEN_API=1   ENABLE_XSLT=1 ENABLE_WORKERS=1 ENABLE_SHADOW_DOM=1 ENABLE_SHARED_WORKERS=1 ENABLE_FILTERS=1 ENABLE_GEOLOCATION=1 ENABLE_CLIENT_BASED_GEOLOCATION=1 ENABLE_MATHML=1  ENABLE_SVG=1 ENABLE_SVG_FONTS=1  ENABLE_WEB_SOCKETS=1 ENABLE_BLOB=1  ENABLE_REQUEST_ANIMATION_FRAME=1 ENABLE_WEBGL=1     " --idlFilesList ./DerivedSources/WebCore/idl_files_list --supplementalDependencyFile DerivedSources/WebCore/idl_supplemental_dependencies --verbose
Resolving [Supplemental=XXX] dependencies in all IDL files.
 | *** Starting to parse -n...
 |
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
 | *** Finished parsing!
Can't call method "fileName" without a package or object reference at Source/WebCore/bindings/scripts/IDLParser.pm line 112.

---

That "Starting to parse" line comes from:
print " | *** Starting to parse $fileName...\n |\n" unless $beQuiet;

which shows that $fileName is being set to "-n" for some reason...

---

And here's why:

 $ head ./DerivedSources/WebCore/idl_files_list
-n
./Source/WebCore/css/CSSCharsetRule.idl
./Source/WebCore/css/CSSFontFaceRule.idl
./Source/WebCore/css/CSSImportRule.idl
./Source/WebCore/css/CSSMediaRule.idl
./Source/WebCore/css/CSSPageRule.idl
./Source/WebCore/css/CSSPrimitiveValue.idl
./Source/WebCore/css/CSSRule.idl
./Source/WebCore/css/CSSRuleList.idl
./Source/WebCore/css/CSSStyleDeclaration.idl

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list