Re: compiling lyx on aix

2001-06-06 Thread Jean-Marc Lasgouttes

 Sailesh == Sailesh Krishnamurthy [EMAIL PROTECTED] writes:

Sailesh 2.95 I believe. I turned off optimization in my Makefile and
Sailesh managed to compile it. Now I have a problem later :-)

What problem?

JMarc



Re: compiling lyx on aix

2001-06-06 Thread Jean-Marc Lasgouttes

 Sailesh == Sailesh Krishnamurthy [EMAIL PROTECTED] writes:

Sailesh 2.95 I believe. I turned off optimization in my Makefile and
Sailesh managed to compile it. Now I have a problem later :-)

What problem?

JMarc



Re: compiling lyx on aix

2001-06-06 Thread Jean-Marc Lasgouttes

> "Sailesh" == Sailesh Krishnamurthy <[EMAIL PROTECTED]> writes:

Sailesh> 2.95 I believe. I turned off optimization in my Makefile and
Sailesh> managed to compile it. Now I have a problem later :-)

What problem?

JMarc



Re: compiling lyx on aix

2001-06-02 Thread Sailesh Krishnamurthy


--- Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote:
  Sailesh == Sailesh Krishnamurthy [EMAIL PROTECTED] writes:
 
 Sailesh Hi folks I have the AIX toolbox for Linux apps installed on
 Sailesh my aix 4.3.3 box and I have g++ 2.9 installed using this.
 
 What is the exact version of your gcc?

2.95 I believe. I turned off optimization in my Makefile and managed to compile
it. Now I have a problem later :-) 

=
Toodle-pip
Sailesh 
http://www.pipedream.org/~sailesh
Ph: (408) 225-8035 [H]
(408) 927-1913 [W]

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



Re: compiling lyx on aix

2001-06-02 Thread Sailesh Krishnamurthy


--- Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote:
  Sailesh == Sailesh Krishnamurthy [EMAIL PROTECTED] writes:
 
 Sailesh Hi folks I have the AIX toolbox for Linux apps installed on
 Sailesh my aix 4.3.3 box and I have g++ 2.9 installed using this.
 
 What is the exact version of your gcc?

2.95 I believe. I turned off optimization in my Makefile and managed to compile
it. Now I have a problem later :-) 

=
Toodle-pip
Sailesh 
http://www.pipedream.org/~sailesh
Ph: (408) 225-8035 [H]
(408) 927-1913 [W]

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



Re: compiling lyx on aix

2001-06-02 Thread Sailesh Krishnamurthy


--- Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> > "Sailesh" == Sailesh Krishnamurthy <[EMAIL PROTECTED]> writes:
> 
> Sailesh> Hi folks I have the AIX toolbox for Linux apps installed on
> Sailesh> my aix 4.3.3 box and I have g++ 2.9 installed using this.
> 
> What is the exact version of your gcc?

2.95 I believe. I turned off optimization in my Makefile and managed to compile
it. Now I have a problem later :-) 

=
Toodle-pip
Sailesh 
http://www.pipedream.org/~sailesh
Ph: (408) 225-8035 [H]
(408) 927-1913 [W]

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



Re: compiling lyx on aix

2001-06-01 Thread Jean-Marc Lasgouttes

 Sailesh == Sailesh Krishnamurthy [EMAIL PROTECTED] writes:

Sailesh Hi folks I have the AIX toolbox for Linux apps installed on
Sailesh my aix 4.3.3 box and I have g++ 2.9 installed using this.

What is the exact version of your gcc?

Sailesh I'm trying to compile lyx-1.1.3 .. I ran into a few errors
Sailesh which I managed to surmount using other people's tips:

You should probably try something newer than 1.1.3, like 1.1.5fix2 (to
be safe) or 1.1.6fix2 (with lots of new feature, but a table code
which is not perfect).

JMarc



Re: compiling lyx on aix

2001-06-01 Thread Jean-Marc Lasgouttes

 Sailesh == Sailesh Krishnamurthy [EMAIL PROTECTED] writes:

Sailesh Hi folks I have the AIX toolbox for Linux apps installed on
Sailesh my aix 4.3.3 box and I have g++ 2.9 installed using this.

What is the exact version of your gcc?

Sailesh I'm trying to compile lyx-1.1.3 .. I ran into a few errors
Sailesh which I managed to surmount using other people's tips:

You should probably try something newer than 1.1.3, like 1.1.5fix2 (to
be safe) or 1.1.6fix2 (with lots of new feature, but a table code
which is not perfect).

JMarc



Re: compiling lyx on aix

2001-06-01 Thread Jean-Marc Lasgouttes

> "Sailesh" == Sailesh Krishnamurthy <[EMAIL PROTECTED]> writes:

Sailesh> Hi folks I have the AIX toolbox for Linux apps installed on
Sailesh> my aix 4.3.3 box and I have g++ 2.9 installed using this.

What is the exact version of your gcc?

Sailesh> I'm trying to compile lyx-1.1.3 .. I ran into a few errors
Sailesh> which I managed to surmount using other people's tips:

You should probably try something newer than 1.1.3, like 1.1.5fix2 (to
be safe) or 1.1.6fix2 (with lots of new feature, but a table code
which is not perfect).

JMarc



compiling lyx on aix

2001-05-31 Thread Sailesh Krishnamurthy

Hi folks

I have the AIX toolbox for Linux apps installed on my aix 4.3.3 box and I have
g++ 2.9 installed using this. 

I'm trying to compile lyx-1.1.3 .. I ran into a few errors which I managed to
surmount using other people's tips:

1. The files figinset.C FontInfo.C and FontLoader.C cause a clash with some
exception class in the system headers. The old archive message suggested the
kludge (#define _MATH_H 1). In AIX this has to be (#define _H_MATH 1). In
addition, in figinset.C I had to have this (trial and error cut-paste from
/usr/include/math.h :-)

 extern double ceil(double); 

2. The explicit cast of putenv in filetools.C 

Finally though I have the following problem:

LyxView.C:250: Internal compiler error 19991203.
LyxView.C:250: Please submit a Problem Report to Cygnus Solutions with send-pr

Has anybody else encountered this ? Know how to fix it ? 

Thanks ! 

=
Toodle-pip
Sailesh 
http://www.pipedream.org/~sailesh
Ph: (408) 225-8035 [H]
(408) 927-1913 [W]

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



compiling lyx on aix

2001-05-31 Thread Sailesh Krishnamurthy

Hi folks

I have the AIX toolbox for Linux apps installed on my aix 4.3.3 box and I have
g++ 2.9 installed using this. 

I'm trying to compile lyx-1.1.3 .. I ran into a few errors which I managed to
surmount using other people's tips:

1. The files figinset.C FontInfo.C and FontLoader.C cause a clash with some
exception class in the system headers. The old archive message suggested the
kludge (#define _MATH_H 1). In AIX this has to be (#define _H_MATH 1). In
addition, in figinset.C I had to have this (trial and error cut-paste from
/usr/include/math.h :-)

 extern double ceil(double); 

2. The explicit cast of putenv in filetools.C 

Finally though I have the following problem:

LyxView.C:250: Internal compiler error 19991203.
LyxView.C:250: Please submit a Problem Report to Cygnus Solutions with send-pr

Has anybody else encountered this ? Know how to fix it ? 

Thanks ! 

=
Toodle-pip
Sailesh 
http://www.pipedream.org/~sailesh
Ph: (408) 225-8035 [H]
(408) 927-1913 [W]

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



compiling lyx on aix

2001-05-31 Thread Sailesh Krishnamurthy

Hi folks

I have the AIX toolbox for Linux apps installed on my aix 4.3.3 box and I have
g++ 2.9 installed using this. 

I'm trying to compile lyx-1.1.3 .. I ran into a few errors which I managed to
surmount using other people's tips:

1. The files figinset.C FontInfo.C and FontLoader.C cause a clash with some
"exception" class in the system headers. The old archive message suggested the
kludge (#define _MATH_H 1). In AIX this has to be (#define _H_MATH 1). In
addition, in figinset.C I had to have this (trial and error cut-paste from
/usr/include/math.h :-)

 extern double ceil(double); 

2. The explicit cast of putenv in filetools.C 

Finally though I have the following problem:

LyxView.C:250: Internal compiler error 19991203.
LyxView.C:250: Please submit a Problem Report to Cygnus Solutions with send-pr

Has anybody else encountered this ? Know how to fix it ? 

Thanks ! 

=
Toodle-pip
Sailesh 
http://www.pipedream.org/~sailesh
Ph: (408) 225-8035 [H]
(408) 927-1913 [W]

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/