The project I'm trying to compile tries to include AvailibilityMacros.h
and ConditionalMacros.h. As far as I can tell from hits on the Web,
these are standard headers in the system. Yet, although I can't say
why, I don't have them. What was supposed to place them on my system
and where could I get hold of a copy?
Thanks,
Gábor
steve@walkereffects.com - 06 Dec 2005 22:53 GMT
It depends on what the project is that you are compiling. However you
can find a version of ConditionalMacros.h and AvailabilityMacros.h in
the Developer SDKs. There is a version in the MacOSX10.3.9.sdk and
MacOSX10.4u.sdk. Metrowerks also offers it's own versions. You may just
need to download the Mac Developer SDK or adjust your project search
paths to find the files.
Walker