Closed Bug 2310 Opened 26 years ago Closed 26 years ago

DBINTERFACE shouldn't be set

Categories

(SeaMonkey :: Build Config, defect, P2)

x86
Linux
defect

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: heberf, Assigned: briano)

Details

I'm using glibc 2.0.7 and the make died in the dbm/src directory. The problem is that it can't find compat.h. In 2.0.7 there is no such file but there is the following lines in db.h #ifdef __DBINTERFACE_PRIVATE #include <compat.h> #endif I e-mailed the glibc people and they said that __DBINTERFACE should not get set since it is just a private thing. Therefore I think it is a bug.
Setting all current Open/Normal to M4.
Component: Berkeley DB → Build Config
Product: MozillaClassic → Browser
Version: 1998-03-31 → other
guessing that this is for briano
Assignee: montulli → briano
i guess I should actually reassign it
Status: NEW → ASSIGNED
I ran into the same sort of thing on SunOS 4.1.3_U1. I'm looking into it.
Target Milestone: M4 → M5
moving to m5
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
This should no longer be a problem. I've added a check in configure for compat.h, so platforms that don't have it won't try to include it in dbm. In any case, I think the code this bug applied to is no longer there.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.