Hi,

I cannot get the psm2.0 module built on FreeBSD 4.2.
I used the following procedure:

In my ~/.mozconfig:
ac_add_options --disable-async-dns
ac_add_options --disable-logging
ac_add_options --disable-tests
ac_add_options --enable-optimize=-O2
ac_add_options --disable-debug
ac_add_options --enable-strip-libs
ac_add_options --with-pthreads
ac_add_options --disable-dtd-debug
ac_add_options --disable-ldap
ac_add_options --enable-modules=psm2

Then I use the following shell script to automate the build:
#!/bin/sh
export MOZILLA_OFFICIAL=1
export BUILD_OFFICIAL=1
CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot
cvs -z3 checkout -PA mozilla/client.mk;
gmake -f mozilla/client.mk checkout MOZ_CO_FLAGS=-PA;
gmake -f mozilla/client.mk checkout BUILD_MODULES=psm2
cd mozilla; gmake clean; gmake -f client.mk build;
gmake -f client.mk build BUILD_MODULES=psm2;
cd xpinstall/packager; gmake;


However, I am running into the following errors:
gmake[3]: Entering directory 
`/.amd_mnt/postie/disk0/home/szhang/temp/mozilla/security/coreconf'
../coreconf/config.mk:62: ../coreconf/FreeBSD4.2.mk: No such file or 
directory
../coreconf/config.mk:149: no file name for `-include'
gmake: *** No rule to make target ../coreconf/FreeBSD4.2.mk.  Stop.
gmake[3]: *** [../coreconf/FreeBSD4.2.mk] Error 1
gmake[3]: Leaving directory 
`/.amd_mnt/postie/disk0/home/szhang/temp/mozilla/security/coreconf'
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory 
`/.amd_mnt/postie/disk0/home/szhang/temp/mozilla/security/manager'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory 
`/.amd_mnt/postie/disk0/home/szhang/temp/mozilla'
gmake: *** [build] Error 2


Thanks for any help in advance.

Regards,

Shao.


Reply via email to