【问题标题】:Pro*C++ compiler is not able to identify my header filePro*C++ 编译器无法识别我的头文件
【发布时间】:2014-07-11 09:05:25
【问题描述】:

我正在尝试在 redhat 服务器上编译一个 proc 文件。 似乎 Pro*C++ 编译器无法打开我的头文件。 它给了我以下错误: Error at line 14, column 10 in file ../proc/myproc.pc #include "myproc.h" .........1 PCC-S-02015, unable to open include file myproc.h 与 myproc.pc 是同一目录。 有什么想法可以解决这个问题吗?非常感谢

【问题讨论】:

  • 但是你从哪里运行这个?尝试从proc目录运行

标签: c++ oracle redhat proc


【解决方案1】:

您尝试从proc目录之外编译代码。

在构建时使用INCLUDE=../proc 作为命令行参数或将其包含在gmake 文件中

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2022-01-09
    • 1970-01-01
    • 2020-01-12
    • 1970-01-01
    • 1970-01-01
    • 2013-10-18
    • 1970-01-01
    相关资源
    最近更新 更多