On Fri, Mar 21, 2008 at 11:15 PM, Graham Stoney <[EMAIL PROTECTED]> wrote: > I'm still a newbie at building OpenOffice.org. I get this error message > building 2.4.0-rc5 under Windows XP: > > ------------- > Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4 > for Microsoft (R) .NET Framework version 1.1.4322 > Copyright (C) Microsoft Corporation 2001-2002. All rights reserved. > fatal error CS2007: Unrecognized command-line option: > '-keyfile:..\..\wntmsci11.pro\bin\cliuno.snk' > > Can anyone give me any suggestions? >
The option is available for C# compiler for .NET 2.0. If you specify '--with-csc-path' to .NET 2.0 csc.exe, then your build will be OK. FYI, here is the csc path part from my configuration. --with-csc-path="/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727" I already filed the issue for this problem and hope this get fixed soon. http://www.openoffice.org/issues/show_bug.cgi?id=87102 Best regards, Jeongkyu -- Jeongkyu Kim OpenOffice.org Korean community lead Community website http://openoffice.or.kr Personal blog http://openoffice.or.kr/gomme --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
