Closed
Bug 235273
Opened 21 years ago
Closed 21 years ago
"/export/home/timeless/mozilla/xpcom/io/nsLocalFileCommon.cpp", line 110: Error: nsACString::nsACString(const nsACString&) is not accessible from nsLocalFile::CreateUnique(unsigned, unsigned).
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: roland.mainz)
Details
(Keywords: regression)
Attachments
(1 file, 3 obsolete files)
1.87 KB,
patch
|
Details | Diff | Splinter Review |
Solaris Forte build failed
$ CC nsLocalFileCommon.i
"/export/home/timeless/mozilla/xpcom/io/nsLocalFileCommon.cpp", line 110: Error:
nsACString::nsACString(const nsACString&) is not accessible from
nsLocalFile::CreateUnique(unsigned, unsigned).
1 Error(s) detected.
I can fix this by using PromiseFlatCString. I can't understand from the
documentation whether i'm supposed to...
Attachment #142019 -
Flags: review?(darin)
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 142019 [details] [diff] [review]
this works...
The patch fixes the problem (for WS7, WS8, ++), r=me ...
Attachment #142019 -
Flags: superreview?(darin)
Attachment #142019 -
Flags: review?(darin)
Attachment #142019 -
Flags: review+
Assignee | ||
Comment 4•21 years ago
|
||
Assignee: darin → roland.mainz
Attachment #142018 -
Attachment is obsolete: true
Attachment #142019 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Attachment #142019 -
Flags: superreview?(darin)
Attachment #142019 -
Flags: review+
Assignee | ||
Updated•21 years ago
|
Attachment #142053 -
Flags: superreview?(darin)
Attachment #142053 -
Flags: review?(darin)
Comment 5•21 years ago
|
||
This is essentially the same thing just reworked so that the ifdefs are
combined into one.
Updated•21 years ago
|
Attachment #142053 -
Attachment is obsolete: true
Comment 6•21 years ago
|
||
bustage fix checked in on trunk
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Attachment #142053 -
Flags: superreview?(darin)
Attachment #142053 -
Flags: review?(darin)
Updated•4 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•