compile error.

new tom <[email protected]> Tue, 16 Feb 2010 22:35:33 +0900
Newsgroups gmane.comp.video.mplayer.cygwin
Message-ID <[email protected]>
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

My configure command is below.

CPPFLAGS='-DHAVE_INT32_T -DLIBTWOLAME_STATIC' ./configure --prefix=/mingw
--enable-runtime-cpudetection --enable-static --enable-twolame
--yasm=/mingw/bin/yasm

How do I solve that problem?