I'm running Linux Mint 12 have been using the Arduino Environment that is in there repository.
Everything is working great, but wanted the latest bells and whistles so downloaded 1.04 from arduino.cc.
These are my include statements:
#include <stdint.h>
#include <TouchScreen.h>
#include <TFT.h>
and my error is
In file included from TicTacToe_r4.ino:20:
/home/richard/Programing/sketchbook/libraries/TFT/TFT.h:28:23: error: Arduino,h: No such file or directory
this is the location of the TFT directory and in the same directory as the TouchScreen directory, which works fine.
I went back to my old version and it compiles fine. Go back to 1.04 and ... no good
I have found some links for this problem but no fixes.