[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: csharpexec, csharpcomp: Add support for dotnet
From: |
Simon Josefsson |
Subject: |
Re: csharpexec, csharpcomp: Add support for dotnet |
Date: |
Wed, 09 Oct 2024 22:51:24 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Bruno Haible <bruno@clisp.org> writes:
> Simon Josefsson wrote:
>> > checking for preferred C# implementation... any
>> > checking for C# compiler... no
>> >
>> > which indicates that the patch that I added today likely fixes it.
>> > https://lists.gnu.org/archive/html/bug-gnulib/2024-10/msg00046.html
>>
>> No, it has gnulib b0edcb79e with that patch. Something is causing it to
>> not detect dotnet, the config.log or config.h may help but I didn't find
>> any useful clues in them.
>
> Hmm. Maybe the exit code of the command 'dotnet --list-runtimes' was non-zero?
> (I don't see anything else when looking at m4/csharpcomp.m4.)
No then https://gitlab.com/jas/gitlab-ci-dump-host/-/jobs/8037699464
would have failed on that command. You can fork that project and add
commands for simple (but painfully slow) debugging. Solving this isn't
critical: I think .NET people doesn't rely on the ./configure stuff to
build libidn anyway but instead directly use the MSVC project files.
I'm happy enough to see that it built with dotnet under Ubuntu for now.
/Simon
signature.asc
Description: PGP signature
- csharpexec, csharpcomp: Add support for dotnet, Bruno Haible, 2024/10/08
- Re: csharpexec, csharpcomp: Add support for dotnet, Bruno Haible, 2024/10/09
- Re: csharpexec, csharpcomp: Add support for dotnet, Bruno Haible, 2024/10/09
- Re: csharpexec, csharpcomp: Add support for dotnet, Simon Josefsson, 2024/10/09
- Re: csharpexec, csharpcomp: Add support for dotnet, Bruno Haible, 2024/10/09
- Re: csharpexec, csharpcomp: Add support for dotnet, Simon Josefsson, 2024/10/09
- Re: csharpexec, csharpcomp: Add support for dotnet, Bruno Haible, 2024/10/09
- Re: csharpexec, csharpcomp: Add support for dotnet,
Simon Josefsson <=
- Re: csharpexec, csharpcomp: Add support for dotnet, Bruno Haible, 2024/10/09
csharpcomp-script: Handle directories with spaces correctly, Bruno Haible, 2024/10/10
- shell scripts, spaces, and backslashes, Bruno Haible, 2024/10/11
- Re: shell scripts, spaces, and backslashes, Chet Ramey, 2024/10/11
- Re: shell scripts, spaces, and backslashes, Bruno Haible, 2024/10/11
- Re: shell scripts, spaces, and backslashes, Chet Ramey, 2024/10/12