• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Derived sources from Flex and Bison
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Derived sources from Flex and Bison


  • Subject: Re: Derived sources from Flex and Bison
  • From: Chris Suter <email@hidden>
  • Date: Thu, 8 Jul 2010 17:46:20 +1000

Hi Mike,

On Thu, Jul 8, 2010 at 6:29 AM, McLaughlin, Michael P. <email@hidden> wrote:
> The problem with any solution that specifies a path in a source file is that
> there are two DerivedSources folders, depending on whether you are in the
> Debug or Release configurations.

This might have been fixed in a later version of Xcode. In the version
I'm running, the DerviedSources folder is automatically added to the
search list. I realise you're on Leopard so updating isn't an option.

To fix it in your version, you should be able to manually add the
location to your search path; add "$DERIVED_FILES_DIR" to the search
path. However, you'll probably find that dependencies won't work
correctly: i.e. files dependent on that header file might not get
rebuilt when the header file is regenerated. To fix that (if it
happens to be a problem), I think you'd have to move the generation of
the header file into a separate target and then use target
dependencies.

Kind regards,

Chris
 _______________________________________________
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

References: 
 >Re: Derived sources from Flex and Bison (From: F van der Meeren <email@hidden>)
 >Re: Derived sources from Flex and Bison (From: "McLaughlin, Michael P." <email@hidden>)

  • Prev by Date: Re: Debugging SIGPIPE ?
  • Next by Date: Re: Derived sources from Flex and Bison
  • Previous by thread: Re: Derived sources from Flex and Bison
  • Next by thread: Re: Derived sources from Flex and Bison
  • Index(es):
    • Date
    • Thread