I am trying to build WebCore 415 (without any modification), and it
attempts to include 2 header files that are not part of the
standard OS 10.4 / XCode install:
ApplicationServices/ApplicationServicesPriv.h and
CoreFoundation/CFCharacterSetPriv.h
The CFCharacterSetPriv.h one seems to be in there for no reason. You
can just remove the include.
The ApplicationServicesPriv.h one is problematic. Putting it inside
OMIT_TIGER_FEATURES sounds OK for now.
WebCore seems to compile and run fine (with some more tweaking such
a adding an include directory search path for libxml and
JavaScriptCore, and select linkage against WebKit instead of
JavaScriptCore).
Linking against WebKit is incorrect; you should be linking against a
build JavaScriptCore, not the installed WebKit. But perhaps it will
work anyway.
Where can we get these 2 include files?
You can't. Those are for Apple-internal use only and should not have
been used in WebCore; it was an accident and needs to be fixed.
-- Darin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webcore-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webcore-dev/email@hidden