> 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::MathRootInset(short st): MathSqrtInset(st) and you should be fine. Greets, Asger
- Compile problem on SGI, 1.0.1pre4 Steve Holden
- Re: Compile problem on SGI, 1.0.1pre4 Asger Alstrup Nielsen
- Re: Compile problem on SGI, 1.0.1pre4 Steve Holden
- Re: Compile problem on SGI, 1.0.1pre4 Alejandro Aguilar Sierra
- Re: Compile problem on SGI, 1.0.1pre4 Lars Gullik Bjønnes