Windows Build - Fails to configure and distclean
Posted: 08 Aug 2017 10:31
Firstly using Ubuntu 14.04.05 Desktop 64bit and managed to get https://wiki.videolan.org/UnixCompile/ to successfully build VLC 2.2.4 and execute.
Using the same environment as above and trying to follow https://wiki.videolan.org/Win32Compile/. Note it states 'Ubuntu 14.04' is to old to build VLC - I assume this is with regards to the latest VLC e.g. 3.0.0 (it's not clear what version it's to old for?). Also using the 'prebuilt' third party libs as per instructions.
However ran into the following issues:
1)
The following instruction
fails as the wine packages not in the repo. Is there a ppa I need to add? Instead I used wine1.6-dev - is this correct?
2)
The following instruction
fails stating
So I go back a directory, execute make distclean. This also fails with
Go back to directory and execute the following again
Same error as previously. Any ideas?
Using the same environment as above and trying to follow https://wiki.videolan.org/Win32Compile/. Note it states 'Ubuntu 14.04' is to old to build VLC - I assume this is with regards to the latest VLC e.g. 3.0.0 (it's not clear what version it's to old for?). Also using the 'prebuilt' third party libs as per instructions.
However ran into the following issues:
1)
The following instruction
Code: Select all
apt-get install wine64-development-tools libwine-dev zip p7zip nsis bzip2
2)
The following instruction
Code: Select all
../extras/package/win32/configure.sh --host=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu
Code: Select all
configure: error: source directory already configured; run "make distclean" there first
Code: Select all
configure: error: Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.
Code: Select all
../extras/package/win32/configure.sh --host=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu