|
From: Florent R. <f.r...@fr...> - 2021-12-27 12:48:31
|
Hi all,
Julian Smith <ju...@op...> wrote:
> Unfortunately removing the .../build/flightgear/CMakeCache.txt file
> doesn't fix things for me. I'm specifying '-r y' to
> download_and_compile.sh so it should be reconfiguring everything anyway
> i think?
-r y is the default, so it doesn't need to be specified. BTW, in this
default behavior, the CMakeCache.txt file is removed:
if [ "$RECONFIGURE" = "y" ]; then
cd "$CBD"
mkdir -p build/simgear
cd "$CBD"/build/simgear
rm -f CMakeCache.txt
...
"$CMAKE" -DCMAKE_BUILD_TYPE="$BUILD_TYPE" ...
(ditto for FlightGear).
> I've also tried deleting the entire .../build/flightgear and simgear
> directories but i still get the same error:
I haven't seen the error (my previous build was on December 24), but
just did a build with d&c.sh's --cleanup option, it worked:
download_and_compile.sh --cleanup -j$(nproc) -pn SIMGEAR FGFS DATA
Regards
--
Florent
|