Closed
Bug 549860
Opened 15 years ago
Closed 15 years ago
[comm-central, Windows] "LINK : fatal error LNK1181: cannot open input file '../nsCSSKeywords.o'" since bug 544112 landing
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a3
People
(Reporter: sgautherie, Assigned: standard8)
References
Details
(Keywords: regression)
No description provided.
| Reporter | ||
Comment 1•15 years ago
|
||
See
http://hg.mozilla.org/mozilla-central/diff/83a2cfa9ac46/layout/style/test/Makefile.in
{
+ifndef MOZ_ENABLE_LIBXUL
+CPP_UNIT_TESTS = TestCSSPropertyLookup.cpp
+LIBS += ../nsCSSKeywords.o ../nsCSSProps.o $(XPCOM_LIBS)
+endif
+
}
| Reporter | ||
Updated•15 years ago
|
blocking2.0: --- → ?
Keywords: regression
| Assignee | ||
Comment 2•15 years ago
|
||
I checked in this fix with r=ted over irc:
http://hg.mozilla.org/mozilla-central/rev/3f626e57a813
Assignee: nobody → bugzilla
Status: NEW → RESOLVED
blocking2.0: ? → ---
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3
| Reporter | ||
Updated•15 years ago
|
Flags: in-testsuite-
Target Milestone: mozilla1.9.3 → mozilla1.9.3a3
Comment 3•15 years ago
|
||
Sorry about this. I'm surprised neither the tryserver nor the moz-central tinderboxes caught it.
Comment 4•15 years ago
|
||
Zack, this only happens in non-libxul builds, and all our tinderbox builds are libxul.
You need to log in
before you can comment on or make changes to this bug.
Description
•