Re: BUILD History
Timothy Fisher <[email protected]> Fri, 16 Apr 1999 09:06:44 -0700
| Newsgroups | gmane.ietf.pfl |
|---|---|
| Organization | Cyclone Software |
| Message-ID | <[email protected]> |
I was able to build Jonah on NT without making any changes. Tim "David J. Palaitis" wrote: > > i FINALLY got the JONAH stuff built > > i had to make some changes to the code that are not documented > > 1. \Src\CDSA\util\nsp\nsp\src\nsptestutility.cpp > > line #154. // os << e << endl > > MS cl compiler complains that '<< is ambiguous'. MSDN says > that this is a bug in the compiler and the workaround is to define > the operator for the class (NSException) > > 2. \Src\CDSA\addins\Jonah\DL\ldapdl\dlmodule\ldapglobal.cpp > > line# 443 // os << e << endl; > > 3. \Src\CDSA\test\interactive\test_ldapdl\src\Makefile > > i had to add > line# 443 /src/CDSA/common/include > to find ldap.h > > i used MKS toolkit and JDK1.1.6 > > it was a very long strange build > > dave.