Matt Ross wrote: > "Matt Ross" <[EMAIL PROTECTED]> wrote in message > news:aaquat$[EMAIL PROTECTED]... > [snip] > > I am downloading the source of the SDK now. I will have a go at building > it > > under Borland C++ Builder but I suspect the Windows portion is designed > for > > MS Visual C++ so I probably won't have much luck. About 2 months ago I > tried > > unsuccessfully to build it under Solaris so I don't hold much hope under > > Windows. Do you know of any place I could get precompiled libraries for > > Windows of the Mozilla SDK? I wonder if the iPlanet 5.08 is my problem - > is > > it very different to the latest Mozilla version? > > run: > gmake buildLdapClientSDK > > It cannot find a utility called 'cl'. I did a google search and could not > find what this utility is. > > > Is there a page that explains how to do this under Cygwin on mozilla.org? >
basically mozilla only supports MSVC++6.0 for any win32 building at this time cl.exe is the MS MASM assenbler
