[MPlayer-advusers] [BUG] parallel make fails

Oded Shimon ods15 at ods15.dyndns.org
Fri Jan 13 22:04:58 CET 2006


On Fri, Jan 13, 2006 at 10:01:37PM +0100, Guillaume POIRIER wrote:
> Hi,
> 
> On 1/13/06, Dominik 'Rathann' Mierzejewski <dominik at rangers.eu.org> wrote:
> > Calling for Makefile/buildsystem gurus!
> >
> > This is very hard to reproduce, but sometimes build fails due to
> > vidix/drivers being compiled befor libdha is built. Consequently,
> > linking with libdha fails.
> >
> > I managed to reproduce this once by doing a full build, and then:
> > $ make -C libdha clean
> > $ make -C vidix clean
> > $ make -j
> >
> > Anyone?
> 
> Parallel build pretty much never worked for me... now, what could be the cure ?
> I don't have the faintest idea.

Please report if thise solves.

- ods15
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.333
diff -u -r1.333 Makefile
--- Makefile	16 Nov 2005 10:38:23 -0000	1.333
+++ Makefile	13 Jan 2006 21:04:28 -0000
@@ -336,7 +336,7 @@
 libdha/libdha.so:
 	$(MAKE) -C libdha
 
-vidix/libvidix.a:
+vidix/libvidix.a: libdha/libdha.so
 	$(MAKE) -C vidix
 
 Gui/libgui.a:


More information about the MPlayer-advusers mailing list