Bug #4948
src/tvhpoll.c errors on running make
100%
Description
I'm getting the following errors when running make
/Library/Developer/CommandLineTools/usr/bin/make -f Makefile.webui LANGUAGES="ach ady ar bg cs da de en_US en_GB es et fa fi fr he hr hu it ko lv lt nl no pl pt ro ru sl sk sq sv tr uk zh zh-Hans" all
/Library/Developer/CommandLineTools/usr/bin/make -f Makefile.webui WEBUI=std compile-std
WEBUI std finished
/Library/Developer/CommandLineTools/usr/bin/make -f Makefile.webui WEBUI=debug compile-debug
WEBUI debug finished
CC src/tvhpoll.o
src/tvhpoll.c:199:19: error: use of undeclared identifier 'ovents'
if (events ovents) continue;src/tvhpoll.c:201:44: error: expected expression
if (events & (TVHPOLL_OUT|TVHPOLL_IN)) (TVHPOLL_OUT|TVHPOLL_IN)) {2 errors generated.
History
Updated by Jaroslav Kysela over 6 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|567fb8b86f72eca90e37645ecebc253f7dd9bc94.