You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install Arch Linux on a VirtualBox to tinker around. After archinstall, getting make install errors while installing dwm.
By following not the Lukesmith's Savage install but bugwriters ricing tutorial. There, He clone his repo, worked for him but not mine. error thrown. After research, found out about Luke's and cloned this dwm. (also errors on dmenu and st).
ps: imposter syndrome hitting where he made a video - Suckless's dwm: So easy even a caveman could do it :)
Steps to Reproduce: List the steps to recreate the problem.
Download Arch iso, virtualbox
load all the configs and run
archinstall and setup
mkdir .local/src
cd .local/src
git clone https://github.com/LukeSmithxyz/dwm.git
cd dwm
make clean install #or
make install
and
met dependency/library errors and installed:
pacman -S libxft libx11 libxinerama
Expected vs. Actual Behavior:
Expected: make just runs
Actual Error:
make: cc: No such file or directory
make: *** [Makefile:12: drw.o] Error 12?
Troubleshooting Done: that i tried.
Opened Makefile. there are variables and there are CC and a lot more.
could able to resolve those. Issue for this
Environment Details:
virtual box
arch iso
archinstall
dwm, dmenu, st
Logs & Errors: Paste any useful logs or command outputs.
make: cc: No such file or directory
make: *** [Makefile:12: drw.o] Error 12?
Title: Make install errors while installing dwm
Description:
Trying to install Arch Linux on a VirtualBox to tinker around. After
archinstall, gettingmakeinstall errors while installing dwm.By following not the Lukesmith's Savage install but bugwriters ricing tutorial. There, He clone his repo, worked for him but not mine. error thrown. After research, found out about Luke's and cloned this dwm. (also errors on dmenu and st).
ps: imposter syndrome hitting where he made a video - Suckless's dwm: So easy even a caveman could do it :)
Steps to Reproduce: List the steps to recreate the problem.
Download Arch iso, virtualbox
load all the configs and run
archinstall and setup
and
met dependency/library errors and installed:
Expected vs. Actual Behavior:
Expected: make just runs
Actual Error:
Troubleshooting Done: that i tried.
Opened
Makefile. there are variables and there areCCand a lot more.could able to resolve those. Issue for this
Environment Details:
virtual box
arch iso
archinstall
dwm, dmenu, st
Logs & Errors: Paste any useful logs or command outputs.
How do i navigate this?