Closed
Bug 497580
Opened 15 years ago
Closed 15 years ago
[HTML5] Make the HTML5 parser compile under Windows CE
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: hsivonen, Assigned: hsivonen)
Details
At least it seems that 'constant' is a reserved word.
Assignee | ||
Comment 1•15 years ago
|
||
Doh. It doesn't reserve 'constant' but 'UNICODE'.
Assignee | ||
Comment 2•15 years ago
|
||
And maybe it isn't really reserved word but a define in which case #undef UNICODE
Assignee | ||
Comment 3•15 years ago
|
||
Win CE is still burning. No compile error.
http://tinderbox.mozilla.org/showlog.cgi?log=MozillaTry/1244817573.1244817586.31404.gz&fulltext=1
However, there's this:
rm: WARNING: Circular directory structure.
This almost certainly means that you have a corrupted file system.
NOTIFY YOUR SYSTEM MANAGER.
The following two directories have the same inode number:
build/.hg
`build/.hg/store/data/extensions/inspector/resources/content/search'
program finished with exit code 1
Assignee: nobody → hsivonen
Assignee | ||
Comment 4•15 years ago
|
||
The remaining issue is bug 496712.
Assignee | ||
Updated•15 years ago
|
Blocks: html5-parsing-land
Assignee | ||
Comment 5•15 years ago
|
||
The parser is now avoiding UNICODE (instead of trying to undef it--at least for now). Will make the landing bug block on bug 496712 directly.
No longer blocks: html5-parsing-land
Status: NEW → RESOLVED
Closed: 15 years ago
No longer depends on: 496712
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•