1.8 TFT adafruit lib problem

I have an 1.8 tft screen.I managedto work with the TFT Library of the Arduino IDE but i wanted to try also the Adafruit lib.I get a compile error and the IDE thinks somehow that it needs the ArduinoRobot lib and inside there i get error of undefinde macros.
This is the first 2 errors i get:

C:\Program Files\arduino\libraries\Robot_Control\ArduinoRobot.cpp: In constructor 'RobotControl::RobotControl()':
C:\Program Files\arduino\libraries\Robot_Control\ArduinoRobot.cpp:8: error: 'LCD_CS' was not declared in this scope

i have uploaded the graphictest example nothing more