Closed
Bug 5234
Opened 26 years ago
Closed 26 years ago
Error in Makefile widget/src/xpwidgets
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
CLOSED
FIXED
People
(Reporter: andreas.otte, Assigned: mcafee)
Details
I got an error with missing symbols in libraptorbasewidget_s about clipboard
functions while building viewer (current tree, 04-16-99). I tracked that down to
the makefile in widget/src/xpwidgets
There is a part (line 40-42) which adds nsBaseDragService.cpp and
nsBaseClipboard.cpp to the lib if NEW_CLIPBORAD_SUPPORT is set. This variable is
set, but the ifdef and the endif are missing the '#', so they are not included.
Reporter | ||
Comment 1•26 years ago
|
||
Same problem with the Makefile in widget/src/gtk. Missing '#' before ifdef and
endif. Additional problem: The makefile expects nsDragService.cpp, which
currently exists only under widget/src/windows.
Reporter | ||
Comment 2•26 years ago
|
||
It seems according to Bonsai Chris Mcafee is working on this code, may be the
bug should be assigned to him.
Updated•26 years ago
|
Assignee: karnaze → mcafee
reassing to mcafee@netscape.com
its probably fixed already.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Makefiles don't use # for ifdefs, that's standard gnu make syntax.
Per Andreas' mail, I think this is fixed.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → CLOSED
Reporter | ||
Comment 5•26 years ago
|
||
Whooops, hmmmmmm ... yes, so in fact I was commenting out the ifdef, where were
my thoughts? What remains is the problem, that some parts of the source needed
the new clipboard support to get compiled. Maybe this is fixed by now.
Sorry for having bothered you with this ...
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
You need to log in
before you can comment on or make changes to this bug.
Description
•