c++ - 在UNIX上 “internal compiler error: storage fai

我必须使用CCS编译器3.0在UNIX,Unixware 2.1.3和UNIX上构建应用程序,并且始终出现此错误:

UX:acomp: ERROR: "//home/dino/treeit.h", line 32: internal compiler error:  storage failure
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.

我已经查看了系统上的可用空间,这很好。

这是c++中从第23行到第36行的代码部分:
public:

    bool operator != (iterator_impl const &p_iterator) const
    {
        return m_pNode != p_iterator.m_pNode;
    }

    __BTL_ITERATOR_IMPL_NAME()
        :m_pNode(0)
    {} //Line 32 is here!!!!!!!

    __BTL_ITERATOR_IMPL_NAME(iterator_impl const &p_iterator)
        :m_pNode(p_iterator.m_pNode)
    {}

我在UNIX上不是很好,也不知道这是否与操作系统有关。有人能帮我吗 ? :)

谢谢!

最佳答案

似乎意味着您在编译期间没有足够的磁盘空间:

http://www.linuxmisc.com/4-linux/7e5b068dd5eedb04.htm

关于c++ - 在UNIX上 “internal compiler error: storage failure”是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10822774/

相关文章:

xml - 构建SLN : CS0008 - CS0115的奇怪错误

visual-c++ - 将项目从vc6转换为vc9时出现问题

gcc - 由GCC创建的exe文件没有权限?

iphone - 如何解决iPhone应用程序hpple HTML解析 'libxml/tree.h

actionscript-3 - 1120 : Access of undefined proper

c++ - 返回类(class)成员时遇到麻烦

visual-studio-2010 - Visual Studio 2010中的随机编译错误

macos - R包安装在所有机器上成功,但一台

visual-studio-2008 - 在MS VS 2008中构建项目时出错

c#-4.0 - C#上传数据错误->为空间返回 “�”