mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #209] Building on Linux fails #132
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bitsmaker on GitHub (Jun 17, 2020).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/209
Hello,
When I tried to build on Ubuntu 18.04 I get the following error
Unhandled exception. SimpleExec.NonZeroExitCodeException: The command exited with code 1.
at SimpleExec.ProcessExtensions.Throw(Process process)
at SimpleExec.Command.Read(String name, String args, String workingDirectory, Boolean noEcho, String windowsName, String windowsArgs, String echoPrefix, Action`1 configureEnvironment)
at Build.Buildary.Shell.ReadShell(String shell) in /home/mmahimtura/qmlnet/build/scripts/Buildary/Shell.cs:line 52
at Build.Buildary.GitVersion.GetGitVersion(String directory) in /home/mmahimtura/qmlnet/build/scripts/Buildary/GitVersion.cs:line 15
at Build.Program.Main(String[] args) in /home/mmahimtura/qmlnet/build/scripts/Program.cs:line 27
I would appreciate any help
Thanks
@shartte commented on GitHub (Jun 17, 2020):
Hi, can you explain how exactly you are building? Are you using the build.sh shell script?
Oh, and which version of dotnet do you have installed?
@bitsmaker commented on GitHub (Jun 17, 2020):
I am using the build.sh and using dotnet version 3.1
@shartte commented on GitHub (Jun 17, 2020):
Can you please try the following?
@bitsmaker commented on GitHub (Jun 17, 2020):
I did do the tool install, did not know I had to also export the PATH. It got further after I did that but still getting errors
I have qt installed
@bitsmaker commented on GitHub (Jun 18, 2020):
Thanks for your help, I was able to resolve this issue