Re: wish: parallel build

2009-03-03 Thread Jean-Marc Lasgouttes
"Mikhail T." writes: > Well, there is still lyx-1.5.7/src/frontends/qt4/ui/Makefile, which > means, the fix was, probably, never merged into 1.5.x (although back > then it was still a maintained branch). > Any hope for a fix now? Thanks! Yours, No, this will not happen now: the 1.5 branch is dead

Re: wish: parallel build

2009-03-01 Thread Mikhail T.
Jean-Marc Lasgouttes написав(ла): "Mikhail T." writes: That's a race condition... Any hope of seeing this fixed -- I'm fairly certain, 1.6.x has the same issue and that the fix will be applicable to 1.5.x as well. Thanks! Yours, I think this has been fixed with the following changeset

Re: wish: parallel build

2009-03-01 Thread Jean-Marc Lasgouttes
"Mikhail T." writes: > That's a race condition... Any hope of seeing this fixed -- I'm fairly > certain, 1.6.x has the same issue and that the fix will be applicable > to 1.5.x as well. Thanks! Yours, I think this has been fixed with the following changeset, which removed ui/Makefile.am. I am not

Re: wish: parallel build

2009-03-01 Thread Mikhail T.
Mikhail T. wrote: Jean-Marc Lasgouttes wrote: LyX 1.5 and 1.6 can be built with -jx without problem. I do not know what is wrong with 1.4.5.1, but there is little (!) chance to see it fixed... JMarc I just had a report about failure of parallel build of LyX-1.5.7 -- the frontends/qt4/*.h fi

Re: wish: parallel build

2009-03-01 Thread Mikhail T.
Jean-Marc Lasgouttes wrote: LyX 1.5 and 1.6 can be built with -jx without problem. I do not know what is wrong with 1.4.5.1, but there is little (!) chance to see it fixed... JMarc I just had a report about failure of parallel build of LyX-1.5.7 -- the frontends/qt4/*.h files were being crea

Re: wish: parallel build

2007-11-13 Thread Jean-Marc Lasgouttes
Mikhail Teterin <[EMAIL PROTECTED]> writes: > Hello! > > I tried to do a parallel build of lyx-1.4.5.1 with > > gmake -j4 > > but it failed due to some race condition. With more and more computers having > multiple processors, it would be extremely useful to have all dependencies > properl

wish: parallel build

2007-11-12 Thread Mikhail Teterin
Hello! I tried to do a parallel build of lyx-1.4.5.1 with gmake -j4 but it failed due to some race condition. With more and more computers having multiple processors, it would be extremely useful to have all dependencies properly listed in the makefile so that make could perform such b