[Webkit-unassigned] [Bug 9501] New: Windows build fails with link error CharsetTable not defined
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun Jun 18 23:58:01 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9501
Summary: Windows build fails with link error CharsetTable not
defined
Product: WebKit
Version: 420+ (nightly)
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: New Bugs
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: bengoodger at gmail.com
Windows builds fail with a link error: CharsetTable is not defined.
WebCore/DerivedSources/CharsetData.cpp exists, but is empty. In the build log
there is a report that a script failed whilst running. It seems that the script
that generates this file - make-charset-table.pl - is having difficulty.
make-charset-table.pl does not properly normalize alias names in subroutine
process_iana_charsets. character-sets.txt has some Alias: lines that have
escape characters on the end that are not properly chomped, meaning that in
more than one case the statement:
next if $new_alias eq "None";
does not work.
This needs to be moved after the normalization steps and adjusted to:
next if $new_alias eq "none";
--
Configure bugmail: http://bugzilla.opendarwin.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