Closed Bug 5234 Opened 25 years ago Closed 25 years ago

Error in Makefile widget/src/xpwidgets

Categories

(Core :: Layout: Form Controls, defect, P3)

x86
Linux
defect

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.
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.
It seems according to Bonsai Chris Mcafee is working on this code, may be the
bug should be assigned to him.
Assignee: karnaze → mcafee
reassing to mcafee@netscape.com

its probably fixed already.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Makefiles don't use # for ifdefs, that's standard gnu make syntax.
Per Andreas' mail, I think this is fixed.
Status: RESOLVED → CLOSED
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.