RESOLVED FIXED 68229
[GTK] Linker error with double inclusion of ScrollbarThemeMock.cpp
https://bugs.webkit.org/show_bug.cgi?id=68229
Summary [GTK] Linker error with double inclusion of ScrollbarThemeMock.cpp
Wajahat Siddiqui
Reported 2011-09-16 01:03:24 PDT
Gtk build is broken on svn rev# 95275 as ScrollbarThemeMock.cpp is mistakenly included twice in Source/WebCore/GNUmakefile.list.am. This is added from attachment committed from https://bugs.webkit.org/show_bug.cgi?id=68134 --- a/Source/WebCore/GNUmakefile.list.am +++ b/Source/WebCore/GNUmakefile.list.am @@ -2686,6 +2686,8 @@ webcore_sources += \ Source/WebCore/platform/mock/GeolocationClientMock.h \ Source/WebCore/platform/mock/GeolocationServiceMock.cpp \ Source/WebCore/platform/mock/GeolocationServiceMock.h \ + Source/WebCore/platform/mock/ScrollbarThemeMock.cpp \ + Source/WebCore/platform/mock/ScrollbarThemeMock.cpp \ Source/WebCore/platform/mock/SpeechInputClientMock.cpp \ Source/WebCore/platform/mock/SpeechInputClientMock.h \ Source/WebCore/platform/network/AuthenticationChallengeBase.cpp \ Attached patch corrects this issue
Attachments
linker error fix (1.30 KB, patch)
2011-09-16 01:12 PDT, Wajahat Siddiqui
no flags
linker error fix updated changelog (1.31 KB, patch)
2011-09-16 01:19 PDT, Wajahat Siddiqui
no flags
Wajahat Siddiqui
Comment 1 2011-09-16 01:12:43 PDT
Created attachment 107619 [details] linker error fix fixing this issue by removing double inclusion.
Wajahat Siddiqui
Comment 2 2011-09-16 01:19:43 PDT
Created attachment 107620 [details] linker error fix updated changelog updating changelog
Alejandro G. Castro
Comment 3 2011-09-16 01:39:24 PDT
Comment on attachment 107620 [details] linker error fix updated changelog View in context: https://bugs.webkit.org/attachment.cgi?id=107620&action=review Thanks for the patch but I've already fixed the issue http://trac.webkit.org/changeset/95280, this kind of patches do not need review. Could you remove the r? tag? > Source/WebCore/GNUmakefile.list.am:-2688 > - Source/WebCore/platform/mock/ScrollbarThemeMock.cpp \ I think we do not have to remove the line but change .cpp for .h.
Wajahat Siddiqui
Comment 4 2011-09-16 02:19:35 PDT
Wajahat Siddiqui
Comment 5 2011-09-16 02:22:12 PDT
Simon Fraser (smfr)
Comment 6 2011-09-16 08:42:24 PDT
Thanks for fixing!
Note You need to log in before you can comment on or make changes to this bug.