I get some errors when building this.
"Scanning dependencies of target fgtestlib [ 12%] Building CXX object tests/CMakeFiles/fgtestlib.dir/__/src/Main/options.cxx.o /tmp/yaourt-tmp-aramus/aur-flightgear/src/flightgear-2018.2.2/src/Main/options.cxx: In Elementfunktion »void flightgear::Options::processArgResult(int)«: /tmp/yaourt-tmp-aramus/aur-flightgear/src/flightgear-2018.2.2/src/Main/options.cxx:2266:61: Fehler: Umwandlung von »vector<std::__cxx11::basic_string<char>>« in nicht-skalaren Typen »vector<const char*="">« angefordert vector <const char*="">devices = smgr.get_available_devices(); ~~~~~~~~~~~~~~~~~~~~~~~~~~^~ make[2]: [tests/CMakeFiles/fgtestlib.dir/build.make:63: tests/CMakeFiles/fgtestlib.dir/__/src/Main/options.cxx.o] Fehler 1 make[1]: [CMakeFiles/Makefile2:1869: tests/CMakeFiles/fgtestlib.dir/all] Fehler 2 make: *** [Makefile:163: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). "</const></const></std::__cxx11::basic_string<char>
Thats German, sry. It says something about converting a vector<std::__cxx11::basic_string<<char>> to vector<const char*="">. And then ends with error 2</const></std::__cxx11::basic_string<<char>
Pinned Comments
acxz commented on 2022-09-07 14:47 (UTC)
Development is on Github: https://github.com/acxz/flightgear-arch Please open issues and PRs there instead of commenting.