RE: <types.h> and other includes
RE: <types.h> and other includes
- Subject: RE: <types.h> and other includes
- From: Jeff Laing <email@hidden>
- Date: Wed, 23 Feb 2005 16:36:06 +1100
> 1. I had to add #include <stdlib.h> to a file when using the makefile,
> because it didn't know what exit() was. Why didn't xcode have a problem
> with this? If xcode has a bunch of automatic includes, is it feasible
> to disable them so I get the same errors for inclusion as I would when
> running make? And, if this was an xcode thing, why didn't gcc/make on
> OS X have trouble with this?
My guess is that your project has a pre-compiled header enabled, but your
makefiles don't.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden