[MPlayer-dev-eng] Creating config.h and help_mp.h & config.mak on Windows.

Vladimir Voroshilov voroshil at gmail.com
Thu Apr 19 09:15:06 CEST 2007


2007/4/19, Mayur K <eminemence at gmail.com>:
> Okay to put it straight,how can I generate the above mentioned files in
> windows?
> I am absolutely newbie when it comes to using the gnu tools.
> I checked on wiki (from http://en.wikipedia.org/wiki/GNU_build_system) which
> says that the configure should be passed to make tool.
> So the command I gave on cygwin and I got the following error:
> ###############################################################
> sh-3.2$ make configure
> Can't open perl script "c:\Program": No such file or directory
> ###############################################################
> So it would be nice if someone could tell me which command/tool to use?

Change current dir to which mplayer sources belongs:
sh$ cd path_to_my_mplayer_dir

then run configure:
sh$ ./configure

then make:
sh$ make

Above command will build mplayer for you.



-- 
Regards,
Vladimir Voroshilov     mailto:voroshil at gmail.com
JID: voroshil at jabber.ru
ICQ: 95587719



More information about the MPlayer-dev-eng mailing list