[sldev] Build errors(in XCode 2.5) with indra.y.h
Argent Stonecutter
secret.argent at gmail.com
Mon Oct 1 15:10:09 PDT 2007
On 01-Oct-2007, at 15:47, Michael Miller wrote:
> One other thing I forgot to add:
> The initial part of the build(before files are compiled) contains
> this line:
> setenv XCODE_VERSION_ACTUAL 0250
That doesn't really matter, because that is a UNIX environment
variable and is not visible to the preprocessor. It would have to be
turned into one (say, by passing -
DXCODE_VERSION_ACTUAL="$XCODE_VERSION_ACTUAL" to cc) to be used that
way. This is entirely consistent with the documentation and my
previous comment. :)
It's also kind of funky that that's a "setenv" rather than an
"export", since that implies XCode is using csh to run its scripts,
which is downright daft.
More information about the SLDev
mailing list