[MPlayer-dev-eng] Latest SVN doesn' compile on MinGW

Diego Biurrun diego at biurrun.de
Tue Jan 27 00:31:34 CET 2009


On Tue, Jan 27, 2009 at 01:03:59AM +0200, Georgi Petrov wrote:
> > The better suggestion is to delete help_mp.h first (and maybe make
> > distclean), and if that does not help either send a patch or make the
> > broken help_mp.h available somewhere.
> 
> Deleting help_mp.h worked. The tree is compiled.

OK, now we have found the issue.

> The question remains: why it didn't work after svn update, make
> distclean, configure and make? Isn't this combination supposed to
> prepare the tree for as clean compilation as possible or I'm missing
> something?

You are right.

> The funny thing is that I just tried making distclean, configure, make
> again and the problem is present. Deleting help_mp.h helps to finish
> the compilation again.
> 
> Does it mean that the file is not deleted on make distclean?

It sshould be deleted by line 938 in the Makefile:

	rm -f configure.log config.mak config.h	codecs.conf.h help_mp.h \
           version.h $(VIDIX_PCI_FILES) \
           codec-cfg$(EXESUF) cpuinfo$(EXESUF) TAGS tags

Find out if this is run during make distclean or not and find out if
any error messages are printed during make distclean.

Diego



More information about the MPlayer-dev-eng mailing list