mihirlad55 / dwm-anybar

MIT License
34 stars 0 forks source link

Make Error #14

Open watchingspirals opened 2 years ago

watchingspirals commented 2 years ago

I used a fresh copy of dwm and it gives me this error when I type make: dwm.c: In function ‘scantray’: dwm.c:1571:67: error: ‘alttrayname’ undeclared (first use in this function); did you mean ‘ttyname’? 1571 | if (wmclasscontains(wins[i], altbarclass, alttrayname)) { | ^~~~~~~~~~~ | ttyname dwm.c:1571:67: note: each undeclared identifier is reported only once for each function it appears in make: *** [Makefile:18: dwm.o] Error 1 I don't know if I'm just being dumb or what.