Closed
Bug 124606
Opened 23 years ago
Closed 19 years ago
Blackconnect doesn't build with mozilla trunk
Categories
(Core Graveyard :: Java to XPCOM Bridge, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: marcus, Assigned: blackconnect)
References
Details
Attachments
(1 file)
15.77 KB,
patch
|
Details | Diff | Splinter Review |
Due to the following changes in mozilla, blackconnect currently doesn't build
with the trunk. The attached patch fixes these problems:
1. Use of REQUIRES in Makefile's
2. NS_IMPL_THREADSAFE_ISSUPORTS replaced by NS_IMPL_THRADSAFE_ISUPPORTS[0-9]
3. nsIEnumerator replaced with nsISimpleEnumerator
4. nsIComponentRegistrar interface
5. XPCOM-initialization changed (NS_InitXPCOM/NS_InitXPCOM2)
5. GetLastModificationDate changed to GetLastModifiedTime
The attached patch fixes these problems
Reporter | ||
Comment 1•23 years ago
|
||
This patch fixes the build problems for the Java-to-XPCOM bridge. It depends on
the fixes to the xpidl-compiler in Bug #123651
Comment 3•23 years ago
|
||
Marcus: AFAIK you must mail the reviewers....
Reporter | ||
Comment 4•23 years ago
|
||
Matti: I've now put it unto netscape.public.mozilla.java, and mailed
reviewers@mozilla.org, contributor-help@mozilla.org and drivers@mozilla.org.
I've also asked for help on #mozilla, and gervase markham said he would look
after it.
Do you think that would be enough?
Comment 5•23 years ago
|
||
that should be enough at the moment :-)
Reporter | ||
Comment 6•23 years ago
|
||
CC'ing ashuk@eng.sun.com and joe.chou@eng.sun.com, as they are working on
blackwood and might be able to review the bug.
Comment 7•23 years ago
|
||
*** Bug 135348 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 8•23 years ago
|
||
Hi Ed,
After reading in n.p.m.java that you got webclient to build with the 0.9.9
branch, I decided to cc you to these bugs, because they are affected by your
changes.
Comment 9•22 years ago
|
||
Just posted a significant patch on bug 189098 addressing these issues.
Comment 10•19 years ago
|
||
Blackconnect no longer builds and hasn't been worked on since 2001. -> WONTFIX
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•