Recently i try to build AOO , and configure parametre are "--disable-build-mozilla --disable-cups --with-system-python --enable-presenter-console --enable-wiki-publisher --enable-minimizer --enable-pdfimport --enable-category-b"
And prebuild-mozlib is use this version: http://www.openoffice.org/tools/moz_prebuild/OOo3.2/ But now i meet a problem in build libxmlsec: ================================================================================= Entering /BuildArea/ooo/main/libxmlsec cp: cannot stat `./unxsoli4.pro/misc/build/xmlsec1-1.2.14/src/nss/.libs/libxmlsec1-nss.a': No such file or directory dmake: Error code 1, while making './unxsoli4.pro/misc/build/so_predeliver_so_xmlsec1' ---* tg_merge.mk *--- 1 module(s): libxmlsec need(s) to be rebuilt ================================================================================= And then i enter this dir "unxsoli4.pro/misc/build/xmlsec1-1.2.14/src/nss/", then try to exec make , i see this problem: libtool: link: /opt/solarisstudio12.3/bin/cc -G -h libxmlsec1-nss.so.1 -o .libs/libxmlsec1-nss.so.1.2.14 .libs/libxmlsec1_nss_la-app.o .libs/libxmlsec1_nss_la-bignum.o .libs/libxmlsec1_nss_la-ciphers.o .libs/libxmlsec1_nss_la-crypto.o .libs/libxmlsec1_nss_la-digests.o .libs/libxmlsec1_nss_la-hmac.o .libs/libxmlsec1_nss_la-pkikeys.o .libs/libxmlsec1_nss_la-signatures.o .libs/libxmlsec1_nss_la-symkeys.o .libs/libxmlsec1_nss_la-x509.o .libs/libxmlsec1_nss_la-x509vfy.o .libs/libxmlsec1_nss_la-keysstore.o .libs/libxmlsec1_nss_la-keytrans.o .libs/libxmlsec1_nss_la-kw_des.o .libs/libxmlsec1_nss_la-kw_aes.o .libs/libxmlsec1_nss_la-akmngr.o .libs/libxmlsec1_nss_la-keywrapers.o .libs/libxmlsec1_nss_la-tokens.o ../.libs/libxmlsec1.a -L/BuildArea/ooo/main/solver/340/unxsoli4.pro/lib -L/usr/lib/mps -lnss3 -lsmime3 -lssl3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -ldl -lposix4 -lxslt -lxml2 -lpthread -lz -lsocket -lnsl -lm -lc ld: fatal: symbol 'xmlSecNssTransformKWDes3GetKlass' is multiply-defined: (file .libs/libxmlsec1_nss_la-kw_des.o type=FUNC; file .libs/libxmlsec1_nss_la-keywrapers.o type=FUNC); ld: fatal: symbol 'xmlSecNssTransformKWAes128GetKlass' is multiply-defined: (file .libs/libxmlsec1_nss_la-kw_aes.o type=FUNC; file .libs/libxmlsec1_nss_la-keywrapers.o type=FUNC); ld: fatal: symbol 'xmlSecNssTransformKWAes192GetKlass' is multiply-defined: (file .libs/libxmlsec1_nss_la-kw_aes.o type=FUNC; file .libs/libxmlsec1_nss_la-keywrapers.o type=FUNC); ld: fatal: symbol 'xmlSecNssTransformKWAes256GetKlass' is multiply-defined: (file .libs/libxmlsec1_nss_la-kw_aes.o type=FUNC; file .libs/libxmlsec1_nss_la-keywrapers.o type=FUNC); ld: fatal: file processing errors. No output written to .libs/libxmlsec1-nss.so.1.2.14 make: *** [libxmlsec1-nss.la] Error 2
