PROC*C 编译的时候总是报找不到.h头文件,但是我编译的时候用-I 参数来指定.h的目录了,不懂为什么??
错误如下:
PCC-S-02015, unable to open include file
Error at line 14, column 10 in file ./src/ExporterData.pc
#include "ncftp.h"       /* Library header. */
.........1
PCC-S-02015, unable to open include file不知是编译时的参数写的有问题??