8000 Make install errors · Issue #367 · LukeSmithxyz/st · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Make install errors #367
Open
Open
@rithishsamm

Description

@rithishsamm
  • Description:

    (sameAlongWithst)

    Trying to install Arch Linux on a VirtualBox to tinker around. After archinstall, getting make 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 and dwm).

    1. Download Arch iso, virtualbox

    2. load all the configs and run

    3. 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 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

    /bin/sh: line 1: c99: command not found
    make: *** [Makefile:19: st.o] Error 12?

How do i navigate this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0