Error Messages in Arduino IDE [SOLVED]

OK, I think I got it working. I had to copy the custom library into

/usr/share/arduino/libraries

using a root level account.

Arduino in Ubuntu expects to see the folder (in this example Time) then the files inside the folder. I tried to make a sub directory but it did not detect the libraries and gave a bunch of compile errors.

Thanks for all the help!