i been trying to compile xine-ui with --enable-vdr-keys and when i go to do the make i end up with this.
Code:
sing=2 -MT lirc.o -MD -MP -MF .deps/lirc.Tpo -c -o lirc.o lirc.c
lirc.c: In function 'xine_lirc_loop':
lirc.c:96: warning: implicit declaration of function 'lirc_nextcode'
lirc.c:96: warning: nested extern declaration of 'lirc_nextcode'
lirc.c:101: warning: implicit declaration of function 'lirc_code2char'
lirc.c:101: warning: nested extern declaration of 'lirc_code2char'
lirc.c: At top level:
lirc.c:138: warning: no previous prototype for 'lirc_start'
lirc.c: In function 'lirc_start':
lirc.c:142: warning: implicit declaration of function 'lirc_init'
lirc.c:142: warning: nested extern declaration of 'lirc_init'
lirc.c:143: error: '__xineui_global_lirc_enable' undeclared (first use in this function)
lirc.c:143: error: (Each undeclared identifier is reported only once
lirc.c:143: error: for each function it appears in.)
lirc.c:152: warning: implicit declaration of function 'lirc_readconfig'
lirc.c:152: warning: nested extern declaration of 'lirc_readconfig'
lirc.c:154: warning: implicit declaration of function 'lirc_deinit'
lirc.c:154: warning: nested extern declaration of 'lirc_deinit'
lirc.c:160: warning: implicit declaration of function 'lirc_freeconfig'
lirc.c:160: warning: nested extern declaration of 'lirc_freeconfig'
lirc.c: At top level:
lirc.c:166: warning: no previous prototype for 'lirc_stop'
make[4]: *** [lirc.o] Error 1
make[4]: Leaving directory `/usr/local/src/xine-ui/src/xitk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/xine-ui/src/xitk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/xine-ui/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/xine-ui'
make: *** [all] Error 2
has anyone run into this before or know what the issue maybe ?
fixed the issue , it was my very badly installed lirc setup
works fine now