Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode-users Digest, Vol 2, Issue 672



> 
> From: email@hidden
> Date: 2005/11/18 Fri PM 03:06:35 EST
> To: email@hidden
> Subject: Xcode-users Digest, Vol 2, Issue 672
> 
> Send Xcode-users mailing list submissions to
> 	email@hidden
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.apple.com/mailman/listinfo/xcode-users
> or, via email, send a message with subject or body 'help' to
> 	email@hidden
> 
> You can reach the person managing the list at
> 	email@hidden
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xcode-users digest..."
> 
> 
> Today's Topics:
> 
>    1. Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box? (lbland)
>    2. Re: Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box?
>       (Shawn Erickson)
>    3. Re: Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box? (lbland)
>    4. Getting GDB to work (David Dunham)
>    5. Re: Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box?
>       (William H. Schultz)
>    6. Re: Very odd xcode behavior (Graham Babbitt)
>    7. Re: Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box? (lbland)
>    8. Re: Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box?
>       (Cyril Kardassevitch)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Fri, 18 Nov 2005 13:55:45 -0500
> From: lbland <email@hidden>
> Subject: Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box?
> To: email@hidden
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
> 
> hi-
> 
> This URL: http://www.apple.com/macosx
> 
> has a picture of a box with the "10.4.3 Now Inside" sticker on it.
> 
> Does it also have Xcode 2.2 in it?
> 
> ps- I called Apple Store and asked them, but they put me on hold and  
> didn't come back :-(
> 
> thanks!-
> 
> -lance
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Fri, 18 Nov 2005 11:04:40 -0800
> From: Shawn Erickson <email@hidden>
> Subject: Re: Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box?
> To: lbland <email@hidden>
> Cc: email@hidden
> Message-ID:
> 	<email@hidden>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> On 11/18/05, lbland <email@hidden> wrote:
> > hi-
> >
> > This URL: http://www.apple.com/macosx
> >
> > has a picture of a box with the "10.4.3 Now Inside" sticker on it.
> >
> > Does it also have Xcode 2.2 in it?
> 
> Not likely given the release timing.
> 
> I assume the download is to large for your connection speed?
> 
> If you get the monthly ADC mailing ($199 per year for just the
> mailing, select and premier accounts get it automatically) you should
> get a DVD with Xcode 2.2 in it at some point in the mail.
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Fri, 18 Nov 2005 14:12:25 -0500
> From: lbland <email@hidden>
> Subject: Re: Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box?
> To: Shawn Erickson <email@hidden>
> Cc: email@hidden
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset="us-ascii"
> 
> 
> On Nov 18, 2005, at 2:04 PM, Shawn Erickson wrote:
> 
> > I assume the download is to large for your connection speed?
> >
> > If you get the monthly ADC mailing ($199 per year for just the
> > mailing, select and premier accounts get it automatically) you should
> > get a DVD with Xcode 2.2 in it at some point in the mail.
> 
> hi-
> 
> we have all that and more. 2.2 is on our scratch testing and porting  
> computers, but not on our primary production/development computers  
> because it is not commercially available. We can't just put  
> confidential information on our production computers and make  
> packages for public distribution.
> 
> thanks!-
> 
> -lance
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.apple.com/pipermail/xcode-users/attachments/20051118/02029a80/attachment.html
> 
> ------------------------------
> 
> Message: 4
> Date: Fri, 18 Nov 2005 11:15:31 -0800
> From: David Dunham <email@hidden>
> Subject: Getting GDB to work
> To: email@hidden
> Message-ID: <p06230902bfa3d66aeda1@[192.168.1.216]>
> Content-Type: text/plain; charset="us-ascii" ; format="flowed"
> 
> Since upgrading to Xcode 2.2, I was unable to debug my C++ 
> applications. Xcode's debugger would basically just quit at the 
> start. If I ran GDB manually, I'd get
> 
> /SourceCache/gdb/gdb-434/src/gdb/buildsym.c:736: internal-error: 
> failed internal consistency check
> 
> It turned out that I can work around this bug (rdar://4340011) by 
> changing my build settings
> 
> DEAD_CODE_STRIPPING = YES
> 
> to
> 
> DEAD_CODE_STRIPPING = NO
> 
> And no, I wasn't using ZeroLink, and was using -gfull.
> -- 
> 
> David Dunham     A Sharp, LLC
> Voice/Fax: 206 783 7404     http://a-sharp.com
> Efficiency is intelligent laziness.
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Fri, 18 Nov 2005 11:25:38 -0800
> From: "William H. Schultz" <email@hidden>
> Subject: Re: Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box?
> To: lbland <email@hidden>
> Cc: email@hidden, Shawn Erickson <email@hidden>
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset="us-ascii"
> 
> What do you mean "not commercially available?"  Xcode 2.2 isn't a pre- 
> release.  There's nothing confidential about it.
> 
> Hank Schultz
> Cedrus Corporation
> http://www.cedrus.com/
> 
> 
> 
> On Nov 18, 2005, at 11:12 AM, lbland wrote:
> 
> >
> > On Nov 18, 2005, at 2:04 PM, Shawn Erickson wrote:
> >
> >> I assume the download is to large for your connection speed?
> >>
> >> If you get the monthly ADC mailing ($199 per year for just the
> >> mailing, select and premier accounts get it automatically) you should
> >> get a DVD with Xcode 2.2 in it at some point in the mail.
> >
> > hi-
> >
> > we have all that and more. 2.2 is on our scratch testing and  
> > porting computers, but not on our primary production/development  
> > computers because it is not commercially available. We can't just  
> > put confidential information on our production computers and make  
> > packages for public distribution.
> >
> > thanks!-
> >
> > -lance
> >
> >  _______________________________________________
> > Do not post admin requests to the list. They will be ignored.
> > Xcode-users mailing list      (email@hidden)
> > Help/Unsubscribe/Update your Subscription:
> > http://lists.apple.com/mailman/options/xcode-users/whschultz% 
> > 40cedrus.com
> >
> > This email sent to email@hidden
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.apple.com/pipermail/xcode-users/attachments/20051118/62186469/attachment.html
> 
> ------------------------------
> 
> Message: 6
> Date: Fri, 18 Nov 2005 14:31:11 -0500
> From: Graham Babbitt <email@hidden>
> Subject: Re: Very odd xcode behavior
> To: Thomas DeGregorio <email@hidden>
> Cc: email@hidden
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
> 
> It's a bug, there's a discussion about it on the Java Development  
> mailing list.  I've filed a bug report about it and for now I'm going  
> back to using 2.1.  Alternatively you can still view the errors and  
> warnings from the build results window.
> 
> 
> ----------------------------------------------------
> Graham Babbitt
> email@hidden
> 
> 
> On Nov 18, 2005, at 1:30 PM, Thomas DeGregorio wrote:
> 
> > After the latest update of xcode I soon found out that it no longer  
> > reports compiler errors or warning with java code. xcode instead  
> > reports to me:
> >
> > Command /Developer/Private/jam failed with exit code <number here>
> >
> > I'm running xcode 2.2, perviously i was running the seed which  
> > worked perfectly fine, but 2.2 is only giving me this problem with  
> > java code only. Everything else to my knowledge compiles without  
> > this. What do you guys think is wrong with it? Experiencing the same?
> > -Tom
> > _______________________________________________
> > Do not post admin requests to the list. They will be ignored.
> > Xcode-users mailing list      (email@hidden)
> > Help/Unsubscribe/Update your Subscription:
> > http://lists.apple.com/mailman/options/xcode-users/gbabbitt% 
> > 40sublimica.net
> >
> > This email sent to email@hidden
> 
> 
> 
> ------------------------------
> 
> Message: 7
> Date: Fri, 18 Nov 2005 14:36:03 -0500
> From: lbland <email@hidden>
> Subject: Re: Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box?
> To: "William H. Schultz" <email@hidden>
> Cc: email@hidden, Shawn Erickson <email@hidden>
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
> 
> 
> On Nov 18, 2005, at 2:25 PM, William H. Schultz wrote:
> 
> > What do you mean "not commercially available?"  Xcode 2.2 isn't a  
> > pre-release.  There's nothing confidential about it.
> 
> Can you please give me a URL to the download point where I do NOT  
> have to login as an ADC member (and hence NDA).
> 
> I just went to developer.apple.com and could not find any link like  
> that, but did find the one to connect.apple.com
> I went to http://www.apple.com/downloads/macosx/apple and did not  
> find anything.
> 
> there is "release" and then there is "release".
> 
> you might be right, but I'd like to see the proof, I just haven't  
> found it yet... (sorry for the noise).
> 
> A public URL where I can download the dmg without logging in would be  
> helpful.
> 
> thanks!-
> 
> -lance
> 
> 
> 
> 
> ------------------------------
> 
> Message: 8
> Date: Fri, 18 Nov 2005 20:52:09 +0100
> From: Cyril Kardassevitch <email@hidden>
> Subject: Re: Is Xcode 2.2 in new Mac OS X "10.4.3 Now Inside" box?
> To: Shawn Erickson <email@hidden>
> Cc: email@hidden
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed
> 
> Le 18 nov. 05 ? 20:04, Shawn Erickson a ?crit :
> 
> > On 11/18/05, lbland <email@hidden> wrote:
> >> hi-
> >>
> >> This URL: http://www.apple.com/macosx
> >>
> >> has a picture of a box with the "10.4.3 Now Inside" sticker on it.
> >>
> >> Does it also have Xcode 2.2 in it?
> >
> > Not likely given the release timing.
> >
> > I assume the download is to large for your connection speed?
> >
> > If you get the monthly ADC mailing ($199 per year for just the
> > mailing, select and premier accounts get it automatically) you should
> > get a DVD with Xcode 2.2 in it at some point in the mail.
> 
> Just a question : Why should ADC mailing owners receive a XCode  
> release, when Select members never received any XCode update by snail  
> mail ?
> 
> Did I miss something ?
> 
> Cyril.
> 
> ------------------------------
> 
> _______________________________________________
> Xcode-users mailing list
> email@hidden
> http://lists.apple.com/mailman/listinfo/xcode-users
> 
> End of Xcode-users Digest, Vol 2, Issue 672
> *******************************************
> 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.