Hi;

On Fri, Feb 5, 2010 at 1:35 PM, İsmail Dönmez <ismail@namtrac.org> wrote:
Hi Darin;

On Fri, Feb 5, 2010 at 1:32 PM, Darin Adler <darin@apple.com> wrote:
This is a question for the webkit-help mailing list or a Qt-specific one, not webkit-dev. The webkit-dev mailing list is for discussion of WebKit development, not building or using it.

See <http://webkit.org/contact.html>.


 The reason I used this mailing list is because this is a clear regression not just a build problem on my side. If proven otherwise, I am sorry.


Looks like nmake messes up when the filenames match. Following patch fixes this (of course after doing a git mv), can someone comment?

diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 4d2c597..0b062d0 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -1999,7 +1999,7 @@ SOURCES += \
     platform/qt/FileSystemQt.cpp \
     platform/qt/SharedBufferQt.cpp \
     platform/graphics/qt/FontCacheQt.cpp \
-    platform/graphics/qt/FontCustomPlatformData.cpp \
+    platform/graphics/qt/FontCustomPlatformDataQt.cpp \
     platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
     platform/graphics/qt/SimpleFontDataQt.cpp \
     platform/qt/KURLQt.cpp \


Thanks,
İsmail