Are you following precisely the build instructions at
http://mozilla.org/projects/security/pki/jss/jss_build_3.1.html ? Can
you give an example of a place where you had to convert slash to
backslash? I think the makefiles will only work in environments that
silently convert slash to backslash--this probably means you need a UNIX
emulation package such as cygwin or MKS.
Pierre wrote:
>I've got many problems to build the JSS library under Windows NT.
>It seems that some .mk make file are not suitable for a Windows use.
>Some quotation mark (") are required and / must be replace by \\ ...
>Never mind, after several modifications, the build is crashing when
>building lib ...
>Did someone experience same problems ? Any solution ?
>