> > But I wasn't able to build the CSDK. It hangs at "perl > > ./../build/replace.pl \ > > LDAP_VENDOR_NAME="mozilla.org" \ > > LDAP_VENDOR_VERSION="500" \ > > < ldap-standard-tmpl.h > > > ../../../../dist/public/ldap/ldap-standard.h. > > > > So, I created ldap-standard.h manually and removed replace.pl from the > > Makefile. > > > > Then, the build bombed out trying to copy files from > > mozilla/dist/include/nspr because there's no mozilla/dist/include! > > > > cp -r ../../../../dist/./include/nspr/* ../../../../dist/public/ldap-nspr > > > > Evidently OBJDIR_NAME wasn't getting set, so I modified the configure file. > > But, that didn't matter because there's no > > mozilla/dist/WINNT5.0_DBG.OBJ/include/nspr either. There's a > > mozilla/nsprpub/WINNT5.0_DBG.OBJ/pr/include, with only empty subdirectories. > > > > What should I do now? > > See if updating to the most recent cygwin version of "make" helps... > > Dan
I'm already using what appears to be the latest, 3.79.1-7, May 12, 2002.
