Re: gcc-4.0 Fail with Realease Configuration

2008-06-05 Thread James Murdza
Hi, I'm trying to debug a build error in Xcode. My project builds fine when the "Debug" build configuration is active, but then of course it is not compiled for other computers. The problem is when I switch the configuration to "Release," I get: Command /Developer/usr/bin/gcc-4.0 failed with exit

Re: gcc-4.0 Fail with Realease Configuration

2008-06-05 Thread James Murdza
er <[EMAIL PROTECTED]<[EMAIL PROTECTED]>> wrote: > On Thu, Jun 5, 2008 at 6:38 PM, James Murdza <[EMAIL PROTECTED]> > wrote: > > I've attatched my build transcript, if anyone would like to read it. > > It doesn't come through the list. Post it somewhere inste

Re: namespaces and prefixes

2008-06-07 Thread James Murdza
Open the documentation and type the prefix in the spotlight box. See if anything comes up. That will cover you for all of Apple's prefixes. For third party prefixes a page like this is useful: http://www.cocoadev.com/index.pl?ChooseYourOwnPrefix On Sat, Jun 7, 2008 at 5:49 PM, Denis Bohm <[EMAIL P

Re: Output of NSHTTPCookieStorage to NSTableView

2008-07-05 Thread James Murdza
On Tue, Jul 1, 2008 at 3:29 AM, Chris Purcell <[EMAIL PROTECTED]> wrote: > How would I return domain for example? [cookie domain] But you can retrieve a dictionary of all the properties of the cookie like this: [cookie properties] NSHTTPCookie Class Reference - http://developer.apple.com/documen

Re: Focus Ring in NSBrowser Column

2008-07-05 Thread James Murdza
> - (BOOL)needsDisplay; > { > NSResponder* resp = nil; Note that there's an extra semicolon on the first line. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the