Hello
I'm trying build sourcecode 680m233 in Windows XP. I have configured build
and run bootstap
"./configure --with-cl-home="/cygdrive/c/Program Files/Microsoft Visual
Studio .NET 2003/Common7/Vc7" --with-jdk-home="/cygdrive/c/Program
Files/Java/jdk1.5.0_05" --with-mspdb-path="/cygdrive/c/Program
Files/Microsoft Visual Studio .NET 2003/Common7/IDE"
--with-midl-path="/cygdrive/c/Program Files/Microsoft Visual Studio .NET
2003/Common7/Tools/Bin"
--with-csc-path="/cygdrive/c/WINDOWS/Microsoft.NET/Framework\v2.0.50727"
--with-frame-home="/cygdrive/c/Program Files/Microsoft Visual Studio .NET
2003/SDK\v1.1" --disable-mozilla --with-use-shell=tcsh
--with-psdk-home="/cygdrive/c/Program Files/Microsoft Platform SDK for
Windows Server 2003 R2" --with-ant-home="/cygdrive/e/software/ant17"
--with-build-version=BLFS --with-package-format=native --with-cups
--without-myspell-dicts --disable-fontooo --disable-gnome-vfs
--without-fonts --disable-neon"
cd ..
./bootstrap
dmake
till now its fine, after some time I got following error
=============
Building project cli_ure
=============
/cygdrive/d/newOOo/SRC680_m233/cli_ure/inc
mkout -- version: 1.7
-------------
/cygdrive/d/newOOo/SRC680_m233/cli_ure/source
-------------
/usr/bin/cp.exe -p cliuno.snk ../wntmsci10.pro/bin/cliuno.snk
/cygdrive/d/newOOo/SRC680_m233/cli_ure/version
-------------
/usr/bin/cp.exe version.txt ../wntmsci10.pro/bin/cliureversion.mk
/cygdrive/d/newOOo/SRC680_m233/cli_ure/source/basetypes
-------------
/usr/bin/cp.exe -p assembly.cs
../../wntmsci10.pro/misc/assembly_ure_basetypes.cs
echo ' \
[assembly:System.Reflection.AssemblyVersion( "1.0.7.0")] \
[assembly:System.Reflection.AssemblyKeyFile(@"../../wntmsci10.pro/bin/cliuno.snk")]'
\
>> ../../wntmsci10.pro/misc/assembly_ure_basetypes.csguw.exe csc
-warnaserror+ -incremental- -noconfig -o \
-target:library \
-out:../../wntmsci10.pro/bin/cli_basetypes.dll \
-reference:System.dll \
uno/Any.cs uno/BoundAttribute.cs
uno/ExceptionAttribute.cs uno/ParameterizedTypeAttribute.cs
uno/TypeParametersAttribute.cs uno/TypeArgumentsAttribute.cs
uno/OnewayAttribute.csun
o/PolymorphicType.cs ../../wntmsci10.pro/misc/assembly_ure_basetypes.cs
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
d:\newOOo\SRC680_m233\cli_ure\wntmsci10.pro\misc\assembly_ure_basetypes.cs(3,77):
error CS1699: Warning as Error: Use command line option '/keyfile' or
appropriate project settings instead of
'System.Reflection.AssemblyKeyFile'
error CS1606: Assembly signing failed; output may not be signed -- The system
cannot find the file specified.
dmake: Error code 1, while making '../../wntmsci10.pro/bin/cli_basetypes.dll'
---* tg_merge.mk *---
ERROR: Error 65280 occurred while making /cygdrive/d/newOOo/SRC680_m233/cli_ure/
source/basetypes
dmake: Error code 1, while making 'build_instsetoo_native'
---* *---
what should I do now to remove that error
Please help me
Thanks
Satish Bejgum