Closed
Bug 125705
Opened 23 years ago
Closed 23 years ago
shrike tinderbox is in flames trying to build inspector
Categories
(Other Applications :: DOM Inspector, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 113361
People
(Reporter: jdunn, Assigned: jdunn)
References
Details
Attachments
(1 file)
739 bytes,
patch
|
Details | Diff | Splinter Review |
shrike is in flames
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1013776620.15995.gz
can't resolve nsRuleNode
I remember from an email/bug that cls mentioned that certain new
linux compilers/linkers require symbols to be resolved at link time
(similar to AIX).
Anyhow I ran into this on my machine and have a fix:
nsRuleNode is in libgkconbase_s, and due to its dependency
on some style stuff & nsCSS we have to add gkconhtmlstyle_s
I can't comment on the dependency issue and if we want the
dependencies to exist... but this got me past this problem
when building.
updating cc list... I don't need to own this... I just wanted to offer to help
this looks like a dup of http://bugzilla.mozilla.org/show_bug.cgi?id=113361
Depends on: 79091
my fault, i made the suggestion to file a new bug on the assumption the fix
would be different... *hangs head in shame*
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Other Applications
Updated•18 years ago
|
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•