Closed
Bug 631412
Opened 14 years ago
Closed 14 years ago
Bug 629401 breaks non-libxul builds due to unresolved reference to nsContentUtils::DispatchTrustedEvent(nsIDocument*, nsISupports*, nsAString_internal const&, int, int, int*)
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla2.0b12
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
9.88 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
Undefined symbols:
"nsContentUtils::DispatchTrustedEvent(nsIDocument*, nsISupports*, nsAString_internal const&, int, int, int*)", referenced from:
CarbonEventModelFailureEvent::Run() in nsNPAPIPluginInstance.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[5]: *** [libgkplugin.dylib] Error 1
make[4]: *** [libs] Error 2
make[3]: *** [libs_tier_platform] Error 2
make[2]: *** [tier_platform] Error 2
make[1]: *** [default] Error 2
make: *** [build] Error 2
Comment 1•14 years ago
|
||
FWIW, this breaks my non-libxul build on x86_64 Linux, too, with the same mention of "In function `CarbonEventModelFailureEvent::Run()':"
(Is CarbonEventModelFailureEvent even supposed to be built under Linux? My initial assumption was that it was Mac-specific, based on the name, but I don't really know.)
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Comment 2•14 years ago
|
||
Borrow the code from nsContentUtils for non-libxul builds. (This makes me sad. Real sad.)
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #509774 -
Attachment is obsolete: true
Attachment #509786 -
Flags: review?(khuey)
Attachment #509774 -
Flags: review?
Attachment #509786 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b12
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•