Closed
Bug 5348
Opened 25 years ago
Closed 25 years ago
HP-UX build bustage in nsFileSpec
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: mcmullen)
Details
Error 207: "../../../../xpfe/AppCores/src/nsBrowserAppCore.cpp", line 1419
# Ambiguous user conversion definition for 'class nsAutoCString'; more than one
match was found. Two such functions that matched were "nsAutoCString::operator
const char *() const" ["../../../dist/./include/nsFileSpec.h", line 203] and
"nsAutoCString::operator const char *()"
["../../../dist/./include/nsFileSpec.h", line 204].
printf( buffer, sizeof buffer, "OpenFile(\"%s\")", (const
char*)nsAutoCString(fileURL.GetAsString()) );
This can be readily seen as the build bustage by looking at the tinderbox on
SeaMonkey-Ports (eggroll, HP-UX 10.20).
This looks like one of the last things holding up the HP build.
I checked in a change. I guess I'll leave the bug open till Tinderbox agrees that
it's a fix.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•25 years ago
|
||
This got fixed later on by scc in a more permanent manner as well.
Comment 5•25 years ago
|
||
Bulk moving to XPCOM, in preparation for removal of XP File Handling component.
(XPFH has received two bugs in ~5 months, and is no longer in active use.)
Component: XP File Handling → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•