|
From: Newo <ne...@li...> - 2020-12-05 18:49:48
|
Hello everyone! When I build from next, I get the following CMake error: /usr/bin/ld: CMakeFiles/fgfs.dir/__/Airports/AirportBuilder.cxx.o: in function `flightgear::AirportBuilder::getMaterialEffect(std::__cxx11::basic_string, std::allocator>, osgDB::Options const*) const': /home/newo/FlightGear/next/flightgear-flightgear/src/Airports/AirportBuilder.cxx:587: undefined reference to `SGMaterialLib::generateMatCache(SGGeod)' collect2: error: ld returned 1 exit status make[2]: *** [src/Main/CMakeFiles/fgfs.dir/build.make:7742: src/Main/fgfs] Error 1 make[1]: *** [CMakeFiles/Makefile2:2672: src/Main/CMakeFiles/fgfs.dir/all] Error 2 make: *** [Makefile:163: all] Error 2 Any ideas on how to solve this? Thanks, Newo |