Re: newbie question: tangential compiler errors

2008-10-15 Thread JB
I unchecked "Precompile Prefix Header" in the new target's build settings (per Chris's comments) and it compiles without error now. Thanks! JB On Mon, Oct 13, 2008 at 8:07 PM, Chris Hanson <[EMAIL PROTECTED]> wrote: > On Oct 13, 2008, at 12:42 PM, JB wrote: > > I've added Apple's sample LoginIt

Re: newbie question: tangential compiler errors

2008-10-13 Thread Chris Hanson
On Oct 13, 2008, at 12:42 PM, JB wrote: I've added Apple's sample LoginItemsAE class to autolaunch an app I've built for Tiger and Leopard. However, the app fails to compile when I add "LoginItemsAE.c" to the app target, throwing over 3000 "syntax" and "conflicting types" errors here: AppKit

Re: newbie question: tangential compiler errors

2008-10-13 Thread Michael Ash
On Mon, Oct 13, 2008 at 3:42 PM, JB <[EMAIL PROTECTED]> wrote: > Hi all, > > I've added Apple's sample LoginItemsAE class to autolaunch an app I've built > for Tiger and Leopard. However, the app fails to compile when I add > "LoginItemsAE.c" to the app target, throwing over 3000 "syntax" and > "c