BUILD History
"David J. Palaitis" <[email protected]> Thu, 15 Apr 1999 23:55:52 -0400
| Newsgroups | gmane.ietf.pfl |
|---|---|
| Message-ID | <[email protected]> |
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.