yabar icon indicating copy to clipboard operation
yabar copied to clipboard

Can't Build yabar

Open Redcroft opened this issue 7 years ago • 1 comments

Trying to build yabar, here is the error

make cc -std=c99 -Iinclude -pedantic -Wall -flto -O2 pkg-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 <poll.h> [-Wcpp] #warning redirecting incorrect #include <sys/poll.h> to <poll.h> ^~~~~~~ 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: *** [<builtin>: src/intern_blks/ya_intern.o] Error 1

Redcroft avatar Sep 23 '17 18:09 Redcroft

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

Narrat avatar Sep 23 '17 19:09 Narrat