Description
-
Description:
(sameAlongWith
st
)Trying to install Arch Linux on a VirtualBox to tinker around. After
archinstall
, gettingmake
install errors while installing dmenu.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 st. (also errors on
dmenu
anddwm
). -
-
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/dmenu.git cd dmenu make clean install #or make install
and
met dependency/library errors and installed:
pacman -S pkg-config
-
-
Expected vs. Actual Behavior:
Expected: make just runs
Actual Error:
pacman: pkg-config command not found
/bin/sh: line 1: c99: command not found
make: *** [Makefile:19: st.o] Error 12?
after installing pkg-config
/bin/sh: line 1: c99: command not found
make: *** [Makefile:19: st.o] Error 12?
- Troubleshooting Done: that i tried.
Opened Make
file. 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
/bin/sh: line 1: c99: command not found make: *** [Makefile:19: st.o] Error 12?
How do i navigate this?