I'm trying to install the standalone xpcom and I'm experiencing some
problems. Here's what I did:

export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot
cvs login
# entered password: anonymous
cvs -z 3 co mozilla/client.mk
cd mozilla
gmake -f client.mk pull_all BUILD_MODULES=xpcom
./configure --enable-standalone-modules

At the end of configuring there was a warning:

configure: warning: Recreating autoconf.mk with updated nspr-config
output

And then I typed: gmake

It seemed to work ok but according to the mozilla.org pages a
nsTestSample should have been installed in my bin/ folder, which it
isn't. I tried to run make in the mozilla/xpcom/sample/ directory and
got this:

gmake[1]: *** No rule to make target `_xpidlgen/nsISample.h', needed
by `export'.  Stop.

After searching a while I found another "recipe" on installing
standalone xpcom so I tried again but this time typing:

./configure --enable-modules=xpcom --disable-debug --enable-optimize

At the end of configuring it said:

configure: warning: Recreating autoconf.mk with updated nspr-config
output
configuring in directory/c-sdk
configure: warning: no configuration information is in directory/c-sdk

I tried to type gmake, but it finished with:

gmake[2]: Entering directory
`/home/oysteiar/xpcom-standalone/mozilla/directory/c-sdk'
gmake[2]: *** No targets specified and no makefile found.  Stop.
gmake[2]: Leaving directory
`/home/oysteiar/xpcom-standalone/mozilla/directory/c-sdk'
gmake[1]: *** [ldap] Error 2
gmake[1]: Leaving directory `/home/oysteiar/xpcom-standalone/mozilla'
gmake: *** [default] Error 2


Has anyone experienced a similar problem? I'm running Linux RedHat 8.
Any help would be appreciated.
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to