If you're getting linker errors about missing symbols for WebNotifications, then you're probably running gyp_chromium manually (which I think is most people using the make build or building 64 bit).
To fix, add -Isrc/build/features_override.gypi to gyp_chromium (see src/DEPS where it's added to the gclient invocation of gyp_chromium). On Mon, Oct 5, 2009 at 9:11 AM, John Gregg <[email protected]> wrote: > Hi all, > I checked in a change yesterday which sets ENABLE_NOTIFICATIONS=1 for the > Chromium build of WebKit (in features_override.gypi). If you sync up and > are seeing linking errors regarding notifications, this should be fixed by > rebuilding WebCore. Some of the build bots seem to be fine, but others have > hit this error. > Thanks, > -John > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
