gpt4 book ai didi

c++ - PCC-S-02016,包含文件路径名太长

转载 作者:行者123 更新时间:2023-11-28 07:33:43 24 4
gpt4 key购买 nike

我正在尝试使用编译器 Sun C++ 5.9 SunOS_sparc 补丁 124863-01 在 SUN 服务器上编译 C++ 应用程序。编译时出现以下错误:

PCC-S-02016, include file pathname is too long
Error at line 22, column 10 in file /export/home/bscs/billing1/bscsprod/billing/
compilation/opt_nc/hpux11.x/xalan/include/xalanc/PlatformSupport/XalanXMLChar.hp
p
#include <xalanc/PlatformSupport/PlatformSupportDefinitions.hpp>
.........1
PCC-S-02015, unable to open include file
Error at line 37, column 10 in file BillImageRef.pcpp
EXEC SQL BEGIN DECLARE SECTION;
.........1
PCC-S-02016, include file pathname is too long

您知道如何解决这个问题吗?先感谢您问候

最佳答案

PCC-02016: 包含文件路径名太长原因:包含文件的路径名超过了 80 个字符的最大长度。

操作:移动包含文件,或创建环境变量或逻辑变量以缩短路径名。

阅读您心爱的文档 here

关于c++ - PCC-S-02016,包含文件路径名太长,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17150800/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com