[i3ass] makefile not working properly on debian #163
Labels
No labels
Arch PKGBUILD
bug
build
commandline
duplicate
enhancement
font
good first issue
help wanted
implemented
is-it-really-a-bug?
necromancy
not-reproducable
question
reproducable
rofi
solved?
stalled
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bud/i3ass#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I tried to install i3ass following the listed method on the description page meaning :git clone, make & make install , but it doesn't work as intended .
I get some error messages after the first make command:
The only thing I found was this thread but it was related to i3-gaps which I do not use, that's why I am a bit confused.
Could you help me with it please ? thank you.
OS: Debian 11
kernel: 5.10.0-11-amd64
i3-wm version: 4.19.1-1
thanks for reporting this.
it works for me, but i see in your output that the list in the for loop is slightly different:
yours look like:
for dir in src/i3Kornhe src/i3flip src/i3fyra src/i3get src/i3gw src/i3king src/i3list src/i3menu src/i3run src/i3var src/i3viswiz src/i3zen; domine is:
for dir in src/i3flip src/i3fyra src/i3get src/i3gw src/i3king src/i3Kornhe src/i3list src/i3menu src/i3run src/i3var src/i3viswiz src/i3zen; dofurther I see in my output that bfore "parsing options"
.cache/ diris created...This makes me suspect we are using different make versions.
My output of
make -vis:What's yours?
It looks like we are using the same version .
Fixed, dependencies were missing: gawk, lowdon, xdotool, I found them on the AUR page.
If I may it could be convenient to list them as a requirement on the README page.
Thank you.
yeah, i will make it more clear. I think i can just change the
awkcommand in the make file togawkand that error will be easier to spot.Thanks again for the report!