Problem compiling VLC using Native-compile with MSYS+MINGW
Posted: 03 Nov 2009 17:00
I'm trying to build the Win32 version of VLC using the "Native-compile with MSYS+MINGW" method described here: http://wiki.videolan.org/Win32CompileMSYSNew. I'm running on Windows XP Pro, SP3. I used git to retrieve the latest source tree. When I run make, I get the following error:
Thanks.
--Mike
Any ideas what I might have done wrong?$ PATH=/usr/win32/bin:$PATH make
make --quiet all-recursive
Making all in po
Making all in compat
Making all in src
/bin/sh: git: command not found
Making all in .
CCLD libvlccore.la
../libtool: eval: line 8625: unexpected EOF while looking for matching `''
../libtool: eval: line 8626: syntax error: unexpected end of file
make[4]: *** [libvlccore.la] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Thanks.
--Mike