-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Cannot be build on linux. #32
Comments
A rebuild seems to remove ./bin/dotnet so the workaround just works in a single case |
I got stuck here, too. Is there any solution in the pipe? |
I was able to get a little further. On line 14 of src/DotNet/DotNet.csproj, there is a check to see which OS platform we are running on. I changed that to "linux", as it is more appropriate for me. |
Any progress here? Seems still to be a long way. |
As lytico pointed out, a rebase would be necessary now (or maybe better a complete new manual adaptation of the current maui HEAD?). The Tizen support could be a template to do it. Also GtkSharp needes to be raised to .NET 6: GtkSharp/GtkSharp#349 |
see: #66: how to get it compile |
The following error occurs:
The issue it seams that there is a mismatch between the scripts that we can find in arcade which correctly bootstrap dotnet in other dotnet project, there is a hack to ln -s the dotnet binary but is a workaround.
The text was updated successfully, but these errors were encountered: