Re: lyx-1.0.1pre2 is out

1999-02-19 Thread Stephan Witt

Lars Gullik Bjønnes wrote:
 
 Available at ftp.lyx.org, ftp.devel.lyx.org.
 
 Next pre scheduled in a week.
 
 1.0.1 scheduled 1. Mar.
 
 Lgb

Thanks.

I tried to compile it on Solaris. It seems to compile and run after
correcting one thing my compiler doesn't accept:

In file src/math_root.C line 25 I had to change

MathRootInset::MathRootInset(short st=LM_ST_TEXT): MathSqrtInset(st)

to

MathRootInset::MathRootInset(short st): MathSqrtInset(st)

The error message was:

"math_root.C", line 25: Error: A previously specified default argument
value cannot be changed.

Stephan

---
[EMAIL PROTECTED]  | beusen unternehmensgruppe senkel
fon: +49 30 549932-62 | Landsberger Allee 392
fax: +49 30 549932-29 | 12681 Berlin, Germany
---



Re: lyx-1.0.1pre2 is out

1999-02-19 Thread Jean-Marc Lasgouttes

 "Stephan" == Stephan Witt [EMAIL PROTECTED] writes:

Stephan I tried to compile it on Solaris. It seems to compile and run
Stephan after correcting one thing my compiler doesn't accept:

Stephan In file src/math_root.C line 25 I had to change

Stephan MathRootInset::MathRootInset(short st=LM_ST_TEXT):
Stephan MathSqrtInset(st)

Yes, we already encountered that in other cases. Thanks.

I'll check this change in.

JMarc



Re: lyx-1.0.1pre2 is out

1999-02-19 Thread Stephan Witt

Lars Gullik Bjønnes wrote:
> 
> Available at ftp.lyx.org, ftp.devel.lyx.org.
> 
> Next pre scheduled in a week.
> 
> 1.0.1 scheduled 1. Mar.
> 
> Lgb

Thanks.

I tried to compile it on Solaris. It seems to compile and run after
correcting one thing my compiler doesn't accept:

In file src/math_root.C line 25 I had to change

MathRootInset::MathRootInset(short st=LM_ST_TEXT): MathSqrtInset(st)

to

MathRootInset::MathRootInset(short st): MathSqrtInset(st)

The error message was:

"math_root.C", line 25: Error: A previously specified default argument
value cannot be changed.

Stephan

---
<[EMAIL PROTECTED]>  | beusen unternehmensgruppe senkel
fon: +49 30 549932-62 | Landsberger Allee 392
fax: +49 30 549932-29 | 12681 Berlin, Germany
---



Re: lyx-1.0.1pre2 is out

1999-02-19 Thread Jean-Marc Lasgouttes

> "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes:

Stephan> I tried to compile it on Solaris. It seems to compile and run
Stephan> after correcting one thing my compiler doesn't accept:

Stephan> In file src/math_root.C line 25 I had to change

Stephan> MathRootInset::MathRootInset(short st=LM_ST_TEXT):
Stephan> MathSqrtInset(st)

Yes, we already encountered that in other cases. Thanks.

I'll check this change in.

JMarc