odknt / bspwmbar

A lightweight status bar for bspwm.
ISC License
92 stars 11 forks source link

make: *** [Makefile:24: bspwmbar] Error 1 #24

Closed iio7 closed 4 years ago

iio7 commented 4 years ago
$ git clone https://github.com/odknt/bspwmbar
$ cd bspwmbar/
$ ./configure
$ make
cp config.def.h config.h
cc -o bspwmbar bspwmbar.o util.o systray.o cpu.o memory.o disk.o thermal.o datetime.o alsa.o -Os -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz  -lxcb-ewmh -lxcb-util -lxcb-randr -lxcb-shm -lxcb-render-util -lxcb -lxcb-render -lcairo -lharfbuzz -lfontconfig -lfreetype -lasound  -s -DVERSION='"v0.6.0"'
cc: error: bspwmbar.o: No such file or directory
cc: error: util.o: No such file or directory
cc: error: systray.o: No such file or directory
cc: error: cpu.o: No such file or directory
cc: error: memory.o: No such file or directory
cc: error: disk.o: No such file or directory
cc: error: thermal.o: No such file or directory
cc: error: datetime.o: No such file or directory
cc: error: alsa.o: No such file or directory
make: *** [Makefile:24: bspwmbar] Error 1