Compilando o VLC na WSL: é necessário um compilador com suporte para recursos de linguagem C ++ 11

0

Estou tentando compilar o Windows VLC usando o Windows Subsystem For Linux (também conhecido como Bash no Ubuntu no Windows).

Estou seguindo este guia:

link

Ao executar script de configuração, ele mostra:

checking whether x86_64-w64-mingw32-g++ supports C++11 features by default... no
checking whether x86_64-w64-mingw32-g++ supports C++11 features with -std=c++11... no
checking whether x86_64-w64-mingw32-g++ supports C++11 features with -std=c++0x... no
configure: error: *** A compiler with support for C++11 language features is required.

Eu tenho o GCC 5 instalado

~/vlc/win32$ g++ --version
g++ (Ubuntu 5.4.1-2ubuntu2) 5.4.1 20160929
...
~/vlc/win32$ gcc --version
gcc (Ubuntu 5.4.1-2ubuntu2) 5.4.1 20160929
    
por Олег Нечитайло 04.05.2017 / 20:26

0 respostas