Ah ha! Of course this leads to step two of debugging "how did it ever work?" I've been using that product directory name from the beginning. On the other hand, it probably does explain why I have an extraneous folder called "Build"! Thanks for your time. Kurt PS As I recall I used that name (Build Products) because some instructions told me to. I don't recall if it was for webkit thought, might have been something else. Darin Adler wrote:
On Jul 31, 2005, at 7:20 PM, Darin Adler wrote:
On Jul 31, 2005, at 3:01 PM, Kurt Kohler wrote:
-I/Users/kohler/Build -IProducts/Deployment/usr/local/include
I figured out the problem. Your build product directory name has a space in it, and our project doesn't have the right quoting. I'll fix it now.
I tried to fix this by adding proper quoting. Unfortunately, it looks like this is a bug in Xcode rather than in our project.
You'll have to chose a name for your build products directory that doesn't have a space in it. Sorry!
-- Darin