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
If I define OMIT_TIGER_FEATURES and surround each include with a
'#if OMIT_TIGER_FEATURES
#else
#include...
#endif,
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).
Where can we get these 2 include files?
thanks.
_______________________________________________
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