Closed
Bug 198317
Opened 22 years ago
Closed 22 years ago
RFE: Remove code/glue for obsolete Sun Workshop versions (e.g. Sun Workshop < 6.2)
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: roland.mainz, Assigned: roland.mainz)
References
Details
Attachments
(1 file)
1.76 KB,
patch
|
netscape
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
RFE: Remove code/glue for obsolete Sun Workshop versions (e.g. Sun Workshop <
6.2).
There is some stuff in the tree which is only neccesary for older Sun Workshop
versions which are not supported anymore (e.g. Sun Workshop 5.x etc.) ...
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•22 years ago
|
||
Fun... after several years the old issue with <time.h> is still present:
-- snip --
ifeq ($(OS_ARCH), SunOS)
ifndef GNU_CC
# When using Sun's WorkShop compiler, including
# /wherever/workshop-5.0/SC5.0/include/CC/std/time.h
# causes most of these compiles to fail with:
# line 29: Error: Multiple declaration for std::tm.
# So, this gets around the problem.
DEFINES += -D_TIME_H=1
endif
endif
-- snip --
... which means that there is far less stuff to slaughter than I hoped... ;-(
...
Assignee | ||
Comment 3•22 years ago
|
||
Wow... it looks that someone already cleaned parts of the tree and
"configure.in" (where did the whole test stuff for Workshop 4.x went to ? :)
...
Assignee | ||
Comment 4•22 years ago
|
||
Comment on attachment 117794 [details] [diff] [review]
Patch for 2003-03-11-08-trunk
Requesting r=/sr= ...
Attachment #117794 -
Flags: superreview?(jaggernaut)
Attachment #117794 -
Flags: review?(seawood)
Assignee | ||
Comment 5•22 years ago
|
||
Mhhh, setting -D_ISO_CPP_14882_1998 works around the old issue described in
comment #2 ...
Comment 6•22 years ago
|
||
Comment on attachment 117794 [details] [diff] [review]
Patch for 2003-03-11-08-trunk
r=cls
Attachment #117794 -
Flags: review?(seawood) → review+
Comment 7•22 years ago
|
||
Comment on attachment 117794 [details] [diff] [review]
Patch for 2003-03-11-08-trunk
sr=jag
Attachment #117794 -
Flags: superreview?(jaggernaut) → superreview+
Comment 8•22 years ago
|
||
patch in trunk, marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•