0

コンパイラ 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

この問題を解決する方法はありますか? よろしくお願いします

4

2 に答える 2

0

バッチ ファイルを使用します。ファイル内には、必要なディレクトリを追加のインクルード ディレクトリ参照として含めます。

于 2013-06-17T15:13:17.847 に答える