Re: Compile problem on SGI, 1.0.1pre4

1999-03-03 Thread Lars Gullik Bjønnes
>> Asger Alstrup Nielsen writes: >> CC -c -O2 -I. -I. -I../images math_root.C "math_root.C", line 25: >> error(1281): redefinition of default argument >> MathRootInset::MathRootInset(short st=LM_ST_TEXT): >> MathSqrtInset(st) ^ >> >> 1 error detected in the compilation of "math_roo

Re: Compile problem on SGI, 1.0.1pre4

1999-03-03 Thread Alejandro Aguilar Sierra
On Wed, 3 Mar 1999, Asger Alstrup Nielsen wrote: > Change that line to read > > MathRootInset::MathRootInset(short st): MathSqrtInset(st) > > and you should be fine. I thought someone had commited that fix recently. I'll do it now. Alejandro

Re: Compile problem on SGI, 1.0.1pre4

1999-03-03 Thread Steve Holden
On 03-Mar-99 Asger Alstrup Nielsen wrote: >> CC -c -O2 -I. -I. -I../images math_root.C >> "math_root.C", line 25: error(1281): redefinition of default argument >> MathRootInset::MathRootInset(short st=LM_ST_TEXT): MathSqrtInset(st) >> ^ >> >> 1 error detected in the compilation of "math_ro

Re: Compile problem on SGI, 1.0.1pre4

1999-03-03 Thread Asger Alstrup Nielsen
> CC -c -O2 -I. -I. -I../images math_root.C > "math_root.C", line 25: error(1281): redefinition of default argument > MathRootInset::MathRootInset(short st=LM_ST_TEXT): MathSqrtInset(st) > ^ > > 1 error detected in the compilation of "math_root.C". Change that line to read MathRootInset: