ok so now windows fail with
C:/lo/core/solenv/gbuild/Package.mk:44: *** gb_Deliver_deliver: file
does not exist in solver, and cannot be delivered:
C:/lo/core/solver/wntmsci12.pro/bin/cliuno.snk. Stop.
make[2]: *** Waiting for unfinished jobs....
the following seens to fix that:
diff --git a/cli_ure/Package_config.mk b/cli_ure/Package_config.mk
index 820f25e..175fd33 100644
--- a/cli_ure/Package_config.mk
+++ b/cli_ure/Package_config.mk
@@ -9,7 +9,7 @@
$(eval $(call gb_Package_Package,cli_ure_cliuno,$(SRCDIR)/cli_ure/source))
-$(eval $(call gb_Package_add_files,bin,\
+$(eval $(call gb_Package_add_files,cli_ure_cliuno,bin,\
climaker/climaker.exe.config \
cliuno.snk \
))
and then I get
### call $(gb_Helper_abbreviate_dirs) -->
### arg 0 for call $(gb_Helper_abbreviate_dirs) is 'gb_Helper_abbreviate_dirs'
### arg 1 for call $(gb_Helper_abbreviate_dirs) is ' csc -noconfig
-warnaserror+ -o -target:library
-out:C:/lo/core/workdir/wntmsci12.pro/CliLibraryTarget/cli_basetypes.dll
-reference:System.dll C:/lo/core/cli_ure/source/basetypes/uno/Any.cs
C:/lo/core/cli_ure/source/basetypes/uno/BoundAttribute.cs
C:/lo/core/cli_ure/source/basetypes/uno/ExceptionAttribute.cs
C:/lo/core/cli_ure/source/basetypes/uno/OnewayAttribute.cs
C:/lo/core/cli_ure/source/basetypes/uno/ParameterizedTypeAttribute.cs
C:/lo/core/cli_ure/source/basetypes/uno/PolymorphicType.cs
C:/lo/core/cli_ure/source/basetypes/uno/TypeArgumentsAttribute.cs
C:/lo/core/cli_ure/source/basetypes/uno/TypeParametersAttribute.cs
C:/lo/core/workdir/wntmsci12.pro/CustomTarget/cli_ure/source/basetypes/assembly.cs
'
### arg 2 for call $(gb_Helper_abbreviate_dirs) is implicit
### arg 3 for call $(gb_Helper_abbreviate_dirs) is implicit
### arg 4 for call $(gb_Helper_abbreviate_dirs) is implicit
### arg 5 for call $(gb_Helper_abbreviate_dirs) is implicit
### call to $(gb_Helper_abbreviate_dirs) expended into
S=C:/lo/core && O=$S/solver/wntmsci12.pro &&
W=$S/workdir/wntmsci12.pro && csc -noconfig -warnaserror+ -o
-target:library -out:$W/CliLibraryTarget/cli_basetypes.dll
-reference:System.dll $S/cli_ure/source/basetypes/uno/Any.cs
$S/cli_ure/source/basetypes/uno/BoundAttribute.cs
$S/cli_ure/source/basetypes/uno/ExceptionAttribute.cs
$S/cli_ure/source/basetypes/uno/OnewayAttribute.cs
$S/cli_ure/source/basetypes/uno/ParameterizedTypeAttribute.cs
$S/cli_ure/source/basetypes/uno/PolymorphicType.cs
$S/cli_ure/source/basetypes/uno/TypeArgumentsAttribute.cs
$S/cli_ure/source/basetypes/uno/TypeParametersAttribute.cs
$W/CustomTarget/cli_ure/source/basetypes/assembly.cs
### call $(gb_Helper_abbreviate_dirs) <--
### call to $(gb_CliLibraryTarget__command) expended into
S=C:/lo/core && O=$S/solver/wntmsci12.pro &&
W=$S/workdir/wntmsci12.pro && csc -noconfig -warnaserror+ -o
-target:library -out:$W/CliLibraryTarget/cli_basetypes.dll
-reference:System.dll $S/cli_ure/source/basetypes/uno/Any.cs
$S/cli_ure/source/basetypes/uno/BoundAttribute.cs
$S/cli_ure/source/basetypes/uno/ExceptionAttribute.cs
$S/cli_ure/source/basetypes/uno/OnewayAttribute.cs
$S/cli_ure/source/basetypes/uno/ParameterizedTypeAttribute.cs
$S/cli_ure/source/basetypes/uno/PolymorphicType.cs
$S/cli_ure/source/basetypes/uno/TypeArgumentsAttribute.cs
$S/cli_ure/source/basetypes/uno/TypeParametersAttribute.cs
$W/CustomTarget/cli_ure/source/basetypes/assembly.cs
### call $(gb_CliLibraryTarget__command) <--
S=C:/lo/core && O=$S/solver/wntmsci12.pro &&
W=$S/workdir/wntmsci12.pro && csc -noconfig -warnaserror+ -o
-target:library -out:$W/CliLibraryTarget/cli_basetypes.dll
-reference:System.dll $S/cli_ure/source/basetypes/uno/Any.cs
$S/cli_ure/source/basetypes/uno/BoundAttribute.cs
$S/cli_ure/source/basetypes/uno/ExceptionAttribute.cs
$S/cli_ure/source/basetypes/uno/OnewayAttribute.cs
$S/cli_ure/source/basetypes/uno/ParameterizedTypeAttribute.cs
$S/cli_ure/source/basetypes/uno/PolymorphicType.cs
$S/cli_ure/source/basetypes/uno/TypeArgumentsAttribute.cs
$S/cli_ure/source/basetypes/uno/TypeParametersAttribute.cs
$W/CustomTarget/cli_ure/source/basetypes/assembly.cs
Microsoft (R) Visual C# 2008 Compiler version 3.5.30729.5420
for Microsoft (R) .NET Framework version 3.5
Copyright (C) Microsoft Corporation. All rights reserved.
error CS1504: Source file 'c:\lo\core\cli_ure\Any.cs' could not be
opened ('The system cannot find the file specified. ')
error CS1504: Source file 'c:\lo\core\cli_ure\BoundAttribute.cs' could
not be opened ('The system cannot find the file specified. ')
error CS1504: Source file 'c:\lo\core\cli_ure\ExceptionAttribute.cs'
could not be opened ('The system cannot find the file specified. ')
error CS1504: Source file 'c:\lo\core\cli_ure\OnewayAttribute.cs'
could not be opened ('The system cannot find the file specified. ')
error CS1504: Source file
'c:\lo\core\cli_ure\ParameterizedTypeAttribute.cs' could not be opened
('The system cannot find the file specified. ')
error CS1504: Source file 'c:\lo\core\cli_ure\PolymorphicType.cs'
could not be opened ('The system cannot find the file specified. ')
error CS1504: Source file
'c:\lo\core\cli_ure\TypeArgumentsAttribute.cs' could not be opened
('The system cannot find the file specified. ')
error CS1504: Source file
'c:\lo\core\cli_ure\TypeParametersAttribute.cs' could not be opened
('The system cannot find the file specified. ')
error CS1504: Source file 'c:\lo\core\cli_ure\assembly.cs' could not
be opened ('The system cannot find the file specified. ')
make: *** [C:/lo/core/workdir/wntmsci12.pro/CliLibraryTarget/cli_basetypes.dll]
Error 1
which is stumping me.... no idea where that MS stuff get the argument
converted from what the command line says... i.e how
/source/basetypes/uno get stripped (provided I know nothing of MSJava,
nor do I care to learn, really)
Norbert
Norbert
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.