[Webkit-unassigned] [Bug 80215] [Gtk] [Win32] WebKitGtk+ fails to build on Win32 after changeset 109584

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 4 12:22:55 PST 2012


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





--- Comment #3 from tuxator at o2.pl  2012-03-04 12:22:55 PST ---
Yes i tried clean build (as in "make clean"). Build stopped again in this same place.

With TARGET_WIN32 you have

if TARGET_WIN32
webcore_sources += \
<------>Source/WebCore/platform/ScrollAnimatorWin.cpp \
<------>Source/WebCore/platform/ScrollAnimatorWin.h \

Which in turn doubles the definitions from ScrollAnimatorNone.
So i think it should be like in attached patchlet or the other way around,
removing ScrollAnimatorWin. Moving just ScrollAnimatorNone into TARGET_X11
guard seemed logical to me and it feels a bit more cautious.

-- 
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