8000 Build issue - config_file.c:30:32: fatal error: include/media/lirc.h: No such file or directory · Issue #1 · leamas/yab · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Build issue - config_file.c:30:32: fatal error: include/media/lirc.h: No such file or directory #1
Open
@rico9999

Description

@rico9999

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0