geommer / yabar

A modern and lightweight status bar for X window managers.
MIT License
681 stars 49 forks source link

Can't Build yabar #167

Open Redcroft opened 7 years ago

Redcroft commented 7 years ago

Trying to build yabar, here is the error

make cc -std=c99 -Iinclude -pedantic -Wall -flto -O2pkg-config --cflags pango pangocairo libconfig gdk-pixbuf-2.0 alsa` -DVERSION=\"0.4.0-153-g5cc4773\" -D_POSIX_C_SOURCE=199309L -DYA_INTERNAL -DYA_DYN_COL -DYA_ENV_VARS -DYA_INTERNAL_EWMH -DYA_ICON -DYA_NOWIN_COL -DYA_MUTEX -DYA_VAR_WIDTH -DYA_BSPWM -c -o src/intern_blks/ya_intern.o src/intern_blks/ya_intern.c In file included from /usr/include/alsa/asoundlib.h:38:0, from src/intern_blks/ya_intern.c:563: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to [-Wcpp]

warning redirecting incorrect #include <sys/poll.h> to

^~~ In file included from /usr/include/linux/if.h:31:0, from /usr/include/linux/wireless.h:74, from src/intern_blks/ya_intern.c:663: /usr/include/linux/hdlc/ioctl.h:73:14: error: 'IFNAMSIZ' undeclared here (not in a function) char master[IFNAMSIZ]; / Name of master FRAD device / ^~~~ make: *** [: src/intern_blks/ya_intern.o] Error 1 `

Narrat commented 7 years ago

Some more information about this "here" would help a lot ;)