Code: Select all
autoconf-$(AUTOCONF_VERSION).tar.gz
Code: Select all
AUTOCONF_VERSION=2.62
When trying to run compile used these steps I get:Hi,
I landed on this page because I was experiencing similar problem, however I think I fixed it.
The problem I experienced was caused by having cygwin/bin in the PATH environment variable, because of which cygwin interfered f.i. in "Get configuration tools".
My solution:
- Delete C:\MinGW and start over
- when running C:\MinGW\msys\msys.bat, check that Path does not contain cygwin. If Path contains cygwin, remove it/override/export PATH without cygwin
Follow instructions on http://wiki.videolan.org/Win32CompileMSYS
- fix for error extracting autoconf-$(AUTOCONF_VERSION).tar.bz
change tar.bz into tar.gz: $HOME/vlc/extras/tools/tools.mak:(3x)Code: Select all
autoconf-$(AUTOCONF_VERSION).tar.gz
- fix for configure: error: no acceptable m4 could be found in $PATH:
change 2.69 into 2.62: $HOME/vlc/extras/tools/packages.mak :Hope this helps solving your issue.Code: Select all
AUTOCONF_VERSION=2.62
"Not found" while running bootstrap is not a problem. Just go ahead as in the doc, the missing tools will be downloaded and installedWhen trying to run compile used these steps I get:
$ ./bootstrap
autoconf not found
automake not found
libtool not found
pkg-config not found
cmake not found
yasm not found
ragel not found
How can this be solved?
make[4]: *** [libflac_plugin.la] Error 1
make[4]: Leaving directory `/home/hackers/vlc/win32/modules/codec'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/hackers/vlc/win32/modules/codec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/hackers/vlc/win32/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hackers/vlc/win32'
make: *** [all] Error 2
How can I do this ?, sorry I'm a beginner.--disable-flac
Where is a problem now ?autoreconf: /home/hackers/vlc/extras/tools/build/bin/autoconf failed with exit status: 1
make: *** [stamp-npapi-autogen] Error 1
but after that I get:sh ../extras/package/win32/configure.sh --host=i586-pc-mingw32msvc --disable-nls --disable-flac
Please helpautoreconf: /home/hackers/vlc/extras/tools/build/bin/autoconf failed with exit status: 1
make: *** [stamp-npapi-autogen] Error 1
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 20 guests