Closed
Bug 469
Opened 26 years ago
Closed 24 years ago
mcom_db.h is looking for endian.h in the wrong place
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
People
(Reporter: r-scott.butler, Assigned: briano)
Details
Created by Scott Butler (r-scott.butler@usa.dupont.com) on Friday, July 3, 1998 6:26:14 PM PDT
Additional Details :
In mozilla/include/mcom_db.h and
mozilla/dbm/include/mcom_db.h under the conditional
#ifdef __alpha
the code is #include <endian.h>
and (at least on my system) needs to be
#include <machine/endian.h>
Sorry if this is the wrong 'area'; I'm not sure where to put
this.
Updated by Brian Ostrom (briano@netscape.com) on Monday, July 13, 1998 5:54:34 PM PDT
Additional Details :
This is a duplicate of bug#249. I have a "fix", but I can't
test it until we get our DEC licenses straightened out.
What I propose is a single change to mozilla/config/OSF1.mk:
OS_INCLUDES = -I/usr/include -I/usr/include/sys -I/usr/include/machine
I don't know if the first two need to be there, but I wanted
to be safe....
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 249 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•