So I am trying, to no avail, to compile an existing project in XCode. The project uses directories to organize it's files, but xcode seemingly refuses to recognize them, I keep on getting compiler errors.
For instance, the following line fails:
#include <gfarm/gfarm.h>
I have a file called gfarm.h in a directory called gfarm thats at the same level as the rest of the project, but it still complains. Any ideas on how I can fix this?
I have a real love-hate relationship with XCode, the things it does well it does extremely well, but the things it doesn't do well it really REALLY stinks at....
For instance, the following line fails:
#include <gfarm/gfarm.h>
I have a file called gfarm.h in a directory called gfarm thats at the same level as the rest of the project, but it still complains. Any ideas on how I can fix this?
I have a real love-hate relationship with XCode, the things it does well it does extremely well, but the things it doesn't do well it really REALLY stinks at....