[Webkit-unassigned] [Bug 16507] Build is broken with GCC on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 13:00:48 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16507





------- Comment #1 from alp at atoker.com  2007-12-18 13:00 PDT -------
Problem areas in WebCore are:

DateMath.cpp (localtime usage)

TCSpinLock.h (tests for MSVC)

FTPDirectoryDocument.cpp
FTPDirectoryParser.cpp (had to ifdef out a block here)

To get the GTK+ port building (not directly related to this bug, but here for
the record):

Replaced the Freetype text code with a no-op backend (since my toolchain didn't
come with FreeType for Windows and it'd result in non-native text rendering)

FileChooserGtk.cpp and LocalizedStringsGtk.cpp were using GNU intl stuff which
I think these days is well-ported to Windows but which I was avoiding out of
habit.

Made changes to WebKit.pri to avoid some curl-config/icu-config/pkg-config
calls.


The Windows machine with the patches isn't here with me right now but the fixes
were fairly obvious.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list