I keep getting this error no matter what I do and I don't know how to fix it:
make[1]: *** /home/my_name: Is a directory. Stop.
make: *** [Makefile:165: all] Error 2
PLEASE HELP ME!
I keep getting errors when building
-
- Posts: 2
- Joined: Sun Feb 12, 2023 12:37 am
- Location: Canada
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: I keep getting errors when building
You have a space in your username. Spaces in paths are generally quite bad and will often cause these kind of errors.
Rename your home directory to something without a space with usermod
then logout & login. Hopefully that should fix it.
Rename your home directory to something without a space with usermod
Code: Select all
sudo usermod -d "/home/joe doe" -m johndoe
Who is online
Users browsing this forum: No registered users and 2 guests