Re: compile error.

Reimar Döffinger <[email protected]> Tue, 16 Feb 2010 19:14:13 +0100
Newsgroups gmane.comp.video.mplayer.cygwin
Message-ID <[email protected]>
On Tue, Feb 16, 2010 at 10:35:33PM +0900, new tom wrote:
> Hi everyone.
> 
> I tried to compile mplayer source from lastest snapshot
> (mplayer-export-2010-02-16) at MinGW.
> But it was failed with below error message.
> 
> gcc osdep/mplayer.rc.o -o osdep/mplayer.rc
> gcc.exe: osdep/mplayer.rc.o: No such file or directory
> gcc.exe: no input files
> make: *** [osdep/mplayer.rc] Error 1

Known issue, under investigation.
For now, running
make -r
and normal
make
in some random alternation might help you compile.