我正在尝试使用图书馆 Rainbow ( http://www.cs.cmu.edu/~mccallum/bow/src/bow-20020213.tar.gz ) 来解决一个简单的问题,但是无法编译彩虹。 c 文件。
错误是
error: expected "FILENAME" or <FILENAME>
#include “bow/libbow.h”
^
./rainbow.c:23:10: fatal error: 'argp.h' file not found
#include <argp.h>
^
2 errors generated.
有什么方法可以避免生成工作编译文件。
这是之后——
*
error: 'bow/libbow.h' file not found with <angled> include;
use "quotes" instead
#include <bow/libbow.h>
^~~~~~~~~~~~~~
"bow/libbow.h"
In file included from ./rainbow.c:22:
./bow/libbow.h:40:10: fatal error: 'malloc.h' file not found
#include <malloc.h> /* for malloc() and friends. */
^
*
如果可能,请花几分钟时间提供帮助,因为我需要该包来提交我选择的项目问题。