The IDE tells you that you have more than one library installed on your computer that use a file called LCD12864.h, so it chooses one, which is this one, I believe.
So first verify that this is the one you want to use (verify the syntax of the functions you call to work with your LCD display). If not, discard it, and the problem will (hopefully) disappear.
If it's the one you want, as it's a very old library, I suggest you use the other one... If you really want to keep it, then remove or comment the line number 20
#include <wiring.h>
of the file LCD12864.cpp that is in the library's directory, and try again...