IBM XlC / C ++ 11.1.0.10的编译问题

时间:2012-04-24 16:56:58

标签: c++ xlc

我们正在尝试将AIX 5.3 TL10环境应用程序从XLC / C ++ V9升级到V11.1并在xlC标准库中接收以下错误....任何想法我需要做什么来消除这些错误? 我正在编译的函数包含函数头列表中的new.h头文件

make -f make_ca_libs_iat fnca0088.o
        xlC_r -c -g -qalign=packed -qidirfirst -qlanglvl=noansifor:oldmath -qidirfirst -qnolm -DANSI -D_STANCHART_ -DDMDEBUG -DSVCDEBUG -D_RPC_ -DUNIX -DSERVER -D_DMG_ -DDEBUG  -I/opt/sybase15/OCS-15_0/include -I/home/fnb/new/include -I/home/fnb/acp/include -I/home/fnb/core/include -I/home/fnb/new/aa/cm/include -I/home/fnb/new/lib/include -I/home/fnb/new/aa/common/include -I/home/fnb/new/aa/xrm/include -I/home/fnb/new/aa/sm/include -I/home/fnb/core/lib/include -I/home/fnb/core/aa/common/include -I/home/fnb/core/aa/xrm/include -I/home/fnb/core/aa/cm/include -I/home/fnb/core/aa/sm/include -I/home/fnb/core/common/include -I/usr/lpp/cics/include /home/fnb/acp/source/fnca0088.cpp
"/usr/vacpp/include/exception", line 76.17: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/exception", line 122.9: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/exception", line 124.9: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/exception", line 135.27: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 81.49: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 94.46: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 99.31: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 100.54: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 101.33: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 102.58: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 103.33: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 104.56: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 105.35: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 106.60: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 112.48: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 113.50: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 115.48: 1540-0063 (S) The text "_catchexit" is unexpected.
"/usr/vacpp/include/new", line 116.50: 1540-0063 (S) The text "_catchexit" is unexpected.
"/home/fnb/acp/include/new.h", line 38.10: 1540-0130 (S) "std::uncaught_exception" is not declared.
"/home/fnb/acp/include/new.h", line 43.10: 1540-0130 (S) "std::set_new_handler" is not declared.
"/home/fnb/acp/include/new.h", line 44.10: 1540-0130 (S) "std::set_terminate" is not declared.
"/home/fnb/acp/include/new.h", line 45.10: 1540-0130 (S) "std::set_unexpected" is not declared.

0 个答案:

没有答案