Compile error for lyx-1.0.2pre1

1999-04-22 Thread Angus Leeming
Hi! compiling lyx-1.0.2pre1 on a Dec Alpha OSF/1 v3.2 with egcs-1.1.2 fails with: g++ -c -g -O2 -I. -I. -I../images insetbib.C insetbib.C: In method `class LString InsetBibtex::getKeys()': insetbib.C:403: base operand of `-' has non-pointer type `FilePtr' make: *** [insetbib.o] Error 1 Can

Re: Compile error for lyx-1.0.2pre1

1999-04-22 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Hi! compiling lyx-1.0.2pre1 on a Dec Alpha OSF/1 v3.2 with Angus egcs-1.1.2 fails with: Angus g++ -c -g -O2 -I. -I. -I../images insetbib.C insetbib.C: In Angus method `class LString InsetBibtex::getKeys()': insetbib.C:403: Angus base

Re: Compile error for lyx-1.0.2pre1

1999-04-22 Thread Angus Leeming
Many thanks, Jean-Marc. Problem solved. Angus ps I'll take the opportunity to report that the math_iter.C optimization problem on Alphas running OSF/1 (and presumably Linux Alpha) still exists when the code is compiled with egcs-1.1.2. A. On Thu, 22 Apr 1999, you wrote: Hello, This bug is

Re: Compile error for lyx-1.0.2pre1

1999-04-22 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus ps I'll take the opportunity to report that the math_iter.C Angus optimization problem on Alphas running OSF/1 (and presumably Angus Linux Alpha) still exists when the code is compiled with Angus egcs-1.1.2. A. :( I really do not know

docs list

1999-04-22 Thread Mate Wierdl
Sorry guys, I did not have time to do this earlier. I just set up the lists [EMAIL PROTECTED] [EMAIL PROTECTED] Subscribe the usual way: echo | mail [EMAIL PROTECTED] echo | mail [EMAIL PROTECTED] The list is archived; when you subscribe, you'll get instructions how to retrieve messages.

Re: Bug report for lyx-1.0.2pre1

1999-04-22 Thread Amir Karger
On Wed, Apr 21, 1999 at 10:19:18PM +0100, Pawel Dziekonski wrote: On Wed, Apr 21, 1999 at 08:27:57PM +0100, Etienne Grossmann wrote: Hello, just to say that importing a .tex file with 1.0.2pre1 does not crash systematically : here, I just get the perl messages, but the program

Re: CVS update: lyx-1_0_x/src

1999-04-22 Thread Jean-Marc Lasgouttes
"lasgouttes" == lasgouttes [EMAIL PROTECTED] writes: lasgouttes Date: Thursday April 22, 1999 @ 18:56 Author: lasgouttes lasgouttes Update of /usr/local/lyxsrc/cvsroot/lyx-1_0_x/src In lasgouttes directory nazgul.lyx.org:/tmp/cvs-serv14781/src lasgouttes Modified Files: LaTeXFeatures.C

Re: Bug report for lyx-1.0.2pre1

1999-04-22 Thread Jean-Marc Lasgouttes
"Dzieko" == Pawel Dziekonski [EMAIL PROTECTED] writes: Dzieko Hi, I'm using LyX 1.0.2pre1 and it crashes after following Dzieko steps: 0. compile and install in very standart way 1. setup Dzieko environment to polish localisation: export LANG=pl export Dzieko LC_ALL=pl_PL 2. then run it:

Re: Bug report for lyx-1.0.2pre1

1999-04-22 Thread Pawel Dziekonski
On Thu, Apr 22, 1999 at 12:33:06PM -0400, Amir Karger wrote: (2) Dzieko, can you see if things break when you try to set your language to, say, french? No - it works very well: export LANG=fr export LC_ALL=fr_FR lyx export LANG=de export LC_ALL=de_DE lyx protos:~/lyx-1.0.2pre1/po rpm -q glibc

Re: Bug report for lyx-1.0.2pre1

1999-04-22 Thread Jean-Marc Lasgouttes
"Pawel" == Pawel Dziekonski [EMAIL PROTECTED] writes: Pawel Yes I know ;-) but I've just translated english string to Pawel polish. I'm not programming in C/C++, but can it be that one Pawel label in other language breaks whole f**cking prog??? 8-O You Pawel know - I'm not using reLyX :-), but

Re: Bug report for lyx-1.0.2pre1

1999-04-22 Thread Pawel Dziekonski
On Thu, Apr 22, 1999 at 07:23:34PM +0200, Jean-Marc Lasgouttes wrote: "Pawel" == Pawel Dziekonski [EMAIL PROTECTED] writes: Pawel Yes I know ;-) but I've just translated english string to Pawel polish. I'm not programming in C/C++, but can it be that one Pawel label in other language

Compile error for lyx-1.0.2pre1

1999-04-22 Thread Angus Leeming
Hi! compiling lyx-1.0.2pre1 on a Dec Alpha OSF/1 v3.2 with egcs-1.1.2 fails with: g++ -c -g -O2 -I. -I. -I../images insetbib.C insetbib.C: In method `class LString InsetBibtex::getKeys()': insetbib.C:403: base operand of `->' has non-pointer type `FilePtr' make: *** [insetbib.o] Error 1 Can

Re: Compile error for lyx-1.0.2pre1

1999-04-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Hi! compiling lyx-1.0.2pre1 on a Dec Alpha OSF/1 v3.2 with Angus> egcs-1.1.2 fails with: Angus> g++ -c -g -O2 -I. -I. -I../images insetbib.C insetbib.C: In Angus> method `class LString InsetBibtex::getKeys()': insetbib.C:403:

Re: Compile error for lyx-1.0.2pre1

1999-04-22 Thread Angus Leeming
Many thanks, Jean-Marc. Problem solved. Angus ps I'll take the opportunity to report that the math_iter.C optimization problem on Alphas running OSF/1 (and presumably Linux Alpha) still exists when the code is compiled with egcs-1.1.2. A. On Thu, 22 Apr 1999, you wrote: > Hello, > > This bug

Re: Compile error for lyx-1.0.2pre1

1999-04-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> ps I'll take the opportunity to report that the math_iter.C Angus> optimization problem on Alphas running OSF/1 (and presumably Angus> Linux Alpha) still exists when the code is compiled with Angus> egcs-1.1.2. A. :( I really

docs list

1999-04-22 Thread Mate Wierdl
Sorry guys, I did not have time to do this earlier. I just set up the lists [EMAIL PROTECTED] [EMAIL PROTECTED] Subscribe the usual way: echo | mail [EMAIL PROTECTED] echo | mail [EMAIL PROTECTED] The list is archived; when you subscribe, you'll get instructions how to retrieve messages.

Re: Bug report for lyx-1.0.2pre1

1999-04-22 Thread Amir Karger
On Wed, Apr 21, 1999 at 10:19:18PM +0100, Pawel Dziekonski wrote: > > On Wed, Apr 21, 1999 at 08:27:57PM +0100, Etienne Grossmann wrote: > > Hello, > > just to say that importing a .tex file with 1.0.2pre1 does not > > crash systematically : here, I just get the perl messages, but the > >

Re: CVS update: lyx-1_0_x/src

1999-04-22 Thread Jean-Marc Lasgouttes
> "lasgouttes" == lasgouttes <[EMAIL PROTECTED]> writes: lasgouttes> Date: Thursday April 22, 1999 @ 18:56 Author: lasgouttes lasgouttes> Update of /usr/local/lyxsrc/cvsroot/lyx-1_0_x/src In lasgouttes> directory nazgul.lyx.org:/tmp/cvs-serv14781/src lasgouttes> Modified Files:

Re: Bug report for lyx-1.0.2pre1

1999-04-22 Thread Jean-Marc Lasgouttes
> "Dzieko" == Pawel Dziekonski <[EMAIL PROTECTED]> writes: Dzieko> Hi, I'm using LyX 1.0.2pre1 and it crashes after following Dzieko> steps: 0. compile and install in very standart way 1. setup Dzieko> environment to polish localisation: export LANG=pl export Dzieko> LC_ALL=pl_PL 2. then run

Re: Bug report for lyx-1.0.2pre1

1999-04-22 Thread Pawel Dziekonski
On Thu, Apr 22, 1999 at 12:33:06PM -0400, Amir Karger wrote: > (2) Dzieko, can you see if things break when you try to set your language > to, say, french? No - it works very well: export LANG=fr export LC_ALL=fr_FR lyx export LANG=de export LC_ALL=de_DE lyx protos:~/lyx-1.0.2pre1/po >rpm -q

Re: Bug report for lyx-1.0.2pre1

1999-04-22 Thread Jean-Marc Lasgouttes
> "Pawel" == Pawel Dziekonski <[EMAIL PROTECTED]> writes: Pawel> Yes I know ;-) but I've just translated english string to Pawel> polish. I'm not programming in C/C++, but can it be that one Pawel> label in other language breaks whole f**cking prog??? 8-O You Pawel> know - I'm not using

Re: Bug report for lyx-1.0.2pre1

1999-04-22 Thread Pawel Dziekonski
On Thu, Apr 22, 1999 at 07:23:34PM +0200, Jean-Marc Lasgouttes wrote: > > "Pawel" == Pawel Dziekonski <[EMAIL PROTECTED]> writes: > > Pawel> Yes I know ;-) but I've just translated english string to > Pawel> polish. I'm not programming in C/C++, but can it be that one > Pawel> label in