What you have done is taken an older Configuration.h file set and dropped it into a new Marlin code base. The problem is, some of the configuration option names have changed.
Those errors are from the SanityCheck.h file. It is checking for older option names being used and is telling you what the new names are.
You should cross your current settings over from the old file to the new file.
Those errors are from the SanityCheck.h file. It is checking for older option names being used and is telling you what the new names are.
You should cross your current settings over from the old file to the new file.