Hello All,
I'm following the instructions here:
http://wiki.flightgear.org/Building_FlightGear_-_Devuan
Having entered:
mkdir $FG_SRC_DIR/build-fg && cd $FG_SRC_DIR/build-fg
cmake CFLAGS="--std=c++11" -D CMAKE_BUILD_TYPE=Release \
-D FG_DATA_DIR:PATH="$FG_INSTALL_DIR/share/fgdata" \
-D CMAKE_INSTALL_PREFIX:PATH="$FG_INSTALL_DIR" $FG_SRC_DIR/flightgear.git
make -j$(nproc) && make install
Compile starts and then:
...
[100%] Building CXX object src/Main/CMakeFiles/fgfs.dir/__/EmbeddedResources/FlightGear-resources.cxx.o
[100%] Building CXX object src/Main/CMakeFiles/fgfs.dir/fgfs_automoc.cpp.o
[100%] Linking CXX executable fgfs
CMakeFiles/fgfs.dir/__/GUI/AirportList.cxx.o:(.data.rel.ro._ZTV11AirportList[_ZTV11AirportList]+0xb8): undefined reference to `puaList::checkHit(int, int, int, int)'
CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o:(.data.rel.ro._ZTV6fgList[_ZTV6fgList]+0xe0): undefined reference to `puaList::checkHit(int, int, int, int)'
CMakeFiles/fgfs.dir/__/GUI/FGPUIDialog.cxx.o:(.data.rel.ro._ZTV7LogList[_ZTV7LogList]+0xb8): undefined reference to `puaList::checkHit(int, int, int, int)'
CMakeFiles/fgfs.dir/__/GUI/property_list.cxx.o:(.data.rel.ro._ZTV12PropertyList[_ZTV12PropertyList]+0xb8): undefined reference to `puaList::checkHit(int, int, int, int)'
collect2: error: ld returned 1 exit status
src/Main/CMakeFiles/fgfs.dir/build.make:12811: recipe for target 'src/Main/fgfs' failed
make[2]: *** [src/Main/fgfs] Error 1
CMakeFiles/Makefile2:2132: recipe for target 'src/Main/CMakeFiles/fgfs.dir/all' failed
make[1]: *** [src/Main/CMakeFiles/fgfs.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2
Any help in resolving this would be appreciated