Closed
Bug 705
Opened 26 years ago
Closed 26 years ago
more than one instance of overloaded function "DisplayPixmap" has "C" linkage
Categories
(MozillaClassic Graveyard :: XFE, defect, P2)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: armen, Assigned: radha)
Details
Trying to build mozilla-19980728 on a Digital Unix 4.0D system with
CXX "DIGITAL C++ V6.0-021 on DIGITAL UNIX V4.0 (Rev. 878)"
I get the following error in cmf/xfe/src in Frame.cpp
cxx: Error: Frame.cpp, line 5010: more than one instance of overloaded function
"DisplayPixmap" has "C" linkage
DisplayPixmap(MWContext * context, IL_Pixmap * image, IL_Pixmap * mask, long int
x, long int y, jint x_offset, jint y_offset, jint width, jint height)
^
I am not brave enough to investigate this further.
Updated•26 years ago
|
Assignee: ramiro → radha
Reassign to radha@netscape.com since this is her code.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•26 years ago
|
||
All images code has been segregated to Image.cpp. There really s'dn't be more
definitions of this function anymore. Please verify in latest builds.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 4•26 years ago
|
||
This bug is invalid in the new world
You need to log in
before you can comment on or make changes to this bug.
Description
•