leamas / yab

Yet another branch (placeholder...)
1 stars 0 forks source link

Build issue - config_file.c:30:32: fatal error: include/media/lirc.h: No such file or directory #1

Open rico9999 opened 10 years ago

rico9999 commented 10 years ago

In trying to build 'yab' for the first time out of the box, I hit this compile error:

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Imissing -O2 -g -Wall -MT config_file.lo -MD -MP -MF .deps/config_file.Tpo -c config_file.c -fPIC -DPIC -o .libs/config_file.o config_file.c:30:32: fatal error: include/media/lirc.h: No such file or directory

include "include/media/lirc.h"

I'm not familiar enough yet with the tree to suggest a fix. But the following work-around allowed the tree to build the rest of the way:

( cd lib ; ln -s ../include/kernel/include . ) make

Thanks.

leamas commented 10 years ago

This is a known bug. It will be fixed once this branch is rebased to the current lirc code. However, I'm on holiday so it will certainly take some time :)