-
Notifications
You must be signed in to change notification settings - Fork 9
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
Build error: "g++: No such file or directory" #22
Comments
Maybe g++ is not installed?
Try: sudo apt-get install build-essential
|
@parke Thank you very much for your quick response. after installing the build essentials there is bin folder created with the following files
then i tried
and get the following error
|
Maybe you are running as root?
Lxroot does not require root access.
Please try cloning/downloading, building, and running 'make unit' as a non-root user.
You probably need to delete the /tmp/lxroot-unit directory as it needs to be owned by the non-root user for the unit tests to succeed.
Thanks for the error report. I was unaware of this particular issue.
|
Update: The above unit test failure (on |
I've pushed the fixed unit test to the So after you do a To repeat myself: I recommend always building, testing, and running Lxroot as a non-root user. A few of the unit tests are interactive. When prompted, you need to press Thanks again for reporting this issue. |
@parke You are great. I appreciate your hard work and enthusiasm. |
my current os
The text was updated successfully, but these errors were encountered: