compiling sequence trouble shooting of existing program with multiple sensors

Dontheone:
Down at the bottom it shows this and in the status box it shows done uploading. It shows the size and space which indicates to me it did load the program even with errors. Is that a correct assumption?

If it gives you the memory statistics it means the compile completed without error. Possible some warnings, but no errors. The "done uploading" means that the sketch was successfully uploaded into your Arduino and should be running.

Dontheone:
Invalid library found in /home/don/Arduino/libraries/EA_EFIS_19264_v1
Invalid library found in /home/don/Arduino/libraries/EFIS19264V12

The "Invalid library" messages usually mean that an out-of-date or incomplete library is in your 'Arduino/libraries' folder and it's not compatible with the version of the Arduino IDE you are using. Usually the best way to proceed is to delete the bad libraries and re-install a more recent version when you need them again.