[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BUILD History
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.