Compaq cxx dies while compiling math_hullinset.C with:

cxx: Error: ../../../lyx-devel/src/mathed/math_hullinset.C, line 298: more
          than one operator "<<" matches these operands:
            function "WriteStream::operator<<(char)"
            function "WriteStream::operator<<(int)"
            function "WriteStream::operator<<(unsigned int)"
            operand types are: WriteStream << unsigned long
                        os << "\\begin{alignat" << star(n) << "}" << "{" << ncols()/2 
<< "}\n";
-------------------------------------------------------------------------^
cxx: Error: ../../../lyx-devel/src/mathed/math_hullinset.C, line 302: more
          than one operator "<<" matches these operands:
            function "WriteStream::operator<<(char)"
            function "WriteStream::operator<<(int)"
            function "WriteStream::operator<<(unsigned int)"
            operand types are: WriteStream << unsigned long
                        os << "\\begin{xalignat" << star(n) << "}" << "{" << ncols()/2 
<< "}\n";
--------------------------------------------------------------------------^
cxx: Error: ../../../lyx-devel/src/mathed/math_hullinset.C, line 306: more
          than one operator "<<" matches these operands:
            function "WriteStream::operator<<(char)"
            function "WriteStream::operator<<(int)"
            function "WriteStream::operator<<(unsigned int)"
            operand types are: WriteStream << unsigned long
                        os << "\\begin{xxalignat}" << "{" << ncols()/2 << "}\n";
----------------------------------------------------------^

JMarc

Reply via email to