FYI: make -j 5 fails

2003-10-17 Thread Christian Ridderström
Just wanted to let you know that building the xforms version fails when using 'make -j 5'. Plain 'make' works however. Right now I'm testing if 'make -j 3' works. In case anyone wants to look at this, I attached the some of the messages I got below. /Christian echo timestamp > Timeout.lo g++

Re: FYI: make -j 5 fails

2003-10-17 Thread Jose' Matos
On Friday 17 October 2003 14:55, Christian Ridderström wrote: > Just wanted to let you know that building the xforms version fails when > using 'make -j 5'. Plain 'make' works however. Right now I'm testing if > 'make -j 3' works. Christian, sometimes even make -j3 fails. As an example, yesterda

Re: FYI: make -j 5 fails

2003-10-17 Thread Christian Ridderström
On Fri, 17 Oct 2003, Jose' Matos wrote: > Christian, sometimes even make -j3 fails. As an example, yesterday that > happened to me in tex2lyx directory. > > Given the number of times I compile lyx one more doesn't deserve the time to > report it. :-) > > But I think that your report make

Re: FYI: make -j 5 fails

2003-10-17 Thread Lars Gullik Bjønnes
Christian Ridderström <[EMAIL PROTECTED]> writes: | Not being able to use even 'make -j 2' is kind of annyoing when you're | compiling on a dual-processor machine :-( On the bright side, just doing | 'make' again finishes the built ok. Until this get fixed use make -j 5 -k make or something

Re: FYI: make -j 5 fails

2003-10-17 Thread Christian Ridderström
On Fri, 17 Oct 2003, Lars Gullik Bjønnes wrote: > Christian Ridderström <[EMAIL PROTECTED]> writes: > > | Not being able to use even 'make -j 2' is kind of annyoing when you're > | compiling on a dual-processor machine :-( On the bright side, just doing > | 'make' again finishes the built ok.

Re: FYI: make -j 5 fails

2003-10-17 Thread Lars Gullik Bjønnes
Christian Ridderström <[EMAIL PROTECTED]> writes: | On Fri, 17 Oct 2003, Lars Gullik Bjønnes wrote: > >> Christian Ridderström <[EMAIL PROTECTED]> writes: >> >> | Not being able to use even 'make -j 2' is kind of annyoing when you're >> | compiling on a dual-processor machine :-( On the bright

[patch] text2lyx Makefile.am (was: FYI: make -j 5 fails)

2003-10-17 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | Sure... 'make -j 5 || make -j 5' works since there seems to be only at | | tex2lyx where this fails. Just wanted to let you know where the problem | | is. > | I just had a look at the Makefile... no wonder it fails. It is only | FloatList.C th

Re: [patch] text2lyx Makefile.am (was: FYI: make -j 5 fails)

2003-10-18 Thread Christian Ridderström
On Sat, 18 Oct 2003, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | Should be easy to fix. > > Ok, I have a patch. > > Would be nice if you could try it out. Seems to work. I just compiled from scratch with 'make -j 5'. Thanks /Christian -- Christian Rid