Hi Albert,

The xmlsec.h is in the libxmlsec module, please make sure it's included in your source code, built and delivered before the xmlsecurity module.
If you don't have it, get it with

cvs -d:pserver:anon...@anoncvs.services.openoffice.org:/cvs co -r OOO300_m9 libxmlsec

Regards,
Felix.

Albert Law
Hi All,

Okay, so I have more build problems.  I'm hoping someone can help out as I'm 
completely clueless as to what I am missing and/or
doing wrong.  Any ideas?  Thanks!

ps: I can't find the file "xmlsec.h" anywhere.

I run the following commands to have the following error:
set nodep=TRUE
set NO_HIDS=TRUE
set MAXPROCESS=4
cd /cygdrive/c/code/OpenOffice/OOO300_m9/config_office

./configure --disable-build-mozilla --disable-mozilla --with-use-shell=bash 
--disable-activex --with-win32
--with-build-version="Built by Albert for Testing Only" --without-ppds 
--enable-verbose --enable-pdfimport --enable-binfilter
--disable-kdeab --disable-atl --enable-dbgutil --disable-epm --enable-symbols 
--with-cl-home='/cygdrive/c/PROGRA~1/Microsoft Visual
Studio 9.0/VC' --with-ant-home='/cygdrive/c/PROGRA~1/apache-ant-1.7.1' 
--with-jdk-home='/cygdrive/c/PROGRA~1/Java/jdk1.6.0_07'
--with-csc-path="/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.5" 
--with-frame-home="/cygdrive/c/PROGRA~1/Microsoft
SDKs/Windows/v6.1" --with-asm-home="/cygdrive/c/PROGRA~1/Microsoft Visual Studio 
9.0/VC/Bin"
--with-psdk-home="/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1" 
--with-midl-path="/cygdrive/c/PROGRA~1/Microsoft
SDKs/Windows/v6.1/Bin"

cd ..
./bootstrap
. winenv.set.sh
dmake 2>&1 | tee /cygdrive/c/code/OpenOffice/OOO300_m9/build.log.txt




------------------------------
Making: ../../wntmsci12/slo/baseencoding.obj
c:/PROGRA~1/MICROS~1.0/VC/bin/cl.exe  -Zm500 -Zc:forScope,wchar_t- -GR -c -nolog
o -Gs  -Ob1  -Oxs -Oy- -Gd  -I.  -I../../wntmsci12/inc/xs_comm -I../inc -I../../
inc/pch -I../../inc -I../../WIN/inc -I../../wntmsci12/inc -I. -Ic:/code/OpenOffi
ce/OOO300_m9/solver/300/wntmsci12/inc/stl -Ic:/code/OpenOffice/OOO300_m9/solver/
300/wntmsci12/inc/external -Ic:/code/OpenOffice/OOO300_m9/solver/300/wntmsci12/i
nc -Ic:/code/OpenOffice/OOO300_m9/solenv/wntmsci12/inc -Ic:/code/OpenOffice/OOO3
00_m9/solenv/inc -Ic:/code/OpenOffice/OOO300_m9/res -Ic:/code/OpenOffice/OOO300_
m9/solver/300/wntmsci12/inc/stl -Ic:/PROGRA~1/Java/JDK16~1.0_0/include/win32 -Ic
:/PROGRA~1/Java/JDK16~1.0_0/include -Ic:/PROGRA~1/MI2578~1/Windows/v6.1/include
-Ic:/PROGRA~1/MICROS~1.0/VC/include -Ic:/PROGRA~1/MI5893~1/include -Ic:/PROGRA~1
/MI5893~1/include  -Ic:/code/OpenOffice/OOO300_m9/solver/300/wntmsci12/inc/offuh
 -I. -I../../res -I. -Z7 -Yd -Wall -wd4061 -wd4127 -wd4191 -wd4217 -wd4250 -wd42
51 -wd4275     -wd4290 -wd4294 -wd4355 -wd4511 -wd4512 -wd4514 -wd4611 -wd4625 -
wd4626     -wd4640 -wd4675 -wd4710 -wd4711 -wd4786 -wd4800 -wd4820 -wd4503 -wd46
19     -wd4365 -wd4668 -wd4738 -wd4826 -wd4350 -wd4505 -wd4692 -wd4189 -wd4005
 -DWNT -DWNT -DNT351 -DMSC -DM1500 -DINTEL -D_STLP_DEBUG -D_X86_=1 -D_CRT_SECURE
_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NON_CONFORMING_SWPRINTFS -DFULL
_DESK -DSTLPORT_VERSION=400 -D_MT -DWINVER=0x0500 -D_WIN32_IE=0x0500 -DCPPU_ENV=
msci -DSUPD=300 -DDBG_UTIL -DOSL_DEBUG_LEVEL=1 -DOPTIMIZE -DCUI -DSOLAR_JAVA   -
DXMLSEC_CRYPTO_MSCRYPTO -DXMLSEC_NO_XSLT -DSHAREDLIB -D_DLL_ -DWIN32 -D_MT -D_DL
L -DWIN32 -D_MT -D_DLL  -EHa -DEXCEPTIONS_ON  -Fo../../wntmsci12/slo/baseencodin
g.obj c:/code/OpenOffice/OOO300_m9/xmlsecurity/source/xmlsec/baseencoding.cxx
cl : Command line warning D9035 : option 'Yd' has been deprecated and will be re
moved in a future release
baseencoding.cxx
c:/code/OpenOffice/OOO300_m9/xmlsecurity/source/xmlsec/baseencoding.cxx(35) : fa
tal error C1083: Cannot open include file: 'xmlsec/xmlsec.h': No such file or di
rectory
dmake:  Error code 2, while making '../../wntmsci12/slo/baseencoding.obj'

ERROR: Error 65280 occurred while making /cygdrive/c/code/OpenOffice/OOO300_m9/x
mlsecurity/source/xmlsec



-
Albert


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to