Bug 200929
Summary: | Add -I${includedir}/embed_base to firefox-xpcom.pc | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Andrew Overholt <overholt> |
Component: | firefox | Assignee: | Christopher Aillon <caillon> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | dcantrell, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-09-11 17:38:57 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 150223, 200850 |
Description
Andrew Overholt
2006-08-01 17:10:46 UTC
Whats the status here? This is blocking the eclipse bug, that we'd like to get fixed for Test3... (In reply to comment #1) > Whats the status here? This is blocking the eclipse bug, that we'd like to get > fixed for Test3... No, we have a workaround in place for this. It would still be nice to get this fixe, but it's not critical for Test3. 3.2.0-5 has a fix for bug # 201778 and it's building now. nsEmbedAPI.h is not part of the Gecko SDK. It shouldn't have been available before. Use nsXPCOM.h for the stuff you need. See also bug 201778 comment 6. (In reply to comment #4) > nsEmbedAPI.h is not part of the Gecko SDK. It shouldn't have been available > before. Use nsXPCOM.h for the stuff you need. See also bug 201778 comment 6. I had planned to keep both the NS_InitXPCOM3 and the NS_InitEmbedding in SWT so we still needed this. Looking into the situation again, I think it's best to remove the NS_InitEmbedding entirely as you suggest. Our latest package, eclipse-1:3.2.0-6.fc6, does not use nsEmbedAPI.h. Thanks. |