Closed
Bug 3531
Opened 26 years ago
Closed 26 years ago
Scribble (widget test) won't compile on AIX
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
CLOSED
FIXED
M7
People
(Reporter: jdunn, Assigned: rods)
Details
in widget/tests/scribble/Makefile.in
There is a line setting TOOLKIT_CFLAGS
and then at the end CFLAGS += TOOLKIT_CFLAGS
These flags are needed by Scribble.cpp for definition
of WIDGET_DLL and GFXWIN_DLL (right now Windows
and MAC version have these definies set in the SCRIBBLE.cpp)
I am not sure which way is correct...
I fixed the problem in my tree by changing the Makefile to
CXXFLAGS += TOOLKIT_CFLAGS.
I actually think that the WIDGET_DLL and the GFXWIN_DLL
being defined in the CPP (it is also defined in
../widget/nsWidgetTest.cpp) is a bad idea...
Updated•26 years ago
|
Target Milestone: M6
Updated•26 years ago
|
Assignee: dp → pinkerton
Status: ASSIGNED → NEW
Comment 1•26 years ago
|
||
Cant assign bugs to trudell. Pink can you route it to the right person in your
group.
Comment 2•26 years ago
|
||
forwarding to trudelle.
Updated•26 years ago
|
Assignee: trudelle → rods
Comment 3•26 years ago
|
||
reassigning to rods. Do we use this at all?
Assignee | ||
Updated•26 years ago
|
Assignee: rods → trudelle
Assignee | ||
Comment 4•26 years ago
|
||
This is a good test program that is very useful when a new OS port is being
done.
We should fix it, I won't have anytime in M6.
Updated•26 years ago
|
Target Milestone: M6 → M7
Comment 5•26 years ago
|
||
m7
Updated•26 years ago
|
Assignee: trudelle → rods
Comment 6•26 years ago
|
||
This can wait until Rod gets back, reassigning. Who is using AIX, and why
aren't they fixing it?
Assignee | ||
Comment 7•26 years ago
|
||
What is the status of this problem?
I see that the Makefile.in has been changed, does this mean it is fixed and
works everywhere?
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I believe this was fixed when I checked in the -bso changes into configure.in
last week. Anyhow scribble freakin works on AIX... so that is COOL!
jim, i'm verifying this bug as fixed. if you have any problems, please reopen.
Comment 10•26 years ago
|
||
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
•