I need to buils VLC natively on windows 7 (professional edition, 64bits). I follow the instructions strictly.
At the 'precompiled 3rd party libraries' step, on 'make prebuilt', a few error logs are listed, like
Code: Select all
Cannot create symlink to `libpng16.la': No such file or directory
Code: Select all
tar: i686-w64-mingw32/lib/libdts.a: Cannot create symlink to `/home/funman/vlc-git/contrib/i686-w64-mingw32/lib/libdca.a': No such file or directory
tar: Exiting with failure status due to previous errors
Later, when building vlc, I have the follwing error on './bootstrap':
Code: Select all
+ autoreconf --install --force --verbose -I m4
./bootstrap: line 78: autoreconf: command not found
Anyway let's try:
Code: Select all
sh ../extras/package/win32/configure.sh --host=i686-w64-mingw32 --disable-nls
Code: Select all
sh: ../extras/package/win32/../../../configure: No such file or directory