Tony Houghton wrote:
>
> In <[EMAIL PROTECTED]>,
> Andreas Otte <[EMAIL PROTECTED]> wrote:
>
> > David Shochat wrote:
> > >
> > > On Linux. I don't know what platform Graham Leggett is on, but I have
> > > exactly the same question for Linux.
> > >
> > > Nothing I do allows me to build psm2 without errors.
> > >
> > > Many thanks in advance.
> > > -- David
> >
> > I set the environment variable
> >
> > MOZ_NSS_AUTOCONF=1
> >
> > and use --enable-crypto in .mozconfig for configure.
> >
> >
> > Works fine for me. Nothing else seems to work.
>
> It doesn't work for me. I've tried it both in the source directory and a
> separate directory. The only difference is that I use --enable-crypto as
> a command-line option to configure instead of in .mozconfig.
>
> First of all, configure gives this warning:
>
> configuring in security/nss
> configure: warning: no configuration information is in security/nss
>
> then make fails:
>
> make[1]: Entering directory `/usr/local/build/moz-crypt/security/nss'
> make[1]: *** No rule to make target `export'. Stop.
>
> I'm trying to compile mozilla-source-0.9.tar.bz2 with these options:
>
> --prefix=/usr/local/mozilla --disable-mailnews --disable-debug \
> --disable-tests --with-java-supplement --enable-optimize \
> --without-qt --with-gtk --enable-svg --enable-crypto
>
> Might some of those be clashing with --enable-crypto, or do I need to
> download something else as well first?
>
> --
> TH * http://www.realh.co.uk
I don't think so. I remember having seen that error allong the way too.
Did you do a checkout with the environment variable set?
I clobbered my whole mozilla/security and did a fresh checkout.
Andreas