Closed
Bug 2310
Opened 26 years ago
Closed 26 years ago
DBINTERFACE shouldn't be set
Categories
(SeaMonkey :: Build Config, defect, P2)
Tracking
(Not tracked)
VERIFIED
INVALID
M5
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.
Updated•26 years ago
|
Component: Berkeley DB → Build Config
Product: MozillaClassic → Browser
Version: 1998-03-31 → other
Comment 2•26 years ago
|
||
guessing that this is for briano
Updated•26 years ago
|
Assignee: montulli → briano
Comment 3•26 years ago
|
||
i guess I should actually reassign it
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•26 years ago
|
||
I ran into the same sort of thing on SunOS 4.1.3_U1. I'm looking into
it.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 6•26 years ago
|
||
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.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•