To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69597
Issue #|69597
Summary|obo05: VSE build breaks in cli_ure - part1
Component|tools
Version|current
Platform|PC
URL|
OS/Version|Windows, all
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P2
Subcomponent|code
Assigned to|hjs
Reported by|vq
------- Additional comments from [EMAIL PROTECTED] Sat Sep 16 17:12:09 -0700
2006 -------
Up to now OOo could be build with the C# from
c:/WINDOWS/Microsoft.NET/Framework/v1.1.xxxx
but the following part from cli_ure uses "-keyfile"
.IF "$(CCNUMVER)" >= "001399999999"
CSCFLAGS+=-keyfile:"$(BIN)$/cliuno.snk"
.ENDIF
and hereby forces to use a newer csc. No big deal, the one from
c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727
works, *but* obviously csc got smarter and now errors out with:
guw.pl csc -warnaserror+ -incremental- -noconfig -o
-keyfile:"../../wntmsci11.pro/bin/cliuno.snk" \
-target:library \
-out:../../wntmsci11.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.cs
uno/PolymorphicType.cs
../../wntmsci11.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.
error CS1668: Warning as Error: Invalid search path
'd:\\w1\\tin_obo05\\solver\\680\\lib' specified in 'LIB environment variable' --
'The system cannot find the path specified. '
error CS1668: Warning as Error: Invalid search path
'd:\\w1\\tin_obo05\\solenv\\wntmsci11\\lib' specified in 'LIB environment
variable' -- 'The system cannot find the path specified. '
dmake: Error code 1, while making '../../wntmsci11.pro/bin/cli_basetypes.dll'
Ause, didn't you fix the LIB environment usage lately ;)
I worked around that problem with:
--- cli_ure/util/target.pmk 8 Sep 2005 02:04:39 -0000 1.4
+++ cli_ure/util/target.pmk 16 Sep 2006 23:59:30 -0000
@@ -35,7 +35,7 @@
###### C# ######
-CSCFLAGS = -warnaserror+ -incremental- -noconfig
+CSCFLAGS = -incremental- -noconfig
.IF "$(debug)" == ""
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]