Hi Regina, On Sat, Sep 26, 2009 at 12:01 AM, Regina Henschel <[email protected]> wrote: > Hi, > > for m55 I have used the following configure. But it does not work for m60. I > get the error > checking for Mozilla build tooling... configure: error: Mozilla build > tooling not found. > although --disable-build-mozilla \ is set.
I had a look at configure.in and the tools are also needed with the prebuilt zips, since they are needed for the nss module. A quick search turned up this: http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Build_Requirements "The nss module will be introduced in DEV300m57. nss contains a subset of libraries from Mozilla (the moz module). They are supposed to be more current then those in the moz module. To prevent building nss and instead use the libraries from the moz module one can use the configure switch --disable-nss-module" So either get the mozilla build tools (also linked from that page), or use the --disable-nss-module switch. If then it still complains, there's a bug in configure. (although one could argue that the error should be more descriptive as to why the moztools are needed) ciao Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
