[Libreoffice-bugs] [Bug 137143] Offer a Windows on ARM64 installer

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Oct 6 07:19:48 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=137143

--- Comment #6 from Jan-Marek Glogowski <glogow at fbihome.de> ---
So the next failure was trying to use the combination of the build / x86 / .NET
Framework 4 based climaker with the rest of the Arm64 binaries. Turns out the
generated cli_basetypes.dll also has a dependency to mscoree.dll embedded, even
if the input is just C# and generated assembly. The whole trip started, because
I don't have a mscoree.lib for Arm64, so I'm again at mscoree.lib linker
errors.

And now I had a look at my test .NET 5 console project and it's dll also
references mscoree.dll; and I thought .NET 5  would be different in this
regard. And in my Windows Arm64 QEMU, the only mscoree.dll is in SysWOW64.
Maybe sometimes the dependency is ignored? I currently don't know what is going
on.

BTW: we can't build climaker with .NET 5 because we can't save our generated
assembly: https://github.com/dotnet/runtime/issues/15704
There is https://github.com/Lokad/ILPack, which even some people working on
dotnet/runtime have used for debugging the generated assemblies (see
https://github.com/dotnet/runtime/pull/1850). But currently I don't want to go
the way of code generation via some external lib, so this build won't have .NET
bindings.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201006/82ea3eb9/attachment.htm>


More information about the Libreoffice-bugs mailing list