Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels