[MPlayer-cygwin] Re: Sigh - long list of errors in svn

Diego Biurrun diego at biurrun.de
Thu Dec 7 04:39:43 CET 2006


On Thu, Dec 07, 2006 at 04:07:32AM +0100, Frank Aurich wrote:
> Diego Biurrun wrote:
> >On Mon, Dec 04, 2006 at 09:17:04PM -0500, John Brown wrote:
> >>
> >>Fortunately, this problem is easy to fix by manually compiling 
> >>mplayer.rc. Unfortunately, I do not understand makefiles well enough to 
> >>say why I have to do that.
> >
> >But I do.  Try the attached patch and let me know if it solves your
> >problem.
> 
> I just tried with a clean checkout from SVN. The error still occurs. 
> Unfortunately, me as well doesn't understand Makefile structure well enough 
> to propose a clean fix for this.
> 
> Your message didn't include a patch, could you send that again please?

Sorry for that, here is the patch...

Diego
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile	(revision 21522)
+++ Makefile	(working copy)
@@ -224,7 +224,7 @@
 	$(MAKE) -C osdep
 
 osdep/mplayer-rc.o:
-	$(MAKE) -C osdep
+	$(MAKE) -C osdep mplayer-rc.o
 
 input/libinput.a:
 	$(MAKE) -C input


More information about the MPlayer-cygwin mailing list