xine-ui build error in lirc code
Xavier Bachelot <[email protected]> Wed, 24 Jul 2019 15:53:57 +0200
| Newsgroups | gmane.comp.video.xine.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
While giving a try at latest xine-ui, I encountered a build failure in the lirc part of the code.
Just reporting for now, I haven't taken the time to look at it.
Here's the relevant extract of the log:
CC lirc.o
BUILDSTDERR: lirc.c: In function 'xine_lirc_loop':
BUILDSTDERR: lirc.c:119:10: error: too few arguments to function 'panel_is_visible'
BUILDSTDERR: 119 | if(panel_is_visible()) {
BUILDSTDERR: | ^~~~~~~~~~~~~~~~
BUILDSTDERR: In file included from common.h:59,
BUILDSTDERR: from lirc.c:34:
BUILDSTDERR: panel.h:43:5: note: declared here
BUILDSTDERR: 43 | int panel_is_visible (xui_panel_t *panel);
BUILDSTDERR: | ^~~~~~~~~~~~~~~~
BUILDSTDERR: lirc.c:121:9: error: too few arguments to function 'panel_paint'
BUILDSTDERR: 121 | panel_paint();
BUILDSTDERR: | ^~~~~~~~~~~
BUILDSTDERR: In file included from common.h:59,
BUILDSTDERR: from lirc.c:34:
BUILDSTDERR: panel.h:42:6: note: declared here
BUILDSTDERR: 42 | void panel_paint (xui_panel_t *panel);
BUILDSTDERR: | ^~~~~~~~~~~
BUILDSTDERR: make[4]: *** [Makefile:715: lirc.o] Error 1
Regards,
Xavier