[sldev] Build errors(in XCode 2.5) with indra.y.h
Argent Stonecutter
secret.argent at gmail.com
Mon Oct 1 16:12:10 PDT 2007
On 01-Oct-2007, at 17:28, Michael Miller wrote:
> Sticking it into indra.l doesn't work.
Any problem you're having isn't anything to do with where it's stuck.
> The XCODE_VERSION_ACTUAL is undefined here, and thus
> YACC_GENERATES_HPP is not defined.
You shouldn't need the XCODE_VERSION_ACTUAL.
It should be getting YACC_GENERATES_HPP from the availability macros
file having MAC_OS_X_VERSION_10_5 defined.
If that's not the case, then to get XCODE_VERSION_ACTUAL in you need
to go into the project:
Project->Edit Project Settings
Build tab
Collection: Preprocessing
Setting: Preprocessor Macros
Edit, and add -DXCODE_VERSION_ACTUAL=$(XCODE_VERSION_ACTUAL)
More information about the SLDev
mailing list