compilation error with Menubar_pimpl.C : gcc-3.1, (qt-3.0.5)

2002-07-24 Thread geof
/usr/local/gcc-3.1/bin/c++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../ ../src/frontends/ -I../../../images -I./qt2 -I/usr/local/qt/include -I../../../boost -I../ ../../src/frontends/controllers -isystem /usr/X11R6/include -DQT_CLEAN_NAMESPACE -DQT_GENU INE_STR -O0 -W -Wall

compilation error with Menubar_pimpl.C : gcc-3.1, (qt-3.0.5)

2002-07-24 Thread geof
/usr/local/gcc-3.1/bin/c++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../ ../src/frontends/ -I../../../images -I./qt2 -I/usr/local/qt/include -I../../../boost -I../ ../../src/frontends/controllers -isystem /usr/X11R6/include -DQT_CLEAN_NAMESPACE -DQT_GENU INE_STR -O0 -W -Wall

lyx-devel : compile error with gcc3.1

2002-07-17 Thread geof
/usr/local/gcc-3.1/bin/c++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../images -I../../../src/ -I../../../src/frontends/ -I../../../src/frontends/controllers -I../../../boost -isystem /usr/X11R6/include -O0 -W -Wall -Winline -Winline -c FormFiledialog.C -MT FormFiledialog.lo -MD -MP -MF

lyx-devel : compile error with gcc3.1

2002-07-17 Thread geof
/usr/local/gcc-3.1/bin/c++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../images -I../../../src/ -I../../../src/frontends/ -I../../../src/frontends/controllers -I../../../boost -isystem /usr/X11R6/include -O0 -W -Wall -Winline -Winline -c FormFiledialog.C -MT FormFiledialog.lo -MD -MP -MF

compile error with QLImage.C

2002-07-16 Thread geof
Hi, I had a problem compiling lyx-CVS this night with gcc-3.1 and qt-2 : Error in file QLImage.C. I've just changed endl by \n. Perhaps putting using std::endl also solves the problem? + geoffroy

compile error with QLImage.C

2002-07-16 Thread geof
Hi, I had a problem compiling lyx-CVS this night with gcc-3.1 and qt-2 : Error in file QLImage.C. I've just changed endl by "\n". Perhaps putting "using std::endl" also solves the problem? @+ geoffroy

label of equation with preview

2002-07-06 Thread geof
Hi, the preview is a very nice feature! It is possible to put the label of the equation instead of his number : Replace \begin{equation} bal bla bla \label{eq:blabla} \end{equation} by \[ bal bla bla \eqno{ \rm{ (eq:blabla) }} \] It can be nice, no? Regards, geoffroy --

Re: label of equation with preview

2002-07-06 Thread geof
an other solution is to replace the command \label by \tag. If you put a label, it must be put after the tag command. This solution need amsmath. \begin{equation} \int x \ dx \tag{ \rm{eq:1} } \end{equation} geoffroy -- ~ 'v'mailto: gpiroux_at_mac_dot_com // \\

label of equation with preview

2002-07-06 Thread geof
Hi, the preview is a very nice feature! It is possible to put the label of the equation instead of his number : Replace \begin{equation} bal bla bla \label{eq:blabla} \end{equation} by \[ bal bla bla \eqno{ \rm{ (eq:blabla) }} \] It can be nice, no? Regards, geoffroy --

Re: label of equation with preview

2002-07-06 Thread geof
an other solution is to replace the command \label by \tag. If you put a label, it must be put after the tag command. This solution need amsmath. \begin{equation} \int x \ dx \tag{ \rm{eq:1} } \end{equation} geoffroy -- ~ 'v'mailto: gpiroux_at_mac_dot_com // \\

Re: signal SIGSEGV, Segmentation fault with fresh CVS

2002-07-05 Thread geof
On Wednesday 03 July 2002 19:14, Angus Leeming wrote: On Wednesday 03 July 2002 6:21 pm, geof wrote: I've just finished to compile the 1_2_x CVS tree. And I don't get the illegal instruction error :o) So what is the difference between the 1.3.0CVS tree and the 1_2_xCVS which can cause my

mouse wheel problem with lyx-1.3CVS

2002-07-05 Thread geof
Mouse wheel doesn't work with lyx-1.3CVS compiled with gcc-3.1. This problem doesn't appear with lyx-1.2CVS (gcc-3.1). Any suggestion ? geoffroy -- ~ 'v'mailto: gpiroux_at_mac_dot_com // \\ Powered by GNU/Linux-ppc /( )\ http://lfs.linux-provider.net/ #112 ^'^

Re: mouse wheel problem with lyx-1.3CVS

2002-07-05 Thread geof
On Friday 05 July 2002 18:40, John Levon wrote: On Fri, Jul 05, 2002 at 06:43:00PM +0200, geof wrote: Mouse wheel doesn't work with lyx-1.3CVS compiled with gcc-3.1. This problem doesn't appear with lyx-1.2CVS (gcc-3.1). Any suggestion ? lyx -dbg any output please. I shouldn't have

Re: "signal SIGSEGV, Segmentation fault" with fresh CVS

2002-07-05 Thread geof
On Wednesday 03 July 2002 19:14, Angus Leeming wrote: > On Wednesday 03 July 2002 6:21 pm, geof wrote: > > I've just finished to compile the 1_2_x CVS tree. And I don't get the > > illegal instruction error :o) > > So what is the difference between the 1.3.0CVS tree and the 1

mouse wheel problem with lyx-1.3CVS

2002-07-05 Thread geof
Mouse wheel doesn't work with lyx-1.3CVS compiled with gcc-3.1. This problem doesn't appear with lyx-1.2CVS (gcc-3.1). Any suggestion ? geoffroy -- ~ 'v'mailto: gpiroux_at_mac_dot_com // \\ Powered by GNU/Linux-ppc /( )\ http://lfs.linux-provider.net/ #112 ^'^

Re: mouse wheel problem with lyx-1.3CVS

2002-07-05 Thread geof
On Friday 05 July 2002 18:40, John Levon wrote: > On Fri, Jul 05, 2002 at 06:43:00PM +0200, geof wrote: > > Mouse wheel doesn't work with lyx-1.3CVS compiled with gcc-3.1. > > This problem doesn't appear with lyx-1.2CVS (gcc-3.1). > > Any suggestion ? > > "lyx -dbg

Re: signal SIGSEGV, Segmentation fault with fresh CVS

2002-07-03 Thread geof
On Wednesday 03 July 2002 11:12, Lars Gullik Bjønnes wrote: | Fine, that work, I don't have segmentation fault anymore. | Now get an illegal instruction as before. Linker problem? Perhaps upgrade binutils? I have this problem with two computers: powerpc and i586 LyX 1.3.0cvs of Fri, May

Re: signal SIGSEGV, Segmentation fault with fresh CVS

2002-07-03 Thread geof
I've just finished to compile the 1_2_x CVS tree. And I don't get the illegal instruction error :o) So what is the difference between the 1.3.0CVS tree and the 1_2_xCVS which can cause my problem? Or how can I trace the problem? Please help geoffroy -- ~ 'v'

Re: "signal SIGSEGV, Segmentation fault" with fresh CVS

2002-07-03 Thread geof
On Wednesday 03 July 2002 11:12, Lars Gullik Bjønnes wrote: > | Fine, that work, I don't have "segmentation fault" anymore. > | Now get an "illegal instruction" as before. > > Linker problem? > Perhaps upgrade binutils? I have this problem with two computers: powerpc and i586 LyX 1.3.0cvs of

Re: "signal SIGSEGV, Segmentation fault" with fresh CVS

2002-07-03 Thread geof
I've just finished to compile the 1_2_x CVS tree. And I don't get the illegal instruction error :o) So what is the difference between the 1.3.0CVS tree and the 1_2_xCVS which can cause my problem? Or how can I trace the problem? Please help geoffroy -- ~ 'v'

signal SIGSEGV, Segmentation fault with fresh CVS

2002-07-02 Thread geof
I've just finished to compile a fresh CVS-tree with success but at the run time I get a segmentation fault ! LyX 1.3.0cvs of Fri, May 3, 2002 Built on Jul 2 2002, 14:53:12 Configuration Host type: powerpc-unknown-linux-gnu Special build flags:warnings

"signal SIGSEGV, Segmentation fault" with fresh CVS

2002-07-02 Thread geof
I've just finished to compile a fresh CVS-tree with success but at the run time I get a segmentation fault ! LyX 1.3.0cvs of Fri, May 3, 2002 Built on Jul 2 2002, 14:53:12 Configuration Host type: powerpc-unknown-linux-gnu Special build flags:warnings

mathematica facilities

2002-07-01 Thread geof
which is missing. I'm planning to improve the derivative support and add limit support. Feedback is welcome. geof -- ~ 'v'mailto: gpiroux_at_mac_dot_com // \\ Powered by GNU/Linux-ppc /( )\ http://lfs.linux-provider.net/ #112 ^'^ diff -u lyx-1.2.0/src

Re: mathematica facilities

2002-07-01 Thread geof
On Monday 01 July 2002 12:26, Andre Poenitz wrote: On Mon, Jul 01, 2002 at 12:02:50PM +0200, geof wrote: This week-end I started the mathematica facilities. I've trying compile lyx-devel from the CVS repository without success : I get a Illegal instruction when I try to run lyx. So I

mathematica facilities

2002-07-01 Thread geof
ix support which is missing. I'm planning to improve the derivative support and add limit support. Feedback is welcome. geof -- ~ 'v'mailto: gpiroux_at_mac_dot_com // \\ Powered by GNU/Linux-ppc /( )\ http://lfs.linux-provider.net/ #112 ^'^ diff -u lyx

Re: mathematica facilities

2002-07-01 Thread geof
On Monday 01 July 2002 12:26, Andre Poenitz wrote: > On Mon, Jul 01, 2002 at 12:02:50PM +0200, geof wrote: > > This week-end I started the mathematica facilities. I've trying compile > > lyx-devel from the CVS repository without success : I get a "Illegal > > instruct

Re: [1]+ Illegal instruction lyx-CVS

2002-06-26 Thread geof
On Wednesday 26 June 2002 08:06, you wrote: On Wed, Jun 26, 2002 at 01:22:44AM +0200, geof wrote: In fact, I'm running a ppc (G3 500Mhz). Is it possible that there is some specific intel code in the cvs repository? I doubt so. I'd rather think your compiler is given a wrong option

Re: [1]+ Illegal instruction lyx-CVS

2002-06-26 Thread geof
On Wednesday 26 June 2002 08:06, you wrote: > On Wed, Jun 26, 2002 at 01:22:44AM +0200, geof wrote: > > In fact, I'm running a ppc (G3 500Mhz). > > Is it possible that there is some specific intel code in the cvs > > repository? > > I doubt so. I'd rather think you

Re: Mathematica's facilities with lyx...

2002-06-25 Thread geof
fashion. I'll have time to do that this week-end. I suppose I have to start with the cvs version. geof -- ~ 'v'mailto: gpiroux_at_mac_dot_com // \\ Powered by GNU/Linux-ppc /( )\ http://lfs.linux-provider.net/ #112 ^'^

[1]+ Illegal instruction lyx-CVS

2002-06-25 Thread geof
Hi, I've just finished to compile lyx-devel. But when I start lyx, I get the following error ! What can be the problem ? geof 15:37:49 lyx-CVS [1] 7541 15:37:54 LyX: Creating directory /home/piroux/.lyx-CVS/ and running configure... checking for a LaTeX2e program... (latex

Re: Mathematica's facilities with lyx...

2002-06-25 Thread geof
nd specific" that could be put in such configuration files. Ok, for the moment, I'll try to implement the mathematica stuff with the old fashion. I'll have time to do that this week-end. I suppose I have to start with the cvs version. geof -- ~ 'v'mailto: gpiroux_at_mac_dot_com // \\ Powered by GNU/Linux-ppc /( )\ http://lfs.linux-provider.net/ #112 ^'^

[1]+ Illegal instruction lyx-CVS

2002-06-25 Thread geof
Hi, I've just finished to compile lyx-devel. But when I start lyx, I get the following error ! What can be the problem ? geof 15:37:49> lyx-CVS & [1] 7541 15:37:54> LyX: Creating directory /home/piroux/.lyx-CVS/ and running configure... checking for a LaTeX2e program

keyboard problem !?

2002-06-07 Thread geof
, geof -- ~ 'v'mailto:gpiroux_at_mac.com // \\ Powered by GNU/Linux-ppc /( )\ http://lfs.linux-provider.net/ #112 ^'^

Re: keyboard problem !?

2002-06-07 Thread geof
On Friday 07 June 2002 19:34, Angus Leeming wrote: On Friday 07 June 2002 6:27 pm, geof wrote: Hi all, I'have just installed lyx-1.2.0 with xforms-1RC. But now, I cannot move the cursor with the arrows on the keyboard! This appends in the text and in equation ! I can use the other keys

keyboard problem !?

2002-06-07 Thread geof
, geof -- ~ 'v'mailto:gpiroux_at_mac.com // \\ Powered by GNU/Linux-ppc /( )\ http://lfs.linux-provider.net/ #112 ^'^

Re: keyboard problem !?

2002-06-07 Thread geof
On Friday 07 June 2002 19:34, Angus Leeming wrote: > On Friday 07 June 2002 6:27 pm, geof wrote: > > Hi all, > > > > I'have just installed lyx-1.2.0 with xforms-1RC. > > But now, I cannot move the cursor with the arrows on the keyboard! > > This appends in the

Re: lyx for macosx ?

2002-06-05 Thread geof
On Wednesday 05 June 2002 07:10, Allan Rae wrote: On Tue, 4 Jun 2002, geof wrote: Hi all, I don't know if there is a lot MacOsX user. But since macx is based on a BSD system, do you think if it's possible to port the interface of lyx to Aqua? It is possible. Certainly a port

Re: lyx for macosx ?

2002-06-05 Thread geof
? geof -- ~ 'v' mailto:[EMAIL PROTECTED] // \\ Powered by GNU/Linux-ppc /( )\ http://lfs.linux-provider.net/ #112 ^'^

Re: Mathematica's facilities with lyx...

2002-06-05 Thread geof
On Tuesday 07 May 2002 09:03, Andre Poenitz wrote: On Mon, May 06, 2002 at 08:41:02PM +0200, geof wrote: I'm new on this mailing list but I'm using lyx for a long time now. I have some questions about the lyx-server and how to use it. My idea is to use the lyx-server to access

Re: lyx for macosx ?

2002-06-05 Thread geof
On Wednesday 05 June 2002 07:10, Allan Rae wrote: > On Tue, 4 Jun 2002, geof wrote: > > Hi all, > > > > I don't know if there is a lot MacOsX user. But since macx is based on a > > BSD system, do you think if it's possible to port the interface of lyx to > > Aqu

Re: lyx for macosx ?

2002-06-05 Thread geof
ut libXpm? geof -- ~ 'v' mailto:[EMAIL PROTECTED] // \\ Powered by GNU/Linux-ppc /( )\ http://lfs.linux-provider.net/ #112 ^'^

Re: Mathematica's facilities with lyx...

2002-06-05 Thread geof
On Tuesday 07 May 2002 09:03, Andre Poenitz wrote: > On Mon, May 06, 2002 at 08:41:02PM +0200, geof wrote: > > I'm new on this mailing list but I'm using lyx for a long time now. > > I have some questions about the lyx-server and how to use it. > > My idea is to use the

lyx for macosx ?

2002-06-04 Thread geof
Hi all, I don't know if there is a lot MacOsX user. But since macx is based on a BSD system, do you think if it's possible to port the interface of lyx to Aqua? For the moment, we can use lyx with xfree86 running on the top of the system, but it's quite slow. Thanks, geof

lyx for macosx ?

2002-06-04 Thread geof
Hi all, I don't know if there is a lot MacOsX user. But since macx is based on a BSD system, do you think if it's possible to port the interface of lyx to Aqua? For the moment, we can use lyx with xfree86 running on the top of the system, but it's quite slow. Thanks, geof

Mathematica's facilities with lyx...

2002-05-06 Thread geof
Hello, I'm new on this mailing list but I'm using lyx for a long time now. I have some questions about the lyx-server and how to use it. My idea is to use the lyx-server to access the Mathematica's (from Wolfram) equation manipulation facilities. For example, pasting equation from Mathematica

Mathematica's facilities with lyx...

2002-05-06 Thread geof
Hello, I'm new on this mailing list but I'm using lyx for a long time now. I have some questions about the lyx-server and how to use it. My idea is to use the lyx-server to access the Mathematica's (from Wolfram) equation manipulation facilities. For example, pasting equation from Mathematica

cvs build - libtool or ld problem

2002-03-20 Thread Geof
## So why the ld program expect to find .o objectfiles ? As the output shows~: /usr/bin/ld -r -o libmathed.o textpainter.o formulabase.o formula.o ... etc Thank to cc me the answer since I've not subscribe to this mailing list, Geof -- ~ 'v'mailto:[EMAIL PROTECTED

cvs build -> libtool or ld problem

2002-03-20 Thread Geof
r 1 ## So why the ld program expect to find .o objectfiles ? As the output shows~: /usr/bin/ld -r -o libmathed.o textpainter.o formulabase.o formula.o ... etc Thank to cc me the answer since I've not subscribe to this mailing list, Geof -- ~ 'v'mailto:[EMAIL PROTEC