我想构建以下源:https ://bitbucket.org/portix/dwb/src 。如果我跑步,make install
我会得到:
In file included from dwbremote.c:19:
./dwbremote.h:22:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
^
所以我添加CFLAGS += -I/opt/X11/include
到config.mk。但这并没有解决问题。我遇到了同样的错误。
编辑:要包含的标题位于 /opt/X11/include/X11/Xlib.h