来自makedepend的警告

时间:2012-09-20 12:30:02

标签: c makefile

我正在使用makedepend版本1.0.4,尽管使用了Y选项(阻止搜索标准包含目录),但我收到警告:

$ cat test.c
#include <stdio.h>

int main(void)
{
    return 0;
}
$ makedepend -Y test.c
makedepend: warning:  test.c, line 1: cannot find include file "stdio.h"

任何线索?

1 个答案:

答案 0 :(得分:0)

您必须在启用UNIXOS标志的情况下下载并重建makedepend。

详细信息:https://www.libreoffice.org/bugzilla/show_bug.cgi?id=10021