Re: Groups, shell scripts, yacc
Re: Groups, shell scripts, yacc
- Subject: Re: Groups, shell scripts, yacc
- From: Scott Tooker <email@hidden>
- Date: Fri, 21 Nov 2003 17:01:56 -0800
On Nov 21, 2003, at 1:55 AM, Glen Low wrote:
> So far so good, I actually like most of the Xcode interface,
> especially that most of the settings are consolidated in a single left
> pane instead of losing context between tabs.
>
> However, a couple of questions for all you Xcoders:
>
> 1. When I get-info on a group (not a smart group, but a regular group
> under the project), I see I can enter in a pattern, "Show Columns..."
> etc. But nothing I enter there sticks or affects the membership of the
> group?
That's because that panel is pretty much completely bogus :) In a
future version a real Group inspector will be put into place.
>
> 2. On a native target, how do you get the shell script build phase to
> work? Must you enter in an input and output file, and these would be
> relative to what?
>
In 1.0 you need to indicate input and output dependencies and the paths
need to be project relative (absolute may also work).
> 3. It seems yacc support is broken, the generated parser_yacc.sh
> script has the wrong paths for the derived sources. Any clues to a
> workaround? In particular, can you (and how do you) do a selective
> override of particular target rules?
>
> 4. It doesn't seem sufficient to add a internal, dependent framework
> on to the target's Frameworks and Libraries, you need to add it to the
> Direct Dependencies if you want a rebuild triggered when the dependent
> framework changes?
Yes. All adding the framework to the Frameworks and Libraries build
phase does is tell the target to link against that framework. You need
to add the target that produces that framework to the target
dependencies to indicate that the framework target needs to be up to
date when building the other target.
Scott
>
>
> Cheers, Glen Low
>
>
> ---
> pixelglow software | simply brilliant stuff
> www.pixelglow.com
> _______________________________________________
> xcode-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/xcode-users
> Do not post admin requests to the list. They will be ignored.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.