iphone compilation problems

Thanks for the quick feedback. I figured out the arch thing before your reply, however the INSTALL_DIR was very helpful.

The latest is that it is trying to build the test_interrogate program even though I have this

#define HAVE_INTERROGATE

.

I figured out that I needed to add this to the top of dtool/src/test_interrogate/Sources.pp to turn it off. So you might want to change that in the repository.

#define BUILD_DIRECTORY $[HAVE_INTERROGATE]

Again thanks for all of the help so far.