Unvanquished / updater

QML based updater to install, update and launch the Unvanquished game.
https://unvanquished.net/download
16 stars 7 forks source link

Linux docker build: AX_CXX_COMPILE_STDCXX(11, noext, mandatory) #73

Closed illwieckz closed 3 years ago

illwieckz commented 3 years ago

I tried the docker Linux build and got this:

./configure: line 13883: syntax error near unexpected token `11,'
./configure: line 13883: `AX_CXX_COMPILE_STDCXX(11, noext, mandatory)'
The command '/bin/sh -c autoreconf -i && PKG_CONFIG_PATH=/openssl/lib/pkgconfig ./configure --without-libxml2 --without-libexpat --without-sqlite3 --enable-libaria2 --without-zlib --without-libcares --enable-static=yes ARIA2_STATIC=yes --without-libssh2 --disable-websocket --disable-nls --with-openssl && make -j`nproc`' returned a non-zero code: 2
illwieckz commented 3 years ago

Hum, reset submodule reference and submodule files state and now it works.