Closed
Bug 391047
Opened 19 years ago
Closed 19 years ago
thunderbird failed to build on OpenSolaris
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
References
Details
(Keywords: regression)
Attachments
(2 files)
|
2.09 KB,
patch
|
mscott
:
review+
|
Details | Diff | Splinter Review |
|
1.06 KB,
patch
|
Details | Diff | Splinter Review |
Undefined first referenced
symbol in file
unsigned nsAbDirProperty::CreateNewDirectory(const nsAString_internal&,const nsACString_internal&,unsigned,nsACString_internal&) ../../staticlib/components/libmail.a(nsAbMDBDirectory.o)
bustage of Bug 331557
nsAbDirProperty::CreateNewDirectory(const nsAString &aDirName,
const nsACString &aURI,
const PRUint32 aType, nsACString &aResult)
NS_IMETHODIMP nsAbBSDirectory::CreateNewDirectory(const nsAString &aDirName,
const nsACString &aURI,
const PRUint32 aType,
nsACString &aResult)
doesn't perfect match the function declared in the idl file.
Attachment #275402 -
Flags: review? → review?(mscott)
Updated•19 years ago
|
Attachment #275402 -
Flags: review?(mscott) → review+
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 2•19 years ago
|
||
Shouldn't you have changed the headers too?
Depends on: 331557
Keywords: regression
I didn't notice there's a header for this function.
I thought they're both using header from idl.
Attachment #275763 -
Flags: review?(mscott)
Comment 4•19 years ago
|
||
I coded the second patch myself before I knew about this patch - it's checked in now, in bug 391746
Comment 5•19 years ago
|
||
Comment on attachment 275763 [details] [diff] [review]
patch for header
clearing review request since David fixed this already.
Attachment #275763 -
Flags: review?(mscott)
You need to log in
before you can comment on or make changes to this bug.
Description
•