I think the problem is that you’ve probably cut-out the most interesting bit, which is the part after “Linking everything together…”. That tells you which libraries have been used and where duplicate libraries have been found. Obviously if it’s failing to compile then things will look different at that point.
I’d suggest you do what I did and post the full results on PasteBin and provide a link.
This is something that the Arduino IDE tries to do to save recompilation time. It’s not a problem, but it makes comparison with my results more difficult. You could try quitting the Arduino IDE completely then re-opening your project and recompiling, or saving your project with a different name.
Pete.