Page 1 of 1

Win32CompileMSYSNew problems

Posted: 03 Sep 2009 13:50
by czmok
Hi! I've tried to compile vlc using http://wiki.videolan.org/Win32CompileMSYS instructions but have some problems
1.AutoTools section. Downloading and unpacking autoconf, automake and libtool I've got an error: "tar: This does not look like a tar archive" Files downloaded looks like xxxxx-bin.tar.tar
2.PKG-CONFIG section. Where should I unzip them?

Re: Win32CompileMSYSNew problems

Posted: 03 Sep 2009 19:58
by Jean-Baptiste Kempf
1) .bin.tar.tar seems weird Use 7-zip
2) same place

Re: Win32CompileMSYSNew problems

Posted: 04 Sep 2009 12:18
by czmok
Thanks a lot!
Now another problem: configuring - there is no configure-msys.sh file in the extras/package/win32/ directory. How to obtain that file?
I suppose that this script generates make file..

Re: Win32CompileMSYSNew problems

Posted: 04 Sep 2009 12:27
by Jean-Baptiste Kempf
Take it from git

Re: Win32CompileMSYSNew problems

Posted: 04 Sep 2009 13:20
by czmok
Unfortunately git gives error:
git.videolan.org[0: 91.121.111.144]: errno=No such file or directory
fatal: unable to connect a socket (No such file or directory)

So, I downloaded sources from http://download.videolan.org/pub/videol ... .1.tar.bz2

Re: Win32CompileMSYSNew problems

Posted: 04 Sep 2009 18:00
by czmok
solved))