Le 20/04/2022 à 04:26, John Wheeler a écrit :
Jean,

My build was failing with similar messages until I ran

rm -fr ./configure
./autogen.sh --noconfigure

 in the source directory.

This seems to have been needed to get ./configure to assign the correct program name to the PLTOTF make variable.

Would this need a note in CG?



Hi John,

I did this as well -- even a completely clean build, first having done

git clean -xdf

which completely nukes all untracked and ignored files, making the
repository as if it were a fresh clone (never do this without checking
what would be removed in a dry run, with 'git clean -xdfn'). To be clear,
my doc build is working fine. The problem is that the partial build
doesn't work anymore.

Thanks,
Jean


Reply via email to