You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using openSUSE 13.1, have installed the required packages, and am yet unable to build. The following is the entire output I get:
Scanning dependencies of target UTLauncher_automoc
[ 2%] Automatic moc for target UTLauncher
AUTOGEN: warning: /home/username/Downloads/ut/latest/launcher/UTLauncher/bootstrap.cpp: file is empty
AUTOGEN: warning: /home/username/Downloads/ut/latest/launcher/UTLauncher/serverbrowser.cpp: file is empty
Generating moc_bootstrap.cpp
Generating moc_configdialog.cpp
Generating moc_download.cpp
Generating moc_serverbrowser.cpp
Generating moc_utlauncher.cpp
[ 2%] Built target UTLauncher_automoc
Scanning dependencies of target quazip_automoc
[ 5%] Automatic moc for target quazip
Generating moc_quagzipfile.cpp
Generating moc_quaziodevice.cpp
Generating moc_quazipfile.cpp
[ 5%] Built target quazip_automoc
Scanning dependencies of target quazip
[ 8%] Building C object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/unzip.c.o
[ 11%] Building C object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/zip.c.o
[ 14%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/quazipfileinfo.cpp.o
[ 17%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/quazipdir.cpp.o
[ 20%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/quaadler32.cpp.o
[ 23%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/quazipnewinfo.cpp.o
[ 26%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/qioapi.cpp.o
[ 29%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/quaziodevice.cpp.o
[ 32%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/JlCompress.cpp.o
[ 35%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/quacrc32.cpp.o
[ 38%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/quagzipfile.cpp.o
[ 41%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/quazip.cpp.o
[ 44%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip/quazip/quazipfile.cpp.o
[ 47%] Building CXX object 3rdparty/CMakeFiles/quazip.dir/quazip_automoc.cpp.o
[ 47%] Built target quazip
Scanning dependencies of target QtAwesome_automoc
[ 50%] Automatic moc for target QtAwesome
Generating moc_QtAwesome.cpp
[ 50%] Built target QtAwesome_automoc
[ 52%] Generating qrc_QtAwesome.cpp
Scanning dependencies of target QtAwesome
[ 55%] Building CXX object 3rdparty/CMakeFiles/QtAwesome.dir/QtAwesome/QtAwesome/QtAwesome.cpp.o
[ 58%] Building CXX object 3rdparty/CMakeFiles/QtAwesome.dir/qrc_QtAwesome.cpp.o
[ 61%] Building CXX object 3rdparty/CMakeFiles/QtAwesome.dir/QtAwesome_automoc.cpp.o
[ 61%] Built target QtAwesome
[ 64%] Generating qrc_flags.cpp
[ 67%] Generating qrc_files.cpp
Scanning dependencies of target UTLauncher
[ 70%] Building CXX object CMakeFiles/UTLauncher.dir/qrc_files.cpp.o
[ 73%] Building CXX object CMakeFiles/UTLauncher.dir/qrc_flags.cpp.o
[ 76%] Building CXX object CMakeFiles/UTLauncher.dir/main.cpp.o
In file included from /home/username/Downloads/ut/latest/launcher/UTLauncher/utlauncher.h:26:0,
from /home/username/Downloads/ut/latest/launcher/UTLauncher/main.cpp:1:
/home/username/Downloads/ut/latest/launcher/UTLauncher/bootstrap.h:34:19: error: field ‘stockMaps’ has incomplete type
QSet<QString> stockMaps;
^
/home/username/Downloads/ut/latest/launcher/UTLauncher/bootstrap.h: In member function ‘bool Bootstrap::isStockMap(QString) const’:
/home/username/Downloads/ut/latest/launcher/UTLauncher/bootstrap.h:62:16: error: ‘stockMaps’ was not declared in this scope
return stockMaps.contains(map);
^
In file included from /home/username/Downloads/ut/latest/launcher/UTLauncher/utlauncher.h:26:0,
from /home/username/Downloads/ut/latest/launcher/UTLauncher/main.cpp:1:
/home/username/Downloads/ut/latest/launcher/UTLauncher/bootstrap.h: In lambda function:
/home/username/Downloads/ut/latest/launcher/UTLauncher/bootstrap.h:95:13: error: ‘stockMaps’ was not declared in this scope
stockMaps.clear();
^
make[2]: *** [CMakeFiles/UTLauncher.dir/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/UTLauncher.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
I'm using openSUSE 13.1, have installed the required packages, and am yet unable to build. The following is the entire output I get:
The text was updated successfully, but these errors were encountered: