Ken Culbert wrote: > > Tried to follow build instructions on NT to the letter; after working > through several problems (such as "gmake" works but "gmake nss_build_all" > doesn't), I've hit a wall: > > dbinit.c > cdbhdl.h(43) : fatal error C1083: Cannot open include file: 'mcom_db.h': No > such file or directory. > > And, that's right -- the file is nowhere to be found. > > Where can I get it? Why is building this so difficult?
NSS has build dependencies on DBM, NSPR, and (on non-Windows systems) coreconf. The instructions should say something about pulling the directory mozilla/dbm with some tag. gmake without the right target won't build all the things it needs to build. -- Nelson Bolyard Disclaimer: I speak for myself, not for Netscape
