Make error when cross-compiling on Ubuntu 18.04
Posted: 02 Dec 2019 03:31
I am getting a make error when i try to cross-compile VLC for Windows.
After unsuccessful compile attempts by following the Win32compile guide on the wiki twice (on windows and on linux), I found and started following this guide from the forums: https://forum.videolan.org/viewtopic.php?t=146175
I'm cross-compiling on Ubuntu 18.04 in a Virtual Box (hosted on Windows 10 64-bit). I followed the instructions present in the very first post, from 1 to 20.
After running ./bootstrap, this showed up:
After I read that, I arbitrarily chose to use ./compile instead of make as described in step 21. I figured it would do the same as just 'make'.
'./bootstrap' output and './compile' error (it's the same error as the below): https://ybin.me/p/ae8bf2e8d9ea0e80#1HPMsE/XLJaMvT3lOMZeLJ73DR2kefUTJagr3IVmHB4=
'make' error: https://ybin.me/p/0c42b421d12383d1#eNVgaPAHwzXvLjGTIcX40pTwkRuz6wi7VTtc67u/Lws=
Also, in case it's relevant, in the configuration step i used --disable-sout, as that flag is the whole reason i'm compiling VLC.
I got VB just to do this, and after Aseprite, this is the second time i'm compiling a program. I'm not an experienced programmer, either.
After unsuccessful compile attempts by following the Win32compile guide on the wiki twice (on windows and on linux), I found and started following this guide from the forums: https://forum.videolan.org/viewtopic.php?t=146175
I'm cross-compiling on Ubuntu 18.04 in a Virtual Box (hosted on Windows 10 64-bit). I followed the instructions present in the very first post, from 1 to 20.
After running ./bootstrap, this showed up:
Code: Select all
libvlc configuration
--------------------
version : 4.0.0-dev
system : mingw32
architecture : x86_64 mmx sse sse2 avx avx2
optimizations : yes
vlc aliases : cvlc rvlc qvlc svlc
To build vlc and its plugins, type `make', or `./compile' if you like nice colors.
alison@pc:~/win64/vlc/win32$ ./compile
'./bootstrap' output and './compile' error (it's the same error as the below): https://ybin.me/p/ae8bf2e8d9ea0e80#1HPMsE/XLJaMvT3lOMZeLJ73DR2kefUTJagr3IVmHB4=
'make' error: https://ybin.me/p/0c42b421d12383d1#eNVgaPAHwzXvLjGTIcX40pTwkRuz6wi7VTtc67u/Lws=
Also, in case it's relevant, in the configuration step i used --disable-sout, as that flag is the whole reason i'm compiling VLC.
I got VB just to do this, and after Aseprite, this is the second time i'm compiling a program. I'm not an experienced programmer, either.