Closed
Bug 15066
Opened 26 years ago
Closed 26 years ago
irix native compiler dont do nsCOMptr debug
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: tomi.leppikangas, Assigned: briano)
Details
To build on irix, have to define NSCAP_DISABLE_DEBUG_PTR_TYPES
to get it compile.
fix:
add "AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)" to configure.in
irix6 native compiler section. (I Guess that gcc would do nsCOMptr debug).
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M11
| Assignee | ||
Comment 1•26 years ago
|
||
Fix is checked in (configure.in). The configure script will be
updated automatically within the next 15 minutes.
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 2•26 years ago
|
||
Now irix 6.5.3 builds ok, thanks. Marking as verified.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•